G0 and G1 are identical in marlin
You add a F parameter to specify the requested feed rate
eg. G1 X100 F4000
F is in mm per minute
The only thing in firmware is the maxfeed rate values, this is the max feedrate you can request, anything over that is just set to the max value.
You add a F parameter to specify the requested feed rate
eg. G1 X100 F4000
F is in mm per minute
The only thing in firmware is the maxfeed rate values, this is the max feedrate you can request, anything over that is just set to the max value.