Bug with Some GCODe

Report problems here
Post Reply
nickstomp
Posts: 1
Joined: Fri Jun 06, 2014 6:16 am

Bug with Some GCODe

Post by nickstomp »

see the attached gcode with openscam (with mach3 is the same)

the offended row is 1162 on original file and 4459 in autolevelled gcode

G1X-1.047Y-50.032F500.0

G1X-147Y-50.032 Z[#100 + -1] F500

original

Code: Select all

G0Z5.000
G0X-0.889Y-50.114
G0Z0.000
G1Z-1.000F182.0
G1X-1.047Y-50.032F500.0
X-1.297Y-49.830
X-1.507Y-49.611
X-1.689Y-49.368
X-1.851Y-49.087
X-2.032Y-48.583
X-1.734Y-49.449
X-1.559Y-49.713
X-1.346Y-49.911
X-1.101Y-50.039
X-0.889Y-50.114
translated

Code: Select all

G0Z5
G0X-0.889Y-50.114
G0Z0
#102=[#500+0.03963*#504-0.03963*#500]
#101=[#501+0.03963*#505-0.03963*#501]
#100=[#102+0.6516*#101-0.6516*#102]
G1Z[#100 + -1] F182
#102=[#500+0.04283*#504-0.04283*#500]
#101=[#501+0.04283*#505-0.04283*#501]
#100=[#102+0.6447*#101-0.6447*#102]
G1X-147Y-50.032 Z[#100 + -1] F500
#102=[#500+0.05074*#504-0.05074*#500]
#101=[#501+0.05074*#505-0.05074*#501]
#100=[#102+0.6338*#101-0.6338*#102]
X-1.297Y-49.83 Z[#100 + -1]
#102=[#500+0.0593*#504-0.0593*#500]
#101=[#501+0.0593*#505-0.0593*#501]
#100=[#102+0.62464*#101-0.62464*#102]
X-1.507Y-49.611 Z[#100 + -1]
#102=[#500+0.06881*#504-0.06881*#500]
#101=[#501+0.06881*#505-0.06881*#501]
#100=[#102+0.6167*#101-0.6167*#102]
X-1.689Y-49.368 Z[#100 + -1]
#102=[#500+0.0798*#504-0.0798*#500]
#101=[#501+0.0798*#505-0.0798*#501]
#100=[#102+0.60964*#101-0.60964*#102]
X-1.851Y-49.087 Z[#100 + -1]
#102=[#500+0.09952*#504-0.09952*#500]
#101=[#501+0.09952*#505-0.09952*#501]
#100=[#102+0.60174*#101-0.60174*#102]
X-2.032Y-48.583 Z[#100 + -1]
#102=[#500+0.06564*#504-0.06564*#500]
#101=[#501+0.06564*#505-0.06564*#501]
#100=[#102+0.61474*#101-0.61474*#102]
X-1.734Y-49.449 Z[#100 + -1]
#102=[#500+0.05531*#504-0.05531*#500]
#101=[#501+0.05531*#505-0.05531*#501]
#100=[#102+0.62237*#101-0.62237*#102]
X-1.559Y-49.713 Z[#100 + -1]
#102=[#500+0.04757*#504-0.04757*#500]
#101=[#501+0.04757*#505-0.04757*#501]
#100=[#102+0.63166*#101-0.63166*#102]
X-1.346Y-49.911 Z[#100 + -1]
#102=[#500+0.04256*#504-0.04256*#500]
#101=[#501+0.04256*#505-0.04256*#501]
#100=[#102+0.64235*#101-0.64235*#102]
X-1.101Y-50.039 Z[#100 + -1]
#102=[#500+0.03963*#504-0.03963*#500]
#101=[#501+0.03963*#505-0.03963*#501]
#100=[#102+0.6516*#101-0.6516*#102]
X-0.889Y-50.114 Z[#100 + -1]
daedelus
Site Admin
Posts: 387
Joined: Tue Oct 01, 2013 1:41 pm
Location: London, UK
Contact:

Re: Bug with Some GCODe

Post by daedelus »

Thanks Nick,

Will check and fix ASAP.
http://www.autoleveller.co.uk/. Software to probe and adjust a GCode file for PCB's or any probe-able surface.

http://www.autoleveller.co.uk/cnc-probe-guide/. A short guide to setting up the probe.

-James
daedelus
Site Admin
Posts: 387
Joined: Tue Oct 01, 2013 1:41 pm
Location: London, UK
Contact:

Re: Bug with Some GCODe

Post by daedelus »

Forgot to say, this bug was fixed in v0.8.2 if you didnt know
http://www.autoleveller.co.uk/. Software to probe and adjust a GCode file for PCB's or any probe-able surface.

http://www.autoleveller.co.uk/cnc-probe-guide/. A short guide to setting up the probe.

-James
Post Reply