SmartPendant icon indicating copy to clipboard operation
SmartPendant copied to clipboard

Mdi support

Open BoraMD opened this issue 11 months ago • 2 comments

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.

BoraMD avatar May 06 '25 08:05 BoraMD

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

nickshl avatar May 07 '25 14:05 nickshl

I will try to implement a keyboard to the code. And is there a way to run code from selected line?

BoraMD avatar May 12 '25 07:05 BoraMD