arpruss / gcodeplot

Use a 3-axis machine as a pen plotter
Other
167 stars 60 forks source link

"No points" error with simple grid to be cut #30

Closed Miq1 closed 2 years ago

Miq1 commented 2 years ago

I wanted to draw a rectangular grid of cut lines in Inkscape and have it saved as GCode, but I got the error

Drawing out of range: [14.1846332, 30.78257099999999] [162.9988482, 90.782574]
No points.

The grid is straightforward: grafik

The gcodeplot settings look sensible to me: grafik

What am I doing wrong?

Here is the zipped SVG file for reference: Velostatpads.zip

Miq1 commented 2 years ago

I think I got it. I subtracted the offsets of the lower left corner from the maximum top right coordinates - that was doubly then. Once I left the maximum coordinates as are (220/220 in my case of the Ender 3 printer), everything went fine.