plottertools / vpype-gcode

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

Profiles have inverted_y as <"True">, should be <true> #22

Closed hapiel closed 2 years ago

hapiel commented 2 years ago

It was misleading that in the bundled profiles and in the readme the invert_y option is set to "True".

I tried to set it to "False", but this did not work because "False" is truthy. It turns out it had to be set to false (or omitted of course, as the default is false)

I recommend changing all the profiles using this flag from "True" to true: invert_y = true

abey79 commented 2 years ago

Good point, I've fixed it.