sir-buckyball / chrome-gcode-sender

A gcode-sender application for Chrome/ChromeOS.
MIT License
60 stars 24 forks source link

Add a warning if an input file is missing a positioning specification (G90/G91) #49

Open sir-buckyball opened 5 years ago

sir-buckyball commented 5 years ago

If a positioning reference (absolute[G90] vs. relative [G91]) is missing in a file, warn the user. Getting this wrong makes a huge difference in how a machine will behave.

NOTE: I encountered this issue using kiri:moto exports from an OnShape model.