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

Updating firmware.

Scheduled Pinned Locked Moved
Firmware installation
5
26
1.6k
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
    Kwad3d
    last edited by 16 Apr 2021, 20:11

    Trying to get a new board up and running on a new printer build. The read through says to update the firmware but has forgot that no wifi connection was established yet.

    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 16 Apr 2021, 22:39

      Start here

      https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        Kwad3d
        last edited by 17 Apr 2021, 04:22

        @phaedrux Ok I got it but seems the write up was asking me to update firmware before I was even connected to my network. However the included link to update the firmware required you to have access to the web interface which was confusing.
        Now I need help with homing directions on a CoreXY. Both axis need to home to the max position. I got X going the right way but can't figure out how to reverse Y with the tandem motor set up on a core XY

        undefined 1 Reply Last reply 18 Apr 2021, 07:46 Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by Phaedrux 17 Apr 2021, 17:11

          Well you can update the firmware directly over USB if you wish, but the board comes with functioning firmware from factory so it's usually just easier to connect to the network and use the web interface.

          Can you point me specifically to the sections of guide you're referring to? I'll see if I can clear it up a bit.

          For CoreXY, check out this setup guide.

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

          The important part is the motor direction test that will tell you how to test and what to change based on the results.

          Z-Bot CoreXY Build | Thingiverse Profile

          undefined 1 Reply Last reply 17 Apr 2021, 19:08 Reply Quote 0
          • undefined
            Kwad3d @Phaedrux
            last edited by 17 Apr 2021, 19:08

            @phaedrux I got most of it figured out and tuning the machine now. One thing im noticing is my travel moves are not as fast as they are set in the slicer. I have travel set to 300mm/s but looks like its only doing about 100mm/s. In the config the xy moves are set to 6000mm/min which should be around 100 when converted right?

            1 Reply Last reply Reply Quote 0
            • undefined
              Phaedrux Moderator
              last edited by 17 Apr 2021, 19:14

              Increase your max speed in config.g. CoreXY uses two motors together which means one motor may need to move faster than the other to achieve the head speed requested. It's not as straightforward as a cartesian.

              Z-Bot CoreXY Build | Thingiverse Profile

              undefined 1 Reply Last reply 17 Apr 2021, 19:31 Reply Quote 0
              • undefined
                Kwad3d @Phaedrux
                last edited by 17 Apr 2021, 19:31

                @phaedrux oK. The 6000mm/min is only 100mm/s right?

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 17 Apr 2021, 19:32

                  yes to convert between mm/s and mm/min you either divide or multiply by 60

                  Z-Bot CoreXY Build | Thingiverse Profile

                  undefined 1 Reply Last reply 17 Apr 2021, 19:34 Reply Quote 0
                  • undefined
                    Kwad3d @Phaedrux
                    last edited by 17 Apr 2021, 19:34

                    @phaedrux Another thing im trying to figure out is I keep getting a fault when heating the bed. Says its heating slower than expected but for a bed heater its heating up just fine. Can't seem to figure out what to adjust. Currently the bed is set up on Bang Bang

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      Phaedrux Moderator
                      last edited by 17 Apr 2021, 19:36

                      PID tune the bed

                      Z-Bot CoreXY Build | Thingiverse Profile

                      undefined 1 Reply Last reply 17 Apr 2021, 20:56 Reply Quote 0
                      • undefined
                        Kwad3d @Phaedrux
                        last edited by 17 Apr 2021, 20:56

                        @phaedrux I need to pid tune on Bang Bang? Not very familiar with that method I guess.
                        Same M303 Gcode used for tuning the hot end?

                        undefined 1 Reply Last reply 17 Apr 2021, 23:01 Reply Quote 0
                        • undefined
                          Phaedrux Moderator @Kwad3d
                          last edited by 17 Apr 2021, 23:01

                          @kwad3d Basically the same yes.

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

                          Z-Bot CoreXY Build | Thingiverse Profile

                          undefined 1 Reply Last reply 18 Apr 2021, 01:32 Reply Quote 0
                          • undefined
                            Kwad3d @Phaedrux
                            last edited by 18 Apr 2021, 01:32

                            @phaedrux Ok. Every other time I installed a duet I got lucky with Ban Bang and didn't have to do it. For some reason on all my duet set ups I have to run hotter temps for my materials to flow correctly. Curious if I have the thermistors set up wrong or something.

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              Phaedrux Moderator
                              last edited by 18 Apr 2021, 03:11

                              possibly. What are your thermistor settings? What thermistor do you have?

                              Z-Bot CoreXY Build | Thingiverse Profile

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                Kwad3d
                                last edited by 18 Apr 2021, 06:37

                                @phaedrux I'm using a standard Cartridge thermistor from E3D. set to option 5 when configured in Marlin. Here is the section from my config.g

                                ; Heaters
                                M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
                                M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
                                M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
                                M140 H0 ; map heated bed to heater 0
                                M143 H0 S120 ; set temperature limit for heater 0 to 120C
                                M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
                                M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
                                M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
                                M143 H1 S280 ; set temperature limit for heater 1 to 280C

                                undefined 1 Reply Last reply 18 Apr 2021, 09:33 Reply Quote 0
                                • undefined
                                  o_lampe @Kwad3d
                                  last edited by 18 Apr 2021, 07:46

                                  @kwad3d said in Updating firmware.:

                                  the write up was asking me to update firmware before I was even connected to my network.

                                  @Phaedrux
                                  The part about 'getting started' was written long before DWC was official or even standard. In these days it was common sense to configure your 3D printer HW through USB, but that has changed obviously.

                                  @phaedrux said in Updating firmware.:

                                  yes to convert between mm/s and mm/min you either divide or multiply by 60

                                  🎩 KUDOs for your patience 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    Rushmere3D @Kwad3d
                                    last edited by 18 Apr 2021, 09:33

                                    @kwad3d

                                    E3D thermistors are configured like this, T100000 B4725 C7.06e-8

                                    Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                    undefined 1 Reply Last reply 18 Apr 2021, 15:17 Reply Quote 1
                                    • undefined
                                      Kwad3d @Rushmere3D
                                      last edited by 18 Apr 2021, 15:17

                                      @rushmere3d Thanks I will try that Thermistor config. Do I just replace everything past Y"thermister" on the M308 line with the info you provided? just double checking before making a change to the config as Im a little rusty on Reprap

                                      undefined 1 Reply Last reply 18 Apr 2021, 15:18 Reply Quote 0
                                      • undefined
                                        Dougal1957 @Kwad3d
                                        last edited by 18 Apr 2021, 15:18

                                        @kwad3d said in Updating firmware.:

                                        @rushmere3d Thanks I will try that Thermistor config. Do I just replace everything past Y"thermister" on the M308 line with the info you provided? just double checking before making a change to the config as Im a little rusty on Reprap

                                        You change the B parameter and the C parameter (or add it if it is missing)

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          Phaedrux Moderator
                                          last edited by 18 Apr 2021, 17:03

                                          M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          undefined 1 Reply Last reply 20 Apr 2021, 16:39 Reply Quote 0
                                          7 out of 26
                                          • First post
                                            7/26
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA