Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 2831

Gcode help needed (no replies)

$
0
0
Hello All!
I have an Anycubic i3 Mega and to make the bed cool faster I installed a fan to cool that when printing finished. It's the "end" gcode:

M117 Printjob done!
M104 S0 ; turn off extruder
G1 X0 Y200 F2000 ; move bed to front
M82 ; relative positioning for extruder only
G92 E0 ; zero the extruded length
G1 F200 E-5 ; retract 5mm
M84 ; disable motors
; BED COOLER
M42 P57 S255 ; start fan
M190 R30 ; wait until bed temp 30°C
M42 P57 S0 ; stop fan
M140 S0 ; turn off bed
;
M106 S0 ; turn off fan

My only problem is that the M190 resets the printjob timer.
Can you help me, how to modify the above gcode to keep the waiting for temp, but not resetting the timer?
Thank you in advance!

Viewing all articles
Browse latest Browse all 2831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>