Layer count counts G0 moves
-
Hey there. I'm having some issues with DWC, and it's layer count.
It seems to think that there's always 3500 layers because my end gcode lifts the print-head to 700mm, however, I thought it only looked for G1 Z commands, and my end g-code is G0 Z700.
I'm on the duet maestro,
Firmware Version: 2.02RC2(RTOS) (2018-09-07b2)
Web Interface Version: 1.22.3 -
I had this issue.
Now I put my entire end scrip into "stop.g" configuration file and at my slicer I only use MY as the end script. This will call the stop.g
-
A work around is to add a comment starting with ;E at the end of that G0 Z command.
-
;E0 worked. Thanks