I absolutely agree with Terry here. A step size of 10% is not practical. If I program 100V for example, a minimum step up to 110V translates to 1mm increase in cut height. That's way too coarse.
ger21 wrote:Just create your own buttons and macros to do it?
This is exactly what I've done to make UCCNC work with my THC but it's not as straightforward as you might think.
AFAIK, you can't alter the actual spindle speed via macro at (gcode) run-time. (You CAN set the SS DRO via macro but that doesn't alter the actual underlying SS value). This will be an issue for any THC that uses the ACTUAL spindle speed as setvolts (say via the PWM output for example).
Fortunately mine gets its set volts via modbus so I just monitor the DRO directly and don't care that the actual SS remains at whatever it was set at with the S word.