Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 547 forks source link

No working in imperial units #22

Open DEF7 opened 8 years ago

DEF7 commented 8 years ago

I'm hacking away at the code right now to get grblControl to work in imperial units (over here in the states, where my physical tools are in inches) but it would be cool if there was an option in settings to make it so you could work in either metric or imperial, instead of it converting everything to metric no matter what.

Denvi commented 8 years ago

Please, describe a problem in more details. Some explaining images will be very opportunely.

pmpetros commented 8 years ago

type "g20" into the command line everytime you start up and reset. g20 is the gcode command to read everything in inches. g21 is the same for mm.