inkscape_for_lasering
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
inkscape_for_lasering [2015-07-18 19:38] – [Some hints to get started] al | inkscape_for_lasering [2024-08-26 19:39] (current) – [Drawing for lasering] danshearer | ||
---|---|---|---|
Line 10: | Line 10: | ||
There are plenty of guides and such for learning how to use Inkscape, but here are some hints specifically for laser cutting. | There are plenty of guides and such for learning how to use Inkscape, but here are some hints specifically for laser cutting. | ||
- | | The laser cutter works in millimetres but Inkscape defaults to pixels. Create a new file and then switch to mm by opening the document properties from File -> Document Properties. Change the default units to mm. You may also want to create a page that's the approximate size of our laser cutter bed, which is 300x600mm. | {{ :: | + | The laser cutter works in millimetres but Inkscape defaults to pixels. Create a new file and then switch to mm by opening the document properties from '' |
+ | |||
+ | You may also want to create a page that's the approximate size of the laser cutter bed. The [[lasercutter |original/ | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | |||
+ | ===== Exporting for the laser cutter software ===== | ||
+ | |||
+ | Before exporting, make sure to convert all objects to paths. The laser cutter software only imports paths, not Inkscape objects, so if you don't convert then you might lose objecty things like rounded boxes and text. This is easy to fix: select all of your drawing ('' | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | |||
+ | The laser cutter does a reasonable job of importing DXF files, so that's our preferred format for importing. Inkscape can write DXF files, just go to '' | ||
+ | |||
+ | You'll get another window of export options, make sure the '' | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | |||
+ | ===== Exporting for the laser cutter software using a script ===== | ||
+ | As an alternative, | ||
+ | |||
+ | < | ||
+ | # | ||
+ | |||
+ | inkscape --export-text-to-path -f $1 -E / | ||
+ | pstoedit -f " | ||
+ | </ | ||
+ | |||
+ | You'll need inkscape and pstoedit installed. |
inkscape_for_lasering.1437248292.txt.gz · Last modified: 2015-10-05 15:55 (external edit)