At the moment if you issue a G1 gcode, E.G. "G1 X100 Y100 S1000", the speed parameter (S) is ignored. The steppers only move at DEFAULT_MOVE_SPEED. It should be possible to specify a speed value in a G1 gcode, and for that to control the speed of the endpoint.
At the moment if you issue a G1 gcode, E.G. "G1 X100 Y100 S1000", the speed parameter (S) is ignored. The steppers only move at DEFAULT_MOVE_SPEED. It should be possible to specify a speed value in a G1 gcode, and for that to control the speed of the endpoint.