Stop at G00

SheetCam related questions and tips can be posted here
Post Reply
Cryptoosam
1/2 Star Member
1/2 Star Member
Posts: 7
Joined: Tue May 05, 2020 7:39 pm

Stop at G00

Post by Cryptoosam »

Hi
I have a g code file. the cut works well.but sometimes the same file g code ,the torch stop at g00 ???????
Sheetcam/Mach 3/THC proma
Attachments
IMG_20200505_140147.jpg
User avatar
acourtjester
6 Star Elite Contributing Member
6 Star Elite Contributing Member
Posts: 7796
Joined: Sat Jun 02, 2012 6:04 pm
Location: Pensacola, Fla

Re: Stop at G00

Post by acourtjester »

G00 is a move command but you do not have a location (X, Y, or Z) to go to. Look at line 2710 and you can see it has a Z location to go to.
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
Cryptoosam
1/2 Star Member
1/2 Star Member
Posts: 7
Joined: Tue May 05, 2020 7:39 pm

Re: Stop at G00

Post by Cryptoosam »

Problem in file g code ?????
Les Newell
2.5 Star Member
2.5 Star Member
Posts: 186
Joined: Tue Mar 22, 2016 10:30 am

Re: Stop at G00

Post by Les Newell »

G00 with no coordinates should not cause a problem. It is more likely the problem is with the previous line, M800. What does your M800 macro do?
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1816
Joined: Mon Jun 12, 2017 6:43 pm

Re: Stop at G00

Post by robertspark »

I think there may be a setting in mach3 that says stop at unknown gcodes or skip unknown gcodes (there is in uccnc)

May be on the general configuration tab
beefy
4.5 Star Member
4.5 Star Member
Posts: 1504
Joined: Fri Jan 18, 2013 3:19 am

Re: Stop at G00

Post by beefy »

Rob,

I was thinking the same as Les because G0 is a modal command and simply puts the CNC controller in rapid speed mode. I was under the impression that you can put XY locations in a subsequent line, and so long as the mode has not been changed by G1 or whatever, the axis would move at rapid speed to the XY locations.
Checked the Mach3 gcode manual but it did not say if omitting the XY locations after the G0 will cause any issues.
2500 x 1500 water table
Powermax 1250 & Duramax torch (because of the new $$$$ync system, will buy Thermal Dynamics next)
LinuxCNC
Sheetcam
Alibre Design 3D solid modelling
Coreldraw 2019
robertspark
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1816
Joined: Mon Jun 12, 2017 6:43 pm

Re: Stop at G00

Post by robertspark »

I was referring to m800 being unknown and being skipped or stopping motion at not G0
Post Reply

Return to “SheetCam”