fragmuffin / pygcode

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

This line fails Line #31

Open tovi911 opened 2 years ago

tovi911 commented 2 years ago

This line is used in 3D printing: M84 X Y E ;Disable all steppers but Z

error: word 'X' value invalid

aissak21 commented 2 years ago

The same thing happens to me with error: word 'P' value invalid. I believe it's the slicer used. Worked fine for me for CURA sliced gcode but not Prusa. I would suspect we'd need to manually go about it.