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

    Duet 2 v1.02 not responding

    Scheduled Pinned Locked Moved
    Firmware installation
    6
    113
    7.4k
    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.
    • thomasvanderwalundefined
      thomasvanderwal @dc42
      last edited by

      @dc42 I upgraded to 3.5.4. I have adjusted the homedelta.g many times. This was my last.

      ; homedelta.g
      ; called to home all towers and extra axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.5.10 on Mon Feb 24 2025 14:22:27 GMT+0100 (Midden-Europese standaardtijd)

      ; home linear delta
      G91 ; relative positioning
      G1 H1 X650 Y650 Z650 F3000 ; move all towers to the high end stopping at the endstops
      G1 H2 X-3 Y-3 Z-3 ; go down a few mm
      G1 H1 X6 Y6 Z6 F250 ; move all towers to the high end once more stopping at the endstops
      G1 Z-5 F2000
      G90 ; absolute positioning
      G1 X0 Y0 F2000 ; move X and Y to the centre

      Phaedruxundefined 1 Reply Last reply Reply Quote 0
      • thomasvanderwalundefined
        thomasvanderwal @dc42
        last edited by thomasvanderwal

        @dc42 config (2).g

        I got reputations error. So I send the file as attachment

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

          @thomasvanderwal said in Duet 2 v1.02 not responding:

          @dc42 I upgraded to 3.5.4. I have adjusted the homedelta.g many times. This was my last.

          ; homedelta.g
          ; called to home all towers and extra axes
          ;
          ; generated by RepRapFirmware Configuration Tool v3.5.10 on Mon Feb 24 2025 14:22:27 GMT+0100 (Midden-Europese standaardtijd)

          ; home linear delta
          G91 ; relative positioning
          G1 H1 X650 Y650 Z650 F3000 ; move all towers to the high end stopping at the endstops
          G1 H2 X-3 Y-3 Z-3 ; go down a few mm
          G1 H1 X6 Y6 Z6 F250 ; move all towers to the high end once more stopping at the endstops
          G1 Z-5 F2000
          G90 ; absolute positioning
          G1 X0 Y0 F2000 ; move X and Y to the centre

          So what happens when you send G28 to home all axis? (which will run the homedelta.g macro)

          ; Configuration file for RepRapFirmware on Duet 2 WiFi
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.5.10 on Mon Feb 24 2025 14:22:26 GMT+0100 (Midden-Europese standaardtijd)
          
          ; General
          G90 ; absolute coordinates
          M83 ; relative extruder moves
          M550 P"my printer" ; set hostname
          
          ; Accessories
          M575 P1 S0 B57600 ; configure PanelDue support
          
          ; Network
          M552 S1 ; configure WiFi adapter
          M586 P0 S1 ; configure HTTP
          
          ; Smart Drivers
          M569 P0 S1 D2 ; driver 0 goes forwards (X axis)
          M569 P1 S1 D2 ; driver 1 goes forwards (Y axis)
          M569 P2 S1 D2 ; driver 2 goes forwards (Z axis)
          M569 P3 S1 D2 ; driver 3 goes forwards (extruder 0)
          
          ; Motor Idle Current Reduction
          M906 I30 ; set motor current idle factor
          M84 S30 ; set motor current idle timeout
          
          ; Axes
          M584 X0 Y1 Z2 ; set axis mapping
          M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
          M906 X800 Y800 Z800 ; set axis driver currents
          M92 X80 Y80 Z80 ; configure steps per mm
          M566 X1200 Y1200 Z1200 ; set maximum instantaneous speed changes (mm/min)
          M203 X18000 Y18000 Z18000 ; set maximum speeds (mm/min)
          M201 X1000 Y1000 Z1000 ; set accelerations (mm/s^2)
          
          ; Extruders
          M584 E3 ; set extruder mapping
          M350 E16 I1 ; configure microstepping with interpolation
          M906 E1000 ; set extruder driver currents
          M92 E663 ; configure steps per mm
          M566 E1200 ; set maximum instantaneous speed changes (mm/min)
          M203 E3600 ; set maximum speeds (mm/min)
          M201 E1000 ; set accelerations (mm/s^2)
          
          ; Kinematics
          M665 L230 R165 B100 H315 ; set delta radius, diagonal rod length, printable radius and homed height
          M208 Z0 S1 ; set minimum Z
          M666 X0 Y0 Z0 A0 B0 ; endstop adjustments and XY tilt, can be determined using auto calibration as well
          
          ; Probes
          M558 K0 P1 C"zprobe.in" H5 F120 T6000 ; configure analog probe via slot #0
          M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
          G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height
          
          ; Endstops
          M574 X2 P"xstop" S1 ; configure X axis endstop
          M574 Y2 P"ystop" S1 ; configure Y axis endstop
          M574 Z2 P"zstop" S1 ; configure Z axis endstop
          
          ; Sensors
          M308 S0 P"bedtemp" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0
          M308 S1 P"e0temp" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1
          
          ; Heaters
          M950 H0 C"bedheat" T0 ; create heater #0
          M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0
          M307 H0 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #0
          M950 H1 C"e0heat" T1 ; create heater #1
          M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1
          M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1
          
          ; Heated beds
          M140 P0 H0 ; configure heated bed #0
          
          ; Fans
          M950 F0 C"fan0" ; create fan #0
          M106 P0 S0 L0 X1 B0.1 ; configure fan #0
          M950 F1 C"fan1" ; create fan #1
          M106 P1 S0 B0.1 H1 T45 ; configure fan #1
          
          ; Tools
          M563 P0 D0 H1 F0 ; create tool #0
          M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C
          

          Z-Bot CoreXY Build | Thingiverse Profile

          thomasvanderwalundefined 2 Replies Last reply Reply Quote 0
          • thomasvanderwalundefined
            thomasvanderwal @Phaedrux
            last edited by

            @Phaedrux It's going towards me. Then up. Finally it get some kind of stuck en going to make a noise like it's wants to go outside the printer

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • thomasvanderwalundefined
              thomasvanderwal
              last edited by

              M119 gives the following message: endstops- X not stopped: Y not stopped: Z not stopped, Z probe not stopped

              1 Reply Last reply Reply Quote 0
              • thomasvanderwalundefined
                thomasvanderwal @Phaedrux
                last edited by

                @Phaedrux
                The endstops work when they are triggered. But I'm now looking for the z-probe

                1 Reply Last reply Reply Quote 0
                • thomasvanderwalundefined
                  thomasvanderwal @dc42
                  last edited by

                  @dc42 I am getting no where. Which board get I buy that is compatible for my tractus 3d t650P? The Duet 3 ?

                  1 Reply Last reply Reply Quote 0
                  • droftartsundefined
                    droftarts administrators @thomasvanderwal
                    last edited by

                    @thomasvanderwal said in Duet 2 v1.02 not responding:

                    It's going towards me. Then up. Finally it get some kind of stuck en going to make a noise like it's wants to go outside the printer

                    Please send M669 and check the response says "Kinematics is Linear delta ...".

                    It sounds like one of the motors is not moving when homing. It should move all three together, and the three carriages should go up towards the endstops. When you flashed the firmware, did you disconnect the stepper drivers? If so, maybe you reconnected the stepper motors incorrectly. It's important that the X tower motor and endstop plug into the X driver (driver 0, but actually the middle driver on the board), and the same with the Y and Z motor and endstop. Can you post a picture of the Duet and wiring? Please also post the output of M122 again.

                    Also, I think your M665 parameters are not correct. Usually the rod length (L) is about twice the delta radius (R), otherwise the movement of the effector is severely restricted. Yours are:

                    M665 L230 R165 B100 H315
                    

                    See this diagram showing what you need to measure

                    This doesn't need to be exact, as once everything is working, you can calibrate accurate numbers.

                    I am getting no where. Which board get I buy that is compatible for my tractus 3d t650P? The Duet 3 ?

                    I don't think this is a board problem, it's a configuration problem. You would have the same issues if you swapped to another board. Unfortunately there's not much information available about your printer for us to help you, so we will need to recreate the information from what you can tell us.

                    I did find this pdf manual for the Tractus3D T850/650P, though it's not very helpful in determining the configuration: pro_series.pdf

                    Ian

                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                    thomasvanderwalundefined 2 Replies Last reply Reply Quote 0
                    • thomasvanderwalundefined
                      thomasvanderwal @droftarts
                      last edited by

                      @droftarts
                      I heared from someone that I have to downgrade the firmware to <3.
                      Is it so that duet 2 wifi with a tractus t650P works different with a newer firmware? Codes that response different?
                      IMG_8214.JPG

                      IMG_8215.JPG

                      droftartsundefined 1 Reply Last reply Reply Quote 0
                      • thomasvanderwalundefined
                        thomasvanderwal @droftarts
                        last edited by

                        @droftarts
                        Rod length 230mm, print bed radius is 200mm (the circle with tractus 3d on it).
                        I see no z-probe. Height of printer is also a mistery. How can I measure that?

                        1 Reply Last reply Reply Quote 0
                        • droftartsundefined
                          droftarts administrators @thomasvanderwal
                          last edited by

                          @thomasvanderwal said in Duet 2 v1.02 not responding:

                          I heared from someone that I have to downgrade the firmware to <3.
                          Is it so that duet 2 wifi with a tractus t650P works different with a newer firmware? Codes that response different?

                          No, you don't need to downgrade. Delta printers work just fine with RRF 3. I have one running on a Duet 2 WiFi, on the latest RRF 3.6.0-beta.4 right next to me. Gcodes to run the printer are the same. Some configuration commands have changed.

                          You said "a collegue got this printer from a company". Was it supplied with no SD card in the Duet? If there was an SD card, what happened to the configuration files that were on the SD card when you first posted in this thread? Did you delete the SD card? Presumably it was working at some point? If you have the original config.g, please post it.

                          Rod length 230mm, print bed radius is 200mm (the circle with tractus 3d on it).

                          These are fine for M665 L and B parameter, but you need the R parameter "delta radius" to be accurate, and I don't think 165mm is correct.
                          With the nozzle in the centre of the bed so the carriages are level, measure the distance between the centre of the magnetic balls that the rods mount to, as below:

                          Delta 2.jpg

                          This should measure one side 'A' of the equilateral triangle that defines the carriage positions, and the effector size 'B'. Then use this formula for the circumcircle radius of each, and subtract the effector radius from the printer radius (less carriage offset) to get the delta radius:

                          (A x √3 / 3 ) - ( B × √3 / 3 )

                          This should give you a reasonably accurate (+/- a few mm) for the delta radius, for M665 R parameter.

                          I see no z-probe.

                          I don't know what the Tractus3D printer uses for a probe. If there's nothing obvious on the toolhead, then most likely it uses a kinematic bed, and the nozzle pushing on the bed breaks a circuit. I think you can remove the bed and look underneath. If so, do that and post a picture. I also think this wire (blue arrow) is incorrect, and may be the probe wire:

                          Delta 1.jpg

                          It has been connected to the "optional external 5V input and PSU control" connector. I doubt this machine uses an external 5V PSU, so I'd guess this is for something else. Please trace this wire.

                          Also, it looks like the nozzle temperature is controlled by a PT100 temperature sensor, connected to a temperature daughterboard (yellow arrow). This part of your config.g will need to change:

                          ; Sensors
                          ...
                          M308 S1 P"e0temp" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1
                          

                          See https://docs.duet3d.com/en/User_manual/Connecting_hardware/Temperature_connecting_PT100
                          Most likely it will need to be

                          M308 S1 P"spi.cs1" Y"rtd-max31865" ; create sensor number 1 as a PT100 sensor in the first position on the Duet 2 daughterboard connector
                          

                          The bed temperature sensor is connected next to the bed heater output, so I would guess that that is a thermistor.

                          Height of printer is also a mistery. How can I measure that?

                          Once you can home the printer to the endstops (you didn't say if my previous advice helped), you can measure the height by moving the nozzle down until it touches the bed, and see how far that is. But I think you have other problems to solve first.

                          Ian

                          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                          thomasvanderwalundefined 1 Reply Last reply Reply Quote 0
                          • thomasvanderwalundefined
                            thomasvanderwal @droftarts
                            last edited by

                            @droftarts
                            I thinck I fixed all probblems for homing.

                            Next "problem" is printing haha. Error: Attempting to extrude with no tool selected.

                            droftartsundefined 1 Reply Last reply Reply Quote 0
                            • droftartsundefined
                              droftarts administrators @thomasvanderwal
                              last edited by

                              @thomasvanderwal You have a tool defined:

                              ; Tools
                              M563 P0 D0 H1 F0 ; create tool #0
                              M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C
                              

                              Send T0 to activate it, or click on the 'Tool 0' name in DWC.

                              However, I advise you to follow the 'Commissioning' guide: https://docs.duet3d.com/en/How_to_guides/Commissioning particularly as the reported temperatures are likely to be a long way out.

                              It would be good if you could answer some of my questions, or responded to my advice with changes you have made. It will help me help you.

                              Ian

                              Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                              thomasvanderwalundefined 2 Replies Last reply Reply Quote 0
                              • thomasvanderwalundefined
                                thomasvanderwal @droftarts
                                last edited by

                                @droftarts I made the corrections you said. Wiring is now good. The badradius is fine now. Homing works.
                                I made the change M308.
                                My contact with a person first is getting me nowhere. I made your changes and that worked.

                                Now I have to make adjustments in the tool settings etc.
                                COnsole says ; Error : can't turn heater 1 on while in fault state.

                                droftartsundefined 1 Reply Last reply Reply Quote 0
                                • thomasvanderwalundefined
                                  thomasvanderwal @droftarts
                                  last edited by

                                  @droftarts I don't know where the wiring goes to that I had connected to the 5V. It goes underneath the bed.

                                  1 Reply Last reply Reply Quote 0
                                  • droftartsundefined
                                    droftarts administrators @thomasvanderwal
                                    last edited by

                                    @thomasvanderwal You will need to calibrate the delta (see https://docs.duet3d.com/en/User_manual/Tuning/Delta_calibration) before you even think of printing, and to do that you need to get probing working. Investigate the bed, as I suggested.

                                    For the heater fault, what temperatures does DWC report for the hotend and bed? Like I said, it looks like the hot end uses a PT100 temperature sensor, not a thermistor.

                                    Ian

                                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                                    thomasvanderwalundefined 3 Replies Last reply Reply Quote 0
                                    • thomasvanderwalundefined
                                      thomasvanderwal @droftarts
                                      last edited by

                                      @droftarts said in Duet 2 v1.02 not responding:

                                      For the heater fault, what temperatures does DWC report for the hotend and bed?

                                      I will respond asap with your remarks.

                                      1 Reply Last reply Reply Quote 0
                                      • thomasvanderwalundefined
                                        thomasvanderwal
                                        last edited by

                                        it uses a kinematic bed, and the nozzle pushing on the bed breaks a circuit. I think you can remove the bed and look underneath. If so, do that and post a picture
                                        The manual says it has a automatic bed leveling. The button in the web browser works. I can’t get under the plate otherwise I have to dismantle the complete buttom…..

                                        M308 S1 P"spi.cs1" Y"rtd-max31865" ; create sensor number 1 as a PT100 sensor in the first position on the Duet 2 daughterboard connector
                                        The nozzle (heater 1) works correct now. It heats up to 200degrees. Bed heating is not working yet. Is that maybe the wire that was wrong connected? But I can’t see where it has to be plugged. In documentation it won’t say.

                                        Once you can home the printer to the endstops (you didn't say if my previous advice helped)
                                        Homing works now (Height is 650mm). Delta Calibration workt also (I think)

                                        For the heater fault, what temperatures does DWC report for the hotend and bed?
                                        Bed is maybe heater 0? It gets a fault.

                                        1 Reply Last reply Reply Quote 0
                                        • thomasvanderwalundefined
                                          thomasvanderwal @droftarts
                                          last edited by

                                          @droftarts
                                          0d486dc5-b21d-4df3-8cdd-1464b62fc59b-image.png

                                          droftartsundefined 1 Reply Last reply Reply Quote 0
                                          • droftartsundefined
                                            droftarts administrators @thomasvanderwal
                                            last edited by

                                            @thomasvanderwal said in Duet 2 v1.02 not responding:

                                            The manual says it has a automatic bed leveling. The button in the web browser works. I can’t get under the plate otherwise I have to dismantle the complete buttom…..

                                            It's not magic, it needs to use something as a probe. What does pressing the button do? It should move the nozzle down and stop when it touches the plate, then probe the bed in multiple places. If it does nothing, it has NOT auto calibrated. You should have a sys/bed.g file on the SD card for this; please post that.

                                            Most likely the wire I pointed out is the probe wire. But the configuration depends on what kind of probe it is. The last configuration you had was:

                                            ; Probes
                                            M558 K0 P1 C"zprobe.in" H5 F120 T6000 ; configure analog probe via slot #0
                                            M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
                                            G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height
                                            

                                            But you don't have anything connected to "zprobe.in" (which is a 4-pin header). The wire from the bed is 3-pin plug, wired in the same colour order as an endstop, so should probably connect to an endstop header ("e0stop" would be a good choice) and the configuration changed to reflect this.

                                            It looks like you should be able to lift out the bed plate. This from the pdf manual:

                                            114a6da8-8f99-42ac-9419-c045dc69489c-image.png

                                            It looks like yours has 3 spring clips rather than quarter turn bed clips. Remove the bed and see what is underneath.

                                            Bed is maybe heater 0? It gets a fault.

                                            You need to tune both the bed and extruder heaters. See https://docs.duet3d.com/en/How_to_guides/Commissioning#h-7-tune-heaters

                                            Please post your current config.g.

                                            Ian

                                            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

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