In grbl, G0 is always at one speed (travel speed). I wouldn’t trust cncjs to use the max speed. I would test like this:
G1 X100 F2000
G1 X5 F2000
That F is mm/min.
In grbl, G0 is always at one speed (travel speed). I wouldn’t trust cncjs to use the max speed. I would test like this:
G1 X100 F2000
G1 X5 F2000
That F is mm/min.