Skip to content

Releases: plottertools/vpype-gcode

0.13.0

17 Oct 10:08
Compare
Choose a tag to compare

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

12 Jul 15:12
Compare
Choose a tag to compare

Fixed use of deprecated API with made vpype-gcode incompatible with vpype 1.11

0.10.2

13 Oct 11:08
e98e26d
Compare
Choose a tag to compare

What's Changed

  • x, y, ix, and iy for layer_start, line_start, line_end, layer_end by @tatarize in #20

Full Changelog: 0.10.1...0.10.2

0.10.1

13 Oct 09:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

11 Oct 13:43
4ec59ab
Compare
Choose a tag to compare

What's Changed

  • Restore Invert X and Y by @tatarize in #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.

Full Changelog: https://github.com/plottertools/vpype-gcode/commits/0.10.0