<font face="Arial, Verdana">hello</font>
<font face="Arial, Verdana">for the extruder and the bed heaters at the same time I must put everything in slic3r / printer setting / custon g-code?</font>
<font face="Arial, Verdana">at the end of work I would like the bed back to 0 that is to say all down with the bed and the extruder stops complement to heat.
</font>
<font face="Arial, Verdana">
thank you
my actuel code
start
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
end
M104 S0 ; turn off temperature
G28 X0 ; home X axis
M84 ; disable motors
</font>