Page 1 of 1

Manual entry (MDI)

Posted: Tue Feb 18, 2025 7:06 pm
by Chevvron
Tom,
Is there a way to clear the manual entry list so that I only have the G code moves for testing a paticular operation of the 8 axis machine i am testing to reduce tge chance of moving the wrong axis ?
Tim

Re: Manual entry (MDI)

Posted: Tue Feb 18, 2025 9:05 pm
by TomKerekes
Hi Tim,

The Drop down list remembers the last 10 unique commands Sent. So if you enter 10 unique valid commands any undesirable commands should be removed.

Otherwise the commands are saved in GCodeConfigCNC.txt in lines with CommandHistory[X]= such as:

CommandHistory[0]=G0A0B0C0

If you delete those lines, or change them to something you want, then when KMotionCNC is started they should be present. Note you must modify the file while KMotionCNC is not running otherwise when KMotionCNC exits it will overwrite any changes.

HTH