arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.23k stars 492 forks source link

SVG Filling (with EggBot) #873

Open arkypita opened 4 years ago

arkypita commented 4 years ago

Hint for who works with .svg file

LaserGRBL does not create filling for path. If you need to create filled region you can do that directly in inkscape (or other favourite svg editor). I suggest is to use EggBot extension that has a good feature to fill region.

https://wiki.evilmadscientist.com/Hatch_fill

image

arkypita commented 4 years ago

It also contains a usefull feature to render text with single-line path.

image

This allows, instead of transforming text into a path, which creates double borders (internal and external), to create very thin text because they are made with a single laser line.

Mirkocpn commented 4 years ago

where is possible to donwload eggbot?

arkypita commented 4 years ago

https://wiki.evilmadscientist.com/Installing_software

Mirkocpn commented 4 years ago

https://wiki.evilmadscientist.com/Installing_software

thanks

arkypita commented 4 years ago

you are welcome