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

    Faults trying to configure thick print bed

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    6
    16
    683
    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.
    • Vetiundefined
      Veti @p8blr
      last edited by

      @p8blr said in Faults trying to configure large print bed:

      It's an E3D Cartridge thermistor.

      that makes no sense
      i have not seen a bed that accepts those.

      Version 3.1.1

      update to 3.2

      p8blrundefined 1 Reply Last reply Reply Quote 0
      • p8blrundefined
        p8blr @Veti
        last edited by p8blr

        @Veti It's a printer that I built myself.

        I found this https://e3d-online.dozuki.com/Guide/V6+RepRap+Firmware+Configuration/26?lang=en

        Trying to figure out what my values will be...

        1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti
          last edited by

          @Veti said in Faults trying to configure thick print bed:

          E3D Cartridge thermistor.

          so you taped on of those to your bed?

          these are the thermistors from e3d that are meant for beds
          https://e3d-online.com/products/100k-ohm-ntc-thermistor-semitec?_pos=6&_sid=4dfe4ab04&_ss=r

          p8blrundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
          • p8blrundefined
            p8blr @Veti
            last edited by p8blr

            @Veti I machined a pocket in my bed and have it mounted internally near the print surface. I chose the cartridge style because it came with a micro-molex connector so it would be easy to replace.

            Going off this post:
            https://forum.duet3d.com/topic/9851/confusion-about-semitec-104gt-2-b-value-in-documentation

            My new values will be:

            M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C0.0000000706

            And I will also try to update the firmware next.

            1 Reply Last reply Reply Quote 0
            • p8blrundefined
              p8blr
              last edited by

              I was able to get it working and I just wanted to post what I did.
              -Updated firmware to 3.2
              -Changed B and C settings for my thermistors
              -Ran autotune and it worked this time

              This is the new M308 Settings:
              M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 0 as thermistor on pin bedtemp, E3D cartridge thermistor
              M308 S1 P"e0temp" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 1 as thermistor on pin e0temp, Slice Engineering Mosquito Thermistor
              M308 S2 P"e1temp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 2 as thermistor on pin e1temp, E3D cartridge thermistor

              And these are the new PID Values in config_override:
              M307 H0 R0.179 C1487.194:1487.194 D74.62 S1.00 V24.0 B0

              Thanks.

              fcwiltundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @p8blr
                last edited by

                @p8blr said in Faults trying to configure thick print bed:

                And these are the new PID Values in config_override:
                M307 H0 R0.179 C1487.194:1487.194 D74.62 S1.00 V24.0 B0

                You likely know this already but I will mention just to be safe.

                If you don't like having configuration values in two files you can always move the contents of config_override.g into config.g at any locations in the file you deem appropriate.

                Frederick

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                  @Veti For info, I too use an E3D cartridge style thermistor on my bed. It sits inside a 3mm diameter hole, about 30mm deep, that I drilled in the edge of the bed 10mm thick aluminium plate so that the thermistor is de-coupled form the heat pad/aluminium plate junction. The hole is also as close to the top surface as I could get it without braking through - so the sensor reads the temperature where it matter.

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

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

                    @p8blr said in Faults trying to configure thick print bed:

                    I was able to get it working and I just wanted to post what I did.
                    -Updated firmware to 3.2
                    -Changed B and C settings for my thermistors
                    -Ran autotune and it worked this time

                    This is the new M308 Settings:
                    M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 0 as thermistor on pin bedtemp, E3D cartridge thermistor
                    M308 S1 P"e0temp" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 1 as thermistor on pin e0temp, Slice Engineering Mosquito Thermistor
                    M308 S2 P"e1temp" Y"thermistor" T100000 B4725 C7.060000e-8 ; configure sensor 2 as thermistor on pin e1temp, E3D cartridge thermistor

                    And these are the new PID Values in config_override:
                    M307 H0 R0.179 C1487.194:1487.194 D74.62 S1.00 V24.0 B0

                    Thanks.

                    That's an incredibly long dead time. Can you tell us a little more about the dimensions of the bed and the thermistor mounting "pocket" - especially how it is orientated with respect to the heater pad?

                    BTW, I use a 400mm / 400mm x 10mm thick plate with an 800 watt heater - for the sake of comparison, here is my latest tuning result using RRF3.2
                    M307 H0 R0.104 C2186.5 D28.16 S1.00 B0 V0

                    Edit. Mine is a mains powered heater via an SSR - I guess yours is 24V yes?.

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

                    1 Reply Last reply Reply Quote 0
                    • achrnundefined
                      achrn @deckingman
                      last edited by achrn

                      @Veti as @deckingman said, and it works well:
                      P1100170.JPG

                      Mine is about 40mm deep, 3.5mm diameter hole in a 6mm thick bed plate. Actually at the moment it has a PT100 cartridge in it, but it could take a thermistor cartridge.

                      My D is about 46. I think if you are measuring temperature of the plate (rather than of the heater element) you'd expect a longer dead time.

                      M307 H0 R0.243 C1212.7 D46.41 S1.0 V0 B0
                      
                      1 Reply Last reply Reply Quote 0
                      • percarundefined
                        percar
                        last edited by

                        I have no problem with the duet software with a heat bed of 12mm thick aluminum and heat bed with 10mm Showing results for borosilicate glass
                        Bother were 300mm X 600mm. You need to make sure that your heater is able to get up to temperature quick enough. I am using a mains powered heater.

                        1 Reply Last reply Reply Quote 0
                        • Vetiundefined
                          Veti
                          last edited by

                          it will take a lot of time for the heat to reach the outer edge.
                          that is prob partly the reason for the long dead time.

                          deckingmanundefined achrnundefined 2 Replies Last reply Reply Quote 0
                          • deckingmanundefined
                            deckingman @Veti
                            last edited by

                            @Veti said in Faults trying to configure thick print bed:

                            it will take a lot of time for the heat to reach the outer edge.
                            that is prob partly the reason for the long dead time.

                            Depends on the size of the heat pad and how deep the hole is.

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

                            1 Reply Last reply Reply Quote 0
                            • achrnundefined
                              achrn @Veti
                              last edited by

                              @Veti said in Faults trying to configure thick print bed:

                              it will take a lot of time for the heat to reach the outer edge.
                              that is prob partly the reason for the long dead time.

                              I haven't got access to a thermal camera to check the coolness at the edges, but the sensor cartridge is well inside the footprint of the heater element (in mine, at least). The heat doesn't have to spread outwards, only through the plate.

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