marvingreenberg / FaceSVG

SVG Export from Sketchup 3D modeling tool
MIT License
49 stars 3 forks source link

interior shapes not visable in inkscape #26

Closed moray-msj closed 5 years ago

moray-msj commented 5 years ago

so i am creating files to use my k40 laser cutter and while its displaying the outer edges in inkscape the inner edges are present but are only able to be solid colours not single line paths the software im using to control the laser is k40 whisperer which requires red paths for cutting hopefully you can advise

thanks in advance moray example

moray model error.zip

marvingreenberg commented 5 years ago

This is working exactly as designed. I have done some initial work that would allow customizing the various settings like fill and line colors, but haven't really been working on this software much.

The FaceSVG software is not designed for the laser cutter you mention - it is designed for the Shaper Origin "CNC" router. As a result, the cut paths are being generated as expected. There is nothing to prevent you from changing the paths to be red or any other color, in Inkscape or just by editing the file directly. I did that, changing the "stroke" to rgb(225,0,0) for all the "interior" paths.

moray_model_edited.zip