Jump to content

InkScape vector cutting problem: Difference between revisions

From Squirrel's Lair
Ttenbergen (talk | contribs)
Ttenbergen (talk | contribs)
Line 34: Line 34:


* posted to bug list: https://bugs.launchpad.net/inkscape/+bug/1081326  
* posted to bug list: https://bugs.launchpad.net/inkscape/+bug/1081326  
 
** using left computer


[[Category: InkScape]]
[[Category: InkScape]]
[[Category: Laser cutting]]
[[Category: Laser cutting]]

Revision as of 19:50, 2012 November 20

Laser Cutting engraving (ie. rasters) from Inkscape works, but cutting (ie vectors) doesn't work natively; the laser cutter goes straight to "done" without ever moving.

problem: Inkscape doesn't print vectors; if vector all that's being printed, goes straight to "done"

  • disabled advanced printing: still goes straight to "done"
  • afvanced winprint NT EMF 1.008: still goes straight to "done"

Found a reference somewhere that this has to do with the printer driver subsystem. (reference?)

Work-around using .pfd file

  • set stroke style width to 0.01px (or 0.2mm)
  • make sure there is enough "document" around the edges, adobe seems to insist on margins
  • File menu, save-as, pdf
    • check "convert text-to-paths"
    • check "export area is page"
    • OK
  • open PDF file
  • uncheck "Choose paper source by PDF page size" to preserve document size
  • print as usual

problem: pdf doesn't all get printed, some gets cut off

  • there seems to be a setting that makes this work, but I have not figured it consistently yet

Work-around using print_win32_vector extension

The following cuts every vector, even the ones that are thick or 0, so it has limited utility

problems:

  • seems to make _all_ vectors into cuts, ie not only skinny ones
  • I _think_ it ends up using different power settings in Epilog
  • and sometimes it just goes to "done"