jminardi / mecode

GCode for all
MIT License
221 stars 61 forks source link

README.md typo #53

Closed razeh closed 7 years ago

razeh commented 7 years ago

The README.md has this line:

g.arc(x=10, y=5, radius=20, direction='CCW') # counterclockwise arc with a radius of 5

Isn't that a counterclockwise arc, ending at x=10, y=5 with a radius of 20?

jminardi commented 7 years ago

Fixed in #54

Thanks for catching that!