Hello Guest it is April 25, 2024, 11:23:28 PM

Author Topic: Mach 4 appear to be using rapid feed rate or max. speed instead of G code  (Read 897 times)

0 Members and 1 Guest are viewing this topic.

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.