Page 1 of 1

G Code command

Posted: Thu Jul 14, 2016 1:32 am
by Obewon 99
I would like to know if there is a gcode command to turn off the heated bed ,when printing from the sd card on my M201 printer . It would be nice on long prints !

Re: G Code command

Posted: Thu Jul 14, 2016 2:17 pm
by William
Obewon 99 wrote:I would like to know if there is a gcode command to turn off the heated bed ,when printing from the sd card on my M201 printer . It would be nice on long prints !
Hi,
I think you can turn it off in your slicer software before you slice the object.

Re: G Code command

Posted: Thu Jul 14, 2016 7:47 pm
by Obewon 99
I understand that ,but what is the command ?
The following is what I have in my custom gcode commands

M104 S0 ; turn off temperature
G28 X0 ; home X axis
M84 ; disable motors

the M104 s0 command only turns off the hotend.

Re: G Code command

Posted: Fri Jul 15, 2016 8:56 am
by William
Obewon 99 wrote:I understand that ,but what is the command ?
The following is what I have in my custom gcode commands

M104 S0 ; turn off temperature
G28 X0 ; home X axis
M84 ; disable motors

the M104 s0 command only turns off the hotend.
Hi,
It's "M140 S0".
The command is to turn off the bed.