Anonymous

Guides/Inkscape for Laser Cutting: Difference between revisions

From London Hackspace Wiki
→‎Useful things for laser cutting: Layers and order do NOT carry over in my experiance.
(Added link to Inkscape tips page)
(→‎Useful things for laser cutting: Layers and order do NOT carry over in my experiance.)
Line 102: Line 102:
===Layers and Ordering===
===Layers and Ordering===


There are two different ways putting one thing in front of another, or at least sound like they are about that. Layers are ways of separating out objects. They can be exported to dxfs and these carry over when imported into lasercut.
Layers are ways of separating out objects in Inkscape. However these are not supported exporting to dxf and importing into the Lasercut software. Neither are colours.


Front and back refer to which object will be visible in front of each other. You cannot rely on this visibility in laser cutting (it always draws the lines), so we need to know how to do operations on paths to cut them and modify them. This involves moving things to the front and back, which is why I have covered it.
Hiding layers also seems to be unsupported, with hidden layers being saved into the dfx,
 
Once imported into the Laser software menu:
* Go to 'Tools/Unite lines' and accept the defaults.
* Then manually select each segement, and "colour" it to the appropriate layer.
 
As an alternative for complicated layers
* Create a rectangle around the whole design
* Save as svg
** open original svg
** delete all but one layer, and the bounding rectangle
** save as dfx
*** repeat until all layers are available
* Open lasercut software
** Import a dxf file
** Go to 'Tools/Unite lines' and accept the defaults
** "colour" it to the appropriate layer
** Align bounding rectangle
*** Repeat until all layers imported
* Delete bounding rectangles


===Path operations===
===Path operations===