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
Manual entry (MDI)
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2741
- Joined: Mon Dec 04, 2017 1:49 am
Re: Manual entry (MDI)
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
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
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.