Small UI BUG
-
Hi. I just noticed this today. THe DWC analize the loaded gcode and give this information in the JOB INFORMATION section:
Job Information
Height: 400.00 mm
Layer Height: 0.20 mm
Filament Usage: 9203.90 mm
Height is reported as 400mm, but the print has only 9 mm tall. There is a G1 Z400 at the end of the end gcode, and the DWC is reading it as if this is part of the model. Suggestion would be that this analisys should be done TILL the end gcode, so this gcodes are not taken into account.
-
@tinchus said in Small UI BUG:
There is a G1 Z400 at the end of the end gcode
Is this in the gcode file being printed?
What generated this command?
Thanks.
Frederick
-
@tinchus which version of RRF and DWC are you running?
-
@tinchus I think you can solve the problem with putting an ";E" after the comment semi-colon, like this:
G1 Z400 ;E drop the print bed (E to exclude from layer count)(Obviously, you need to be in absolute positioning mode for this to work)
-
@fcwilt this command is part of my custom END GCODE
-
@jay_s_uk Version 3.3.0
-
@cosmowave This solved "the issue". I didnt knew about the "E" command