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

    bed heater output > 125C not allowed....Duet3/RRF3

    Scheduled Pinned Locked Moved
    General Discussion
    3
    7
    330
    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.
    • imrjundefined
      imrj
      last edited by

      i have ran as high as 150C on my older Duet2 no problem, some materials like ABS need it and I have an A/C bed with SSR relay so it heats up pretty quick....where is the restriction coming from because in my config.g I have the line below, but it doesnt seem to care, it cuts off after 125C regardless.....do I need to move it to another heater output?

      M308 S0 P"temp0" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M143 H0 S150 ; set temperature limit for heater 0 to 150C
      M307 H0 A450.2 C282.2 D6.3 S1.00 V0.0 B0
      M140 H0 ; map heated bed to heater 0

      deckingmanundefined 1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman @imrj
        last edited by

        @imrj Just a couple of suggestions until someone more knowledgable come along. Try add P0 to your M143, so M143 H0 P0 S150. P0 should be the default but just in case.... You could also try adding A0 as well - again that should be the default. Finally, try putting M140 H0 before the M143.

        I've no idea if any of the above will help - just a hunch base on https://duet3d.dozuki.com/Wiki/Gcode#Section_M143_in_RRF_3_01RC2_and_later

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          You can also send M143 H0 with no further parameters to report the current limit.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • imrjundefined
            imrj
            last edited by

            ok yup the M143 H0 P0 S150 did the job, all is well......RRF3 keeps playing tricks on me

            deckingmanundefined 1 Reply Last reply Reply Quote 0
            • deckingmanundefined
              deckingman @imrj
              last edited by

              @imrj Glad that worked but TBH, I think this should be flagged as something that needs looking at.
              @dc42 David, thoughts? From what the OP has reported, unless P0 is added to M143, then the limit will default to 125 Deg C regardless.

              Ian
              https://somei3deas.wordpress.com/
              https://www.youtube.com/@deckingman

              1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators
                last edited by dc42

                I'm sorry, I can't reproduce that using firmware 3.01-RC6. M143 H0 S150 works for me with no P parameter. I've also checked the code, and P will indeed default to 0.

                @imrj, which version of RRF3 are you using?

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • imrjundefined
                  imrj
                  last edited by

                  @dc42 RepRapFirmware for Duet 3 MB6HC version 3.01-RC5 running on Duet 3 MB6HC v0.6 or 1.0

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