I need samples of 'dodgy' GCode

Hi @mooselake, I can’t download that file - you may need to check permissions on it.

That’s odd, since it’s uploaded instead of linked. Since it’s a square the code’s short. Here’s the cleaned code, see where the G1s turn into G0 at Z-3.81. I also had missed step problems with pockets in cleaned kids blocks in soft maple that I thought was the router, could have been this same issue instead.

(Preamble completed by GCodeClean)
G0 X25 Y25 Z5
F100
G1 X25 Y25 Z-1.27
G1 X25 Y35
G1 X35 Y35
G1 X35 Y25
G1 X25 Y25
G1 X25 Y25 Z-2.54
G1 X25 Y35
G1 X35 Y35
G1 X35 Y25
G1 X25 Y25
G0 X25 Y25 Z-3.81
G0 X25 Y35
G0 X35 Y35
G0 X35 Y25
G0 X25 Y25
G0 X25 Y25 Z-4.5
G0 X25 Y35
G0 X35 Y35
G0 X35 Y25
G0 X25 Y25
G0 X25 Y25 Z5

And the original.

G0X25.00Y25.00Z1.00
G1Z-1.27F100.0
Y35.00
X35.00
Y25.00
X25.00
Z-2.54
Y35.00
X35.00
Y25.00
X25.00
Z-3.81
Y35.00
X35.00
Y25.00
X25.00
Z-4.50
Y35.00
X35.00
Y25.00
X25.00
Z1.00

Thanks for that - Initially it looks like my ‘augment’ function is playing up.

Thanks! I see that Carbide Create has removed their annoying retract/plunge code, at least in this straightforward toolpath. Hard to do a whole lot better than the (harder to follow) gcode above.

I was convinced that my revived Zenbot Mini was having bearing problems (it sat idle for nearly 10 years) or controller issues (new grbl_ESP32 board) causing missed steps in my grandkid’s number blocks, but I wonder if this G0 issue was cropping up there. I’ll see if I can poke around in it’s gcode

Edit: I’m making a small tray with 4 pockets in red oak, the move up to safe height, traverse, and replunge is still there when pocketing.
.

Well it wasn’t augment … but now it’s fixed anyway

Thanks!