G Code command

Post Reply
Obewon 99
Posts: 31
Joined: Tue Mar 08, 2016 7:09 am

G Code command

Post 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 !
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: G Code command

Post 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.
-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!
Obewon 99
Posts: 31
Joined: Tue Mar 08, 2016 7:09 am

Re: G Code command

Post 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.
User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: G Code command

Post 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.
-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!
Post Reply