Close



Results 1 to 6 of 6
  1. #1
    Student
    Join Date
    Mar 2015
    Location
    Yes
    Posts
    15

    Gcode for auto shut off?

    Hello,

    I was wondering if there is a way to have the printer auto shut off the heated bed when finished with a print; the hot end shuts off but the bed does not. Would I need to add custom gcode into slic3r? I once tried putting an "M" code before but It did not do anything. Sorry if this has been addressed before, I did search this forum prior to me asking but did not find anything.

    Thanks

  2. #2
    Senior Engineer
    Join Date
    Jun 2014
    Location
    Burnley, UK
    Posts
    1,662
    M140 S0

    should work I guess.

    http://reprap.org/wiki/G-code

  3. #3
    Student
    Join Date
    Mar 2015
    Location
    Yes
    Posts
    15
    Thanks. I'll give that a try.

  4. #4
    Engineer-in-Training gmay3's Avatar
    Join Date
    Mar 2014
    Location
    USA
    Posts
    388
    Add gmay3 on Thingiverse
    Hey DrMacZed, which printer do you have?

    I have a 8inch i3v that does not have a heating bed relay. Mine has always shut both the hot end and bed down after printing.

  5. #5
    Student
    Join Date
    Mar 2015
    Location
    Yes
    Posts
    15
    I have an i3v 8" and a Pegasus 10" both with heated bed relay.

  6. #6
    Technologist
    Join Date
    Oct 2014
    Posts
    134
    This is my end gcode for shutting everything down-

    M104 S0 ; turn off extruder
    M140 S0 ; turn off bed
    M84 ; disable motors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •