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

    Duet 3 6HC micro SD socket damaged, need to send for repair

    Scheduled Pinned Locked Moved
    Hardware dev
    4
    27
    1.2k
    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.
    • supertb1undefined
      supertb1
      last edited by

      yes I seen it thanks...lol... I appreciate your advise ... I also like the idea of making a Macro. I have a couple of other questions... on my Duet 3 board the reset button light flashes steadily and the panel Due 7 has connecting displayed on the top right hand corner... is this normal? also is there a advised source to learn how to program the UI so that I can can get things like the IP address and the limit switch inputs to display on the UI?

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

        @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:

        so that I can can get things like the IP address and the limit switch inputs to display on the UI?

        Which UI do you mean? On the PanelDue or the web interface?

        You can create macros in the web interface and they would be accessible from the PanelDue or the web interface as well.

        Most gcode commands can be sent without any parameters and it will echo back the current values.

        Your PanelDue being stuck on connecting probably means that you're missing a command in config.g to enable it. You must have M575 P1 B57600 S1 for the PanelDue to work.

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

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

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

        Here are some example macros: https://github.com/Duet3D/RRF-machine-config-files/tree/master/DBotCoreXY/x0r-wifi-RRF3/macros

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • supertb1undefined
          supertb1
          last edited by

          When I say user interface I guess I am trying to convey the PanelDue... I would like to have all of the sensors display current statuses , again thank you very much for the advice.

          1 Reply Last reply Reply Quote 0
          • supertb1undefined
            supertb1
            last edited by

            Could I have some one look at these G-codes in my config.g please
            I am trying to set up for 2 Z motors, using Nema 23 motors and 3 pin limit switches. I am a bit of a noob so any advice would be helpfull.

            1 Reply Last reply Reply Quote 0
            • supertb1undefined
              supertb1
              last edited by

              ; Configuration file for Duet 3 (firmware version 3)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.8 on Mon Nov 23 2020 22:57:12 GMT-0600 (Central Standard Time)

              ; General preferences
              G90 ; send absolute coordinates...
              M83 ; ...but relative extruder moves
              M550 P"Open Build Colosus" ; set printer name

              ; Network
              M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
              M586 P0 S1 ; enable HTTP
              M586 P1 S0 ; disable FTP
              M586 P2 S0 ; disable Telnet

              ; Drives
              M569 P0.3 S1 ; physical drive 0.3 goes forwards X
              M569 P0.2 S1 ; physical drive 0.2 goes forwards Y
              M569 P0.1 S1 ; physical drive 0.1 goes forwards Z1
              M569 P0.0 S1 ; physical drive 0.0 goes forwards Z2
              M569 P0.4 S1 ; physical drive 0.4 goes forwards extruder
              M584 X0.3 Y0.2 Z0.1 Z0.0 E0.4 ; set drive mapping
              M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
              M92 X80.00 Y128.00 Z400 Z400.00 E400.00 ; set steps per mm
              M566 X900.00 Y900.00 Z60.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
              M203 X6000.00 Y6000.00 Z180.00 Z180.00 E3900.00 ; set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z20.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
              M906 X800 Y3000 Z3000 Z3000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout

              ; Axis Limits
              M208 X0 Y0 Z0 Z0 S1 ; set axis minima
              M208 X609 Y609 Z762 Z762 S0 ; set axis maxima

              ; Endstops
              M574 X1 S1 P"!^io1.in" ; configure active-high endstop for low end on X via pin !^io1.in
              M574 Y1 S1 P"!^io2.in" ; configure active-high endstop for low end on Y via pin !^io2.in
              M574 Z1 S1 P"!^io3.in" ; configure active-high endstop for low end on Z via pin !^io3.in
              M574 Z2 S1 P"!^io4.in" ; configure active-high endstop for low end on Z via pin !^io3.in

              ; Z-Probe
              M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
              M557 X15:600 Y15:600 S20 ; define mesh grid

              ; Heaters
              M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
              M950 H0 C"out1" T0 ; create bed heater output on out1 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 S110 ; set temperature limit for heater 0 to 110C
              M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
              M950 H1 C"out2" T1 ; create nozzle heater output on out2 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

              ; Fans
              M950 F0 C"out8" Q500 ; create fan 0 on pin out8 and set its frequency
              M106 P0 S1 H-1 ; set fan 0 value. Thermostatic control is turned off
              M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
              M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
              M950 F2 C"out6" Q500 ; create fan 2 on pin out6 and set its frequency
              M106 P2 S1 H-1 ; set fan 2 value. Thermostatic control is turned off
              M950 F3 C"out7" Q500 ; create fan 3 on pin out7 and set its frequency
              M106 P3 S1 H-1 ; set fan 3 value. Thermostatic control is turned off

              ; Tools
              M563 P0 S"Himera" D0 H1 F0:2 ; define tool 0
              G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
              G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

              ; Custom settings
              M575 P1 B57600 S1

              ; Miscellaneous
              M575 P1 S1 B57600 ; enable support for PanelDue
              M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

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

                @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:

                M574 Z1 S1 P"!^io3.in" ; configure active-high endstop for low end on Z via pin !^io3.in
                M574 Z2 S1 P"!^io4.in" ; configure active-high endstop for low end on Z via pin !^io3.in

                This isn't quite right. You'd need

                M574 Z1 S1 P"!^io3.in+!^io4.in"

                https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors#Section_In_RepRapFirmware_Num_3

                @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:

                M584 X0.3 Y0.2 Z0.1 Z0.0 E0.4 ; set drive mapping

                Instead of having 2 Z entries, you'd have M584 Z0.0:0.1 The driver numbers separated by a colon.

                M92 X80.00 Y128.00 Z400 Z400.00 E400.00 ; set steps per mm
                M566 X900.00 Y900.00 Z60.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                M203 X6000.00 Y6000.00 Z180.00 Z180.00 E3900.00 ; set maximum speeds (mm/min)
                M201 X500.00 Y500.00 Z20.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
                M906 X800 Y3000 Z3000 Z3000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                ; Axis Limits
                M208 X0 Y0 Z0 Z0 S1 ; set axis minima
                M208 X609 Y609 Z762 Z762 S0 ; set axis maxima

                And for all of these commands you'd only need a single entry for Z since it's per axis, and not per driver. So remove the duplicate Z values. It's only for multiple extruders that you need to specify the values for each extruder.

                @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:

                When I say user interface I guess I am trying to convey the PanelDue... I would like to have all of the sensors display current statuses , again thank you very much for the advice.

                The PanelDue is fairly limited in what it can display and how. You'd need to modify the firmware itself to do anything custom. https://github.com/Duet3D/PanelDueFirmware

                What firmware version are you using on the Duet and on the PanelDue?

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • supertb1undefined
                  supertb1
                  last edited by

                  @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:
                  Duet 3 (firmware version 3)
                  PanelDue-5.0i-7.0i.bin that I just installed from "https://github.com/Duet3D/PanelDueFirmware/releases/tag/1.24"
                  ok, thank you for helping me get that straight, next question, my homeall.g
                  ; homeall.g
                  ; called to home all axes
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.1.8 on Mon Nov 23 2020 22:57:12 GMT-0600 (Central Standard Time)
                  G91 ; relative positioning
                  G1 H2 Z5 F6000 ; lift Z relative to current position
                  G1 H1 X-614 Y-614 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
                  G1 H2 X5 Y5 F6000 ; go back a few mm
                  G1 H1 X-614 Y-614 F360 ; move slowly to X and Y axis endstops once more (second pass)
                  G1 H1 Z-767 F360 ; move Z down stopping at the endstop
                  G90 ; absolute positioning
                  G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

                  ; Uncomment the following lines to lift Z after probing
                  ;G91 ; relative positioning
                  ;G1 Z5 F100 ; lift Z relative to current position
                  ;G90 ; absolute positioning

                  What changes need to be made to my home all and home Z files so that both Z motors move to the limit switches and stop, then zero, and then back up 5mm?

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

                    @supertb1 said in Duet 3 6HC micro SD socket damaged, need to send for repair:

                    What changes need to be made to my home all and home Z files so that both Z motors move to the limit switches and stop, then zero, and then back up 5mm?

                    That's basically exactly what it's already doing.

                    G1 H1 Z-767 F360 ; move Z down stopping at the endstop
                    G90 ; absolute positioning
                    G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
                    ; Uncomment the following lines to lift Z after probing
                    ;G91 ; relative positioning
                    ;G1 Z5 F100 ; lift Z relative to current position
                    ;G90 ; absolute positioning

                    Remove the semicolon ; from those three G code lines to back up 5mm after the endstop is hit.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • supertb1undefined
                      supertb1
                      last edited by

                      Got it thanks so much.... can't wait to give this a try in the morning

                      1 Reply Last reply Reply Quote 0
                      • supertb1undefined
                        supertb1
                        last edited by

                        ok, so I put the SD card in the slot on the Duet 3 today, the reset light on the board is still flashing and the PanelDue still sais Connecting, and now it will not let me move any of the axis through the PanelDue and when I type in the M552 command on the PanelDue it doesn't respond or return any information, I followed the 4 wire pin out instructions and put the PanelDue on I/O-0. I double checked the wiring, and the comment "M575 P1 B57600 S1" is present. Is there anything else I need to do to make this work?

                        1 Reply Last reply Reply Quote 0
                        • supertb1undefined
                          supertb1
                          last edited by

                          I did some wiggle testing and found that the wiring from the duet 3 to the paneldue is flakey..... going to make a new cable and pay closer attention to the terminations... I always solder the wire ends before I crimp the terminal on the end... do you guys solder the terminal on to the wire as well?

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

                            A good crimp should be on bare wire. If you solder first the crimp won't work properly.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            1 Reply Last reply Reply Quote 0
                            • supertb1undefined
                              supertb1
                              last edited by

                              What gauge wire do you normally use with the crimps on the fans, sensors and steppers..?. I'm using nema 23 and 17 motors... I had been using 22 gauge wire

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

                                22 is likely just fine for those things.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • supertb1undefined
                                  supertb1
                                  last edited by

                                  it is likely that I do not have a good crimper for this task... what is the recommended crimper for this task?... my current problem is that when I crimp down on the terminal it cuts the wire end off and when I tine the wire ends before I crimp it solves this problem.

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

                                    There are many options. https://forum.duet3d.com/topic/9852/crimping-tool/

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 0
                                    • supertb1undefined
                                      supertb1
                                      last edited by

                                      many thanks... I'll get it ordered today... I'll leave you guys be for a while... headed to Cancun after christmas so it will be after that before I can get to this project... have a great holiday

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