fragmuffin / pygcode

GCODE Parser for Python
GNU General Public License v3.0
123 stars 38 forks source link

Last motion gcode ommited #28

Open debuti opened 3 years ago

debuti commented 3 years ago

Some CAM tools like Fusion 360 will omit the G code and directly go with Xx Yy Zz info (see https://shapeokoenthusiasts.gitbook.io/shapeoko-cnc-a-to-z/cad-cam-tools)

G1X150.000F1200.0
Y0.000
X0.000
Y150.000

Please, add support for this