Cut speed changing
- trucks1948
- 3 Star Elite Contributing Member
- Posts: 439
- Joined: Sat Jun 13, 2009 10:00 am
- Location: Friendship,Wi
Cut speed changing
I have had my machine all apart in a move. I run mach3 and sheetcam.when i try to run a file without the torch on the speed changes from 100 ipm to .3 ipm .It changes right after the M03 line where the torch would fire. I must have a setting off somewhere, but i can't figure it out. Any help would be appreciated.
- acourtjester
- 6 Star Elite Contributing Member
- Posts: 8490
- Joined: Sat Jun 02, 2012 6:04 pm
- Location: Pensacola, Fla
Re: Cut speed changing
Normally the speed only changes when told, it almost sounds like it see the pierce delay value as a speed change.
N0280 M03
N0290 G04 P0.5
N0300 G01 Z0.060 F30.0
Here is a few lines where you can see the pierce delay G04 p0.5 and then the torch drop G01 Z0.060 F30, f30 being the new speed change for the torch drop. The next line would be speed change for cutting speed.
have you changed the post processor, almost looks like a router or milling G-code, lowering the bit at very low speed. One of the first few line shows the post processor name that was used to generate the G-code
N0280 M03
N0290 G04 P0.5
N0300 G01 Z0.060 F30.0
Here is a few lines where you can see the pierce delay G04 p0.5 and then the torch drop G01 Z0.060 F30, f30 being the new speed change for the torch drop. The next line would be speed change for cutting speed.
have you changed the post processor, almost looks like a router or milling G-code, lowering the bit at very low speed. One of the first few line shows the post processor name that was used to generate the G-code
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
- trucks1948
- 3 Star Elite Contributing Member
- Posts: 439
- Joined: Sat Jun 13, 2009 10:00 am
- Location: Friendship,Wi
Re: Cut speed changing
thank you