yes & it's near the same as the "export HPGL" format...
I found something : the extension menu uses the "plotter.py" code, that add an extra "PU,0,0;IN" code. If you remove that, I think it will work. I had to test next week (my plotter is at my fablab ...)
Search found 3 matches
- Sun May 28, 2017 7:03 am
- Forum: Inkscape & Cutters/Plotters
- Topic: Pen up at end of plot
- Replies: 5
- Views: 3090
- Fri May 26, 2017 3:29 pm
- Forum: Inkscape & Cutters/Plotters
- Topic: Pen up at end of plot
- Replies: 5
- Views: 3090
Re: Pen up at end of plot
Hello, I checked the code sent by Inkscape to the Plotter via a virtualSerialPort & the HPGL code exported (and sent manually via a cat command).
They are exactly the same.
So, the problem should come from pySerial implementation ... Investiagation continues.
They are exactly the same.
So, the problem should come from pySerial implementation ... Investiagation continues.
- Fri May 26, 2017 2:38 pm
- Forum: Inkscape & Cutters/Plotters
- Topic: Pen up at end of plot
- Replies: 5
- Views: 3090
Re: Pen up at end of plot
Hello, I have exactly the same problem, and I started to read the code of the extension, modifiying the HPGL end code... Which doesn't work. One surprising thing : when I show the "debug code", I copy/paste the HPGL output & send it directly to the plotter, there is NO more going-back-...