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

    Custom Heat Pad and thermistor question

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    68
    2.8k
    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.
    • wingtipundefined
      wingtip @Phaedrux
      last edited by

      @phaedrux Something isnt working right.. I tried to enter the M401 and 402 and nothing happens. Looking at the pic below, my signal wire (the yellow from the bltouch) is red in this photo on the pwm3 connector. do i need to flip it 180 or is my signal wire on the correct pin for pwm3?

      IMG_4234.jpg

      Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

      1 Reply Last reply Reply Quote 0
      • wingtipundefined
        wingtip @3DPMicro
        last edited by

        @3dpmicro almost everything came from openbuilds.com except a few steppers which i matched to the open builds ones i had and i believe their steppers and leadscrews are only one type (for nema17)... This is just a big experiment so it is what it is at this point lol... its either going to work or be a colossal (expensive) failure.

        Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

          Ah ok, so you're using the Duex PWM headers. In that case you'll need to change a line in config.g to use the pin name for that pwm port on the duex instead of the pin on the expansion header (since the duex is using the expansion header).

          M950 S0 C"exp.heater3"                         ; create servo pin 0 for BLTouch
          

          Becomes

          M950 S0 C"duex.pwm3"                         ; create servo pin 0 for BLTouch
          

          Then M401 and M402 should work if the deploy and retract macros match what I posted above.

          If it still doesn't work, check wiring continuity, or try the PWM5 header instead.

          Z-Bot CoreXY Build | Thingiverse Profile

          wingtipundefined 1 Reply Last reply Reply Quote 0
          • wingtipundefined
            wingtip @Phaedrux
            last edited by

            @phaedrux
            The deploy and retract is working via the macros but not by the direct M401 and 402 in the console. Is that normal? What should i test next or have as a macro?

            Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

              The macros must be in the system folder for M401 and M402 to work. If you have them in the macros folder only, they won't.

              Z-Bot CoreXY Build | Thingiverse Profile

              wingtipundefined 1 Reply Last reply Reply Quote 0
              • wingtipundefined
                wingtip @Phaedrux
                last edited by wingtip

                @phaedrux So what directory should the two macro's go in? At the moment i have them directly in the macro directory. I do have a BL Touch folder/directory created within the macro directory but havent placed those two files in there yet.

                Nevermind i see your last message says in the main directory... but then what is the point of being able to make other directories and keeping things less cluttered?

                Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                  @wingtip said in Custom Heat Pad and thermistor question:

                  but then what is the point of being able to make other directories and keeping things less cluttered?

                  You still can do that, but the firmware is looking in the /sys folder for the probe deploy and retract macros. That's just the way it is.

                  In other words, the macros folder is your to do with as you wish, but the sys folder is for the firmware and you must play by it's rules.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  wingtipundefined 1 Reply Last reply Reply Quote 0
                  • wingtipundefined
                    wingtip @Phaedrux
                    last edited by

                    @phaedrux
                    Ok, so if the macros are working now from the macro directory then i can leave it that way right? So what should i test or add next to the directory... Thank you for all the help!

                    Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                      You can leave a COPY of those deploy and retract macros in the macros folder, but if you want the probe to deploy and retract when you send G30, a copy of those macros must also be in the /sys folder.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • wingtipundefined
                        wingtip
                        last edited by

                        Now working from the console with the m401 and m402. I had to remove a space in the name of the files and now they work. Ok what now? 😊

                        Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                          @wingtip said in Custom Heat Pad and thermistor question:

                          Ok what now?

                          If that works, you can do the tests described here and measure your XYZ probe offsets as well.

                          https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • wingtipundefined
                            wingtip
                            last edited by

                            Custom heat pad just arrived. 752mm x 522mm, 110vac, 1500 watt.
                            45c-110c with safety cut at 120c.
                            IMG_4236.jpg

                            IMG_4239.jpg

                            In this pic you can just see the heating element pattern
                            IMG_4240.jpg

                            Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                              Looks really good. Not sure if they included instructions for mounting it, but here's what Keenovo recommends. High temp silicone is the way to go. You don't want that thing coming off mid print.

                              User's-Manual-Keenovo-Flexible-Heaters.pdf

                              Z-Bot CoreXY Build | Thingiverse Profile

                              wingtipundefined 1 Reply Last reply Reply Quote 0
                              • wingtipundefined
                                wingtip @Phaedrux
                                last edited by

                                @phaedrux
                                Trust me, it will not come off. I never use self adhesive on my heat pads. There will be the aluminum base, a layer of cork, the heat pad, then the glass layer, the possibly some buildtak or printbite or pei or something all held down by the good ol binder clips. It's always worked for me in the past.

                                Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                                  @wingtip said in Custom Heat Pad and thermistor question:

                                  There will be the aluminum base, a layer of cork, the heat pad, then the glass layer,

                                  Wait, so you're putting the aluminum on the bottom and then cork and then the heater and then the glass on top? That's a very bizarre heated bed sandwich.

                                  The heater should be attached to the bottom of the aluminum so that it can act as a heat spreader. The glass then goes on top of the aluminum. Use the cork to insulated the bottom of the heater pad if you like.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  wingtipundefined 1 Reply Last reply Reply Quote 0
                                  • wingtipundefined
                                    wingtip @Phaedrux
                                    last edited by wingtip

                                    @phaedrux Thats the way i setup my FT5 R1 and has been flawless for years. the cork is only a spacer due to having to cut a slot for the thick area of the heat pad where the cables connect and thermistor are installed etc... Why heat up a whole sheet of alum and still have to heat the glass up beyond that? If i had put the heat pad under the alum the heat pad would have to be smaller than the alum to allow room for the mounting screws and nuts/adjustment screws.

                                    I just got the cork and heat pad and glass layed down... about to try to finish the setup steps in the document you listed last night. Still have to wire up the heat pad and the SSR and thermistor. After that i need to print a spool holder. Then decide if i want to print on the plain glass or install pei, buildtak, printbite, or some other printing surface. Havent decided yet.

                                    I did lose some 20mm print area in X axis with the large clips i used to hold the sandwich down lol...

                                    Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                                      There's more than one way to crack an egg.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      1 Reply Last reply Reply Quote 0
                                      • wingtipundefined
                                        wingtip
                                        last edited by

                                        Here is the big mac sandwich

                                        IMG_4241.jpg

                                        Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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

                                          That bed is thicc.

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          wingtipundefined 1 Reply Last reply Reply Quote 0
                                          • wingtipundefined
                                            wingtip @Phaedrux
                                            last edited by

                                            @phaedrux
                                            Has to be as big as it is... if it were a skinny bitch it would flex

                                            Highly modified FT5 R1, ATX supply, mosfet w/silicone heat pad, bmg ext, TMC2600 drivers, and my custom quad z mod with 4 lead screws and custom cut new upper panels and bed, and using the dual z endstop mod. New project is 800x500x500z printer.

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