Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: NOUSE94 on May 21, 2022, 02:26:14 PM

Title: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: NOUSE94 on May 21, 2022, 02:26:14 PM
feed rate
Title: Re: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: stevehuck on May 21, 2022, 04:53:38 PM
How about you post your code so it can be inspected for possible problems.
Title: Re: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: NOUSE94 on May 21, 2022, 07:25:21 PM
which code?
Title: Re: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: JohnHaine on May 22, 2022, 06:49:00 AM
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.
Title: Re: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: NOUSE94 on May 22, 2022, 05:50:12 PM
N10 G90
N15 G70
G50
F75.
M3
G4 P0.5
G1 X13 Y0
M5
M30
Title: Re: Mach 4 appear to be using rapid feed rate or max. speed instead of G code
Post by: JohnHaine on May 23, 2022, 01:58:34 AM
You could try writing

G01 X13 Y0 F75

for the 7th line.