cilynx / pygdk

Python G-code Development Kit
GNU General Public License v3.0
13 stars 3 forks source link

Transforms #53

Open cilynx opened 1 year ago

cilynx commented 1 year ago

For either an imported vector (like #52) or gcode we're creating on-the-fly, we should have the ability to perform basic transforms. To start with, at least location and scale.

Practical use case is that I want to center and fit an existing vector on an 8.5x11 sheet of paper at the front right corner of the machine without having to do all the math myself.