LaserWeb3 now supports overrides for feed and spindle for Grbl and Smoothie (via USB). Please test: https://github.com/openhardwarecoza/LaserWeb3/tree/overrides.
Any plan for scaling per axis like Mach3? I assume you are replacing the spindle and feedrate gcode before sending it… if so scaling would be similar, no?
This feature uses the override function of the firmware, which reacts immediatly instead of being delayed by the queue.
Scaling would have to be done in the cam module, which is a complete different story.
Makes, sense, Thank you.