beta1 v 3.5 incorrect number of layers displayed
-
my layer xx of 1140 is incorrect there are only 144 layers
-
@moth4017 please share the GCode file via a file sharing site.
-
This post is deleted! -
-
@oliof same result
end gcode looks like this now
;TYPE:Custom
G1 E-0.5 F40 ; Move printhead end pos
G1 X10 Y280 F3000
M104 S0 ; turn off Extruder temperature
M140 S0 ; turn off Bed temperature
G1 Z285 ; send to max
M84 ; disable motors
; filament used [mm] = 6233.74
; filament used [cm3] = 14.99
; filament used [g] = 19.04
; filament cost = 0.53
; total filament used [g] = 19.04
; total filament cost = 0.53 -
@moth4017 replace "send to max" with something starting with a capital E, so either "E" or "End move".
-
@oliof Fixed, with the capital "E" added strange something in the comment line has that effect , cheers for the fix it was bugging me
-
@moth4017 said in beta1 v 3.5 incorrect number of layers displayed:
strange something in the comment line has that effect
It determines layers and height by looking for Z moves without any extrusion. That's why adding ;E to the comment causes it to be ignored as a layer change.
-
@Phaedrux thanks, i hope this help other in the future