Heatbed
Hello...
How do I get the heatbed to auto off after the completion of a print?
I see the extruder does that, how can I get the heat bed to do the same?
Thank you
Re: Heatbed
These are the end codes in my copy of Simplify3d
the slicer includes these at the end of the print, to prepare the machine for model removal
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
G91 ; use relative coordinates
G1 Z0.6 F5000 ; lift nozzle by 0.6mm
G90 ; use absolute coordinates
G28 X0 ; home X axis
G1 Y195 ; move Y axis to end position
M84 ; disable motors
M107 ; turn off fan
Regards Joan
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK
Re: Heatbed
Excellent!!! Thank you!!!
One more thing, plz:
What's the gcode for the initial wipe at the begging of the prints that comes on the SD card provided by the prusa team? It's on every print from the batman to the V2 Calibration, etc.
Thank you in advance!!
Re: Heatbed
I've been able to find the start gcode on another thread on this forum and it's working well, thank you...
G1 Y-3.0 X0 Z10.0 F1000.0 ; move outside the print area and above the bed to heat
M104 S[first_layer_temperature] ; set extruder temp
M109 S[first_layer_temperature] ; wait for extruder temp
G1 E3.0 F1000.0 ; begin extrusion
G1 X20.0 Z0.2 E3.0 F1000.0 ; move down to bed while extruding
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line