svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
696 stars 176 forks source link

Change starting point #250

Closed pilotak closed 2 years ago

pilotak commented 2 years ago

Is there a way to set starting point to top left corner instead of bottom left? the thing is that the path is showed corretcly in program but on plotter it's mirrored 2

when i select the option to "Mirror Y" it's displayed wrong but comes as it should 1

svenhb commented 2 years ago

Is there a way to set starting point to top left corner

Just select origin, then apply offset: image

but on plotter it's mirrored

You need to change your Y-axis direction via $3 https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#3--direction-port-invert-mask

Check https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration

pilotak commented 2 years ago

Thank you