• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    supertb1
    last edited by 7 Dec 2020, 21:30

    Hello, I would like to send my Duet 3 6HC in for a new micro SD card slot, I tried to install a remote card reader before I read the part about not doing that because some card readers can damage the slot and did just that... now the card reader will not see the card, the card does not lock into place and I would like to send it in for repair. Please help

    1 Reply Last reply Reply Quote 0
    • ?
      A Former User
      last edited by 7 Dec 2020, 21:37

      If you can't find a local mobile repair shop that can help you or you happen to be near one of the people listed here then wait to see what the Duet people say.

      The recommended part is on the spare part list

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 7 Dec 2020, 22:34

        Which country are you in?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • undefined
          supertb1
          last edited by 21 Dec 2020, 19:25

          so I finally got my new Duet 3 6HC installed and I have my fresh firmware SD card in the slot. before I had all these problems with the micor SD card reader i made the mistake of pushing the reset button on my Pannel Due 7 and now all it does is come up with a back lite where as before the normal operations screen would come up... how do i get a new firm ware installed on the panel due?

          ? 1 Reply Last reply 21 Dec 2020, 19:28 Reply Quote 0
          • ?
            A Former User @supertb1
            last edited by 21 Dec 2020, 19:28

            https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update ?

            1 Reply Last reply Reply Quote 1
            • undefined
              supertb1
              last edited by 21 Dec 2020, 20:40

              Thanks .. that solved the problem..

              1 Reply Last reply Reply Quote 0
              • undefined
                supertb1
                last edited by 21 Dec 2020, 22:47

                I amble to move my axis, with the panel Due, how can I tell if the limit switches are working on the duet 3 and how do I get the IP address to show on the panel Due?

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 21 Dec 2020, 23:24

                  You can test the endstop switches by sending M119 to see their status. Send it again when the switch is depressed to verify it's registered.

                  To see the assigned IP address send M552.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    supertb1
                    last edited by 22 Dec 2020, 03:53

                    what string of code needs to be in the config file or how do I make the UI screen display the current IP address?

                    undefined 1 Reply Last reply 22 Dec 2020, 04:21 Reply Quote 0
                    • undefined
                      Phaedrux Moderator @supertb1
                      last edited by 22 Dec 2020, 04:21

                      @supertb1 see my reply above

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        supertb1
                        last edited by 22 Dec 2020, 04:47

                        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?

                        undefined 1 Reply Last reply 22 Dec 2020, 05:00 Reply Quote 0
                        • undefined
                          Phaedrux Moderator @supertb1
                          last edited by Phaedrux 22 Dec 2020, 05:00

                          @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
                          • undefined
                            supertb1
                            last edited by 22 Dec 2020, 14:22

                            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
                            • undefined
                              supertb1
                              last edited by 22 Dec 2020, 21:30

                              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
                              • undefined
                                supertb1
                                last edited by 22 Dec 2020, 21:31

                                ; 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

                                undefined 1 Reply Last reply 23 Dec 2020, 02:46 Reply Quote 0
                                • undefined
                                  Phaedrux Moderator @supertb1
                                  last edited by 23 Dec 2020, 02:46

                                  @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
                                  • undefined
                                    supertb1
                                    last edited by 23 Dec 2020, 04:01

                                    @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?

                                    undefined 1 Reply Last reply 23 Dec 2020, 04:42 Reply Quote 0
                                    • undefined
                                      Phaedrux Moderator @supertb1
                                      last edited by 23 Dec 2020, 04:42

                                      @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
                                      • undefined
                                        supertb1
                                        last edited by 23 Dec 2020, 04:51

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

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          supertb1
                                          last edited by 23 Dec 2020, 18:13

                                          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
                                          • First post
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA