Added `horizontal_flip` and `vertical_flip` config options. This improves handling of plotter which have inverted axis orientation over the previous `invert_y` + `offset_y` solution (contributed by tyehle).
0.12.1
Fixed use of deprecated API with made vpype-gcode incompatible with vpype 1.11
0.10.2
What's Changed * x, y, ix, and iy for layer_start, line_start, line_end, layer_end by tatarize in https://github.com/plottertools/vpype-gcode/pull/20
What's Changed * Restore Invert X and Y by tatarize in https://github.com/plottertools/vpype-gcode/pull/18 * Added `info` config setting. 17 * Corrected gcode profiles to use invert_y (breaking change)
`vpype text "Hello" gwrite --profile gcode hello.gcode` would have created Hello upside down. This has been corrected.