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

Duplicate heaters after print complete or cancelled.

Scheduled Pinned Locked Moved Solved
Duet Web Control
2
5
120
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.
  • undefined
    gw3d3
    last edited by 14 Oct 2024, 08:35

    Hey all, I've been trying to set my machine up so that the dryer will stay on at the requested temperature after a print. I believe in attempting to do so I caused this issue, but I'm unsure of the best way forward here. Cancel Heater duplicate.png
    All the functionality is still there and it goes away with a power cycle.

    I use Cura as a slicer. Here is the end G code:

    ;Retract the filament and move tool head away.

    G92 E1

    G1 E-0.5 F300 ; Retract filament 0.5mm

    G28 XY ; Move tool head to home position

    M84 ; Disable stepper motors

    M0 ; Triggers stop.g in Duet system files

    Stop.g:

    ;stop.g

    M104 T0 S0 ;Turn off hotend
    M140 H1 S0 ;Turn off heated bed
    M141 H2 S0 ;Turn off printer chamber heater

    Thank you all in advance for any insight!

    undefined 1 Reply Last reply 14 Oct 2024, 08:54 Reply Quote 0
    • undefined
      droftarts administrators @gw3d3
      last edited by 14 Oct 2024, 08:54

      @gw3d3 M140 and M141 with an H parameter create a heater. Use the P parameter if you have more than one bed or chamber, otherwise leave out the H parameter. See https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m140-set-bed-temperature-fast-or-configure-bed-heater

      ie this is sufficient:

      M104 T0 S0 ;Turn off hotend
      M140 S0 ;Turn off heated bed
      M141 S0 ;Turn off printer chamber heater

      Ian

      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

      undefined 2 Replies Last reply 14 Oct 2024, 09:00 Reply Quote 0
      • undefined
        gw3d3 @droftarts
        last edited by 14 Oct 2024, 09:00

        @droftarts Thank you! I will try this with a short print and post results!

        1 Reply Last reply Reply Quote 0
        • undefined
          gw3d3 @droftarts
          last edited by 14 Oct 2024, 10:58

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • undefined
            gw3d3
            last edited by 14 Oct 2024, 12:33

            This worked, Thank you!

            1 Reply Last reply Reply Quote 0
            • undefined droftarts marked this topic as a question 14 Oct 2024, 13:16
            • undefined droftarts has marked this topic as solved 14 Oct 2024, 13:16
            2 out of 5
            • First post
              2/5
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA