- Home
- XXL to PGM converter
- Messages
- Depth change after the first depth
Depth change after the first depth
UnverifiedThe encoding is confirmed by the reference programs, but no file of ours in this shape has been run on a machine. Produced with a warning, refused in strict mode.
What the converter says
What triggers it
The program changes Z after cutting has started. The PGM stores one working depth in the header and repeats it in every record, so a second depth has nowhere to go.
G1 X400.000 Y200.000 Z8.000How to fix it
The first depth is written and the file is produced. For a genuine multi-depth job, split it into one program per depth so each pass is explicit.
Applies to
- G1: straight cuts and plungesUnverified