G Code command
Posted: Thu Jul 14, 2016 1:32 am
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 !
Here you can share you great ideas about hardware innovation. Here you can enjoy more professional and specialized services, Here is a platform for you to make a difference!
https://forum.geeetech.com/
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 !
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.