Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Heater Control When Pause.g is Called

    Scheduled Pinned Locked Moved
    Gcode meta commands
    2
    4
    244
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dakotaundefined
      Dakota
      last edited by Dakota

      So I've been looking for some information in the gcode lists as well as the forms but can't seem to find what I'm looking for.

      Is there anyway that when the printer is paused to have selected heaters turned off without making the tool active and setting the temp to zero? I want it to just turn the heater off like an M0 command would do and leave the active and standby temps alone. this would be helpful to me so that way when a print is interrupted for whatever reason and is paused, my tool isn't baking filament all night just sitting there and once I resume the print the temps are resumed from last print location. I don't want to use an M0 for the reason of that it would turn off my heated bed. Any help in filling in my lack of knowledge around this topic would be much appreciated!

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        This is what standby temp is for. If you set your active and standby temps with G10 when the tool is made inactive it will go to the standby temp.

        https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_G10_Tool_Temperature_Setting

        So your pause.g could deselect the tool, it would go to the standby temp. And in your resume.g you re-select the tool it goes back to the active temp and use M116 to wait for temps.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Dakotaundefined
          Dakota
          last edited by

          I see your Point with the stand by temps, yet i use that some times for dual extrusion, so that way when I release a tool it doesn't cool it down all the way while the other works, it just lets the temp drop say 30 degrees to decrease chances of oozing.
          which is why I at least think itd be nice to have the option to have a gcode that has parameters for the heater number(s) and the state you want to set (on or off).

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            There is work planned to add a gcode that handles heater functions directly. The way it was back in the day was too rigid and the way it is now still doesn't cover all the desired functionality.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA