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

Fixed temperature to below 280

Scheduled Pinned Locked Moved
Duet Hardware and wiring
4
9
886
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
    X4TEC
    last edited by 10 Sept 2018, 18:27

    I've installed the latest firmware on my duet WiFi with pt100 sensor board. I've checked config file, but if i try to set temp to anything beyond 280 printer just ignores the temp. I even tried gcode directly. Is it possible I have a hardware issue. I've got other issues with extrusion which I can't resolve. I did drop a screwdriver on the board. I advanced digs I can run?

    undefined 1 Reply Last reply 10 Sept 2018, 20:23 Reply Quote 0
    • undefined
      wilriker @X4TEC
      last edited by 10 Sept 2018, 20:23

      @x4tec Do you have a M143 command anywhere? Most probably in your config.g. It is used to set maximum allowable temperatures. If so is this set to 280°C for the hotend?

      Manuel
      Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
      with probably always latest firmware/DWC (incl. betas or self-compiled)
      My Tool Collection

      1 Reply Last reply Reply Quote 0
      • undefined
        Dougal1957
        last edited by 11 Sept 2018, 07:40

        the firmware by default is limited to 260 (Or poss 262) so to be able to get to 280 you need to alter that limit with the M143 command as Wilriker rightly says

        HTH

        Doug

        undefined 1 Reply Last reply 11 Sept 2018, 08:49 Reply Quote 0
        • undefined
          wilriker @Dougal1957
          last edited by 11 Sept 2018, 08:49

          @dougal1957 said in Fixed temperature to below 280:

          the firmware by default is limited to 260 (Or poss 262)

          262°C it is (though I find it a strange constant).

          Manuel
          Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
          with probably always latest firmware/DWC (incl. betas or self-compiled)
          My Tool Collection

          undefined 1 Reply Last reply 11 Sept 2018, 09:12 Reply Quote 0
          • undefined
            Dougal1957 @wilriker
            last edited by 11 Sept 2018, 09:12

            @wilriker I Suspect it is to allow a small amount of overshoot if someone pid tunes at 260! but not certain

            undefined 1 Reply Last reply 11 Sept 2018, 09:33 Reply Quote 0
            • undefined
              wilriker @Dougal1957
              last edited by 11 Sept 2018, 09:33

              @dougal1957 I just checked source code because I was curious if there is a comment that points to this rather strange number. It turned out there is but it's surprising:

              constexpr float DefaultExtruderTemperatureLimit = 290.0; // Celsius - E3D say to tighten the hot end at 285C
              

              So, actually it is 290°C if no M143 is given (which I think is autogenerated by the configuration tool and set to 280°C).

              @dc42 is this an error in the documentation of M143 or did I miss anything? In Heat.cpp it definitely uses this constant in init().

              Manuel
              Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
              with probably always latest firmware/DWC (incl. betas or self-compiled)
              My Tool Collection

              1 Reply Last reply Reply Quote 0
              • undefined
                dc42 administrators
                last edited by 11 Sept 2018, 12:48

                Thanks, I have updated the documentation.

                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
                • undefined
                  X4TEC
                  last edited by 15 Sept 2018, 22:12

                  Ill double check but I'm sure I adjusted M143 to 285 and it made no difference.

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    X4TEC
                    last edited by X4TEC 23 Oct 2018, 15:13

                    Thanks all, must have been, that I set to low. Works fine since I set to 290.

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