by cncdrive » Mon Aug 09, 2021 6:08 am
It is set to a low value, because the Fset is the feedrate not only for the step jog, but also for other motion commands, MDI and g-code file commanded movements.
So, if the Fset would be set high on startup and you typing in a motion command to the MDI or if your g-code file accidentally does not contain the F code to set the feedrate then your machine would run those commands fast.
This could be a safety issue.
But if you find the initial Fset to be too low for you then you could change it with some macro code in the M99998 constructor macro.