Warm-Up time not counting
-
When I upload a Gcode file and start that print (without pre-heating) the warm-up time isn't counting.
What could be wrong here? -
Firmware and DWC version?
-
-
I have the same issue.
Using Slic3r Prusa Edition 1.41.2 -
Using firmware 2.02 and the beta 2 DWC, the warm up time just shows as n/a.
-
On my list to look at.
-
Little update:
I changed my starting script, now when I start a file the warm-up time does count but only for the bed.
So when the bed has reached temp. it stops counting and then my extruder starts heating up.Starting script (using S3D)
G21 ;Metric values
G90 ;Absolute positioning
M83 ;Set extruder to relative mode
T0 ;Select Main Extruder
M107 ;Turn off part cooling fan
G28 XY ; Home X Y
M561 ; Clear any bed transform that might be in place
G1 X79 Y118 ; Send probe to middle of bed
G30 ; Do a single probe
G29 S1 ; Load my heightmap -
Thanks for the additional info. This is on my list to look at before I release 2.03beta1.