G Code command
G Code command
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
Hi,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 !
I think you can turn it off in your slicer software before you slice the object.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
Re: G Code command
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.
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
Hi,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.
It's "M140 S0".
The command is to turn off the bed.
-Keep your mind and try to test it.
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!