Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: NOUSE94 on May 21, 2022, 02:26:14 PM
-
feed rate
-
How about you post your code so it can be inspected for possible problems.
-
which code?
-
You will need to provide more information about your problem. Under what circumstances is the speed not what you expect? Are you running a gcode program, and if so please post it.
-
N10 G90
N15 G70
G50
F75.
M3
G4 P0.5
G1 X13 Y0
M5
M30
-
You could try writing
G01 X13 Y0 F75
for the 7th line.