User Tools

Site Tools


inkscape_for_lasering

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
inkscape_for_lasering [2017-09-24 21:45] adqinkscape_for_lasering [2017-09-24 21:50] – [Exporting for the laser cutter software using a script] adq
Line 21: Line 21:
 As an alternative, this script (svg2dxf) can be used: As an alternative, this script (svg2dxf) can be used:
  
-''+<code>
 #!/bin/bash #!/bin/bash
  
-inkscape --export-text-to-path -f $1 -E /tmp/tmp.eps ; pstoedit -f "dxf_s:-polyaslines -mm" /tmp/tmp.eps $2+inkscape --export-text-to-path -f $1 -E /tmp/tmp.eps ; pstoedit -f "dxf_s:-polyaslines -mm" /tmp/tmp.eps ${1/\.svg/\.dxf} 
 +</code> 
 + 
 +You'll need inkscape and pstoedit installed.
  
-'' 
inkscape_for_lasering.txt · Last modified: 2023-12-31 14:45 by dan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki