plottertools / vpype-gcode

gcode extension for vpype
MIT License
35 stars 7 forks source link

Add mode to invert axis #5

Closed theomega closed 3 years ago

theomega commented 3 years ago

This patch adds the possibilty to mirror/invert the document on one or both of the axis. This is helpful if the plotter has a different origin of the coordinate system.

This patch also renames the existing "flip" option, which multiplies the value of an axis with -1 to "negate" to make it more clear what it does.

Closes #4