Mdi support
Does software has mdi or can we enable it? If not is there a way to configure the grbl board using the pendant so its not dependent to pc.
MDI doesn't supported at the moment. To support it some form of character input need to be done(i.e. on display keyboard). For configuration I plan to make menu at some point. But since it usually need to be done once it is not priority at the moment. By the way, settings can be changed by running "gcode" program from SD card. For example next "program":
$100=1000
$101=1000
$102=1000
Will set resolution for all axis to 1000 steps/mm
I will try to implement a keyboard to the code. And is there a way to run code from selected line?