Skip to content

Releases: plottertools/vpype-gcode

0.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 10:08

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

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:12

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

0.10.2

Choose a tag to compare

@tatarize tatarize released this 13 Oct 11:08
e98e26d

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

Choose a tag to compare

@tatarize tatarize released this 13 Oct 09:56

What's Changed

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

Choose a tag to compare

@tatarize tatarize released this 11 Oct 13:43
4ec59ab

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