Bug---Z Lift on Outline dives into material and runs to start point

To start the CNC is above the part by 2 inches and at part center. When I execute the Gcode the machine dives straight down, at center and them runs through the material to the path starting point. This of course ruins the part.

G21
G90
G0 Z-3.1800 F381
G0 X65.0875 Y-55.6404 F508
G1 Y55.6405
G1 X65.0454 Y56.4965
G1 X64.9082 Y57.4215
G1 X64.6810 Y58.3286
G1 X64.3660 Y59.2090
G1 X63.9662 Y60.0544
G1 X63.4854 Y60.8564
G1 X62.9284 Y61.6075
G1 X62.3004 Y62.3004
G1 X61.6075 Y62.9284
G1 X60.8564 Y63.4854
G1 X60.0544 Y63.9662
G1 X59.2090 Y64.3660
G1 X58.3286 Y64.6810
G1 X57.4215 Y64.9082
G1 X56.4965 Y65.0454
G1 X55.6405 Y65.0875

@dana1954 please right-click export your workspace and drop it here or in a message to me so I can replicate what you’re seeing.

workspace.kmz (249.9 KB)

when I use your workspace to generate gcode, this is how it starts for me. the animation reflects this and no collisions. the 1 inch clearance specified is shown in the preview. your gcode is missing the G0 Z25... move which I can’t explain. if you re-export the gcode, is it still missing? you can enable gcode preview in preferences so you can see the gcode without export/saving the file.

G21
G90
G0 Z25.4000 F381
G0 X65.0875 Y-55.6404 F508
G1 Z-3.1800 F254
G1 Y55.6405 F508
G1 X65.0454 Y56.4965
G1 X64.9082 Y57.4215
G1 X64.6810 Y58.3286

aha. if i execute the key sequence S, P, S, X then I can get it to omit the first move. which is puzzling. but at least repeatable. and so it shall be fixed.

found and fixed. will be in the next release. the workaround in the mean-time is to a arrange before re-slicing.

1 Like

Thanks @stewart . I’ll review the Gcode.

What revision should I be using. I selected 3.0 and the “G0 Z25.4000 F381” was in the code

What does this mean, I never use keys?

slice, preview, slice, export

both 2.9 and 3.0 suffered from a stale state bug that would cause this. it’s been patched but not yet pushed to production. thanks for the report.

1 Like

now fixed in production