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 [2017-09-24 21:50] – [Exporting for the laser cutter software using a script] adq | 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 '' | + | 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 ===== | ===== 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 '' | + | 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 '' | ||
+ | |||
+ | {{ :: | ||
+ | |||
+ | {{ :: | ||
Line 24: | Line 39: | ||
#!/bin/bash | #!/bin/bash | ||
- | inkscape --export-text-to-path -f $1 -E / | + | inkscape --export-text-to-path -f $1 -E / |
+ | pstoedit -f " | ||
</ | </ | ||
You'll need inkscape and pstoedit installed. | You'll need inkscape and pstoedit installed. | ||
inkscape_for_lasering.1506289812.txt.gz · Last modified: 2017-09-24 21:50 by adq