Help with gcode and skipped steps (solved, max deviation)

I have a little carve that takes 2 minutes. It’s two circular pockets, and a profile. One of the pockets causes skips unless I slow the feed rate down significantly. I am trying to debug the problem. I have eliminated nearly ALL of the gcode and trimmed it down to just a portion of the pocket that causes skips.

Note: this is an air carve - the router isn’t on, and Z is well above the axis.

The following skips every time toward the end. Am I missing something?

G21
G17G90
S18000M03

G0X0Y0Z15
X133.586Y27.713
G1Z10F1500

X141.158Y25.03F3000

M0

X142.025Y27.125
X142.137Y28.258
X142.025Y29.392
X141.695Y30.481
X141.158Y31.486
X140.435Y32.366
X139.555Y33.089
X138.551Y33.626
X137.461Y33.956
X136.327Y34.068
X135.194Y33.956
X134.104Y33.626
X133.1Y33.089
X132.219Y32.366
X131.497Y31.486
X130.96Y30.481
X130.629Y29.392
X130.518Y28.258
X130.629Y27.125
G0Z15

The format looks correct but I notced a few places where the number of decimal places change. It looks like it starts with 3 decimal places but there are lines with one or two. You might try adding the zeros to make them all three.

Problem solved. My max-deviation was set to 0.05mm. I changed it to 0.1mm and no more skips. :slight_smile:

1 Like