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

Duet 3 v1.0 Fault on SD slot

Scheduled Pinned Locked Moved
Duet Hardware and wiring
5
24
618
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
    T3P3Tony administrators
    last edited by 12 Aug 2020, 16:02

    @Carlo said in Duet 3 v1.0 Fault on SD slot:

    SD card 0 detected, interface speed: 12.5MBytes/sec

    Although that is not a great speed it does appear to be working. please post your config.g thats on the SD card.

    Its saying SBC mode so is the Pi connected? I wonder if you get a different response with the Pi not connected.

    www.duet3d.com

    1 Reply Last reply Reply Quote 0
    • undefined
      Carlo
      last edited by 12 Aug 2020, 16:04

      Tony the Pi is not connected
      and it was working yesterday in stand alone mode

      Config.g
      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon May 25 2020 14:05:35 GMT+0100 (British Summer Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet 3" ; set printer name
      M665 L440.47:440.47:440.47 R234.553 H410.523 B185.0 X 0.265°, Y 0.181°, Z 0.000° ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X-0.00 Y0.00 Z-0.00 A0.00 B0.00 ; put your endstop adjustments here, or let auto calibration find them
      ;M665 L438.767:438.767:438.767
      ; Network
      M552 P192.168.0.25 S1 ; enable network and set IP address
      M553 P255.255.255.0 ; set netmask
      M554 P192.168.0.254 ; set gateway
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0.0 S0 ; physical drive 0.0 goes backwards
      M569 P0.1 S0 ; physical drive 0.1 goes backwards
      M569 P0.2 S0 ; physical drive 0.2 goes backwards
      M569 P0.3 S1 ;G5 ; physical drive 0.4 forwards for G5 flex
      M584 X0.0 Y0.1 Z0.2 E0.3 ; set drive mapping CHANGE G5 0.4G
      M350 E8 I0 ;G5 ; G5 configure 8 microstepping interpolation off
      M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z160.00 E1900.00 ; G5 set steps per mm G5 1900
      M566 X1200.00 Y1200.00 Z1200.00 E6.00 ; G5 set maximum instantaneous speed changes (mm/min) 6
      M203 X12000.00 Y12000.00 Z12000.00 E2400.00 ; set maximum speeds (mm/min)
      M201 X1200.00 Y1200.00 Z1200.00 E120.00 ; set accelerations (mm/s^2)
      M906 X1050 Y1050 Z1050 E270 I50 ; set motor currents (mA) and motor idle factor in per cent
      M84 S45 ; Set idle timeout

      ; Axis Limits
      M208 Z-0.3 S1 ; set minimum Z

      ; Endstops
      M574 X2 S1 P"io4.in" ; configure active-high endstop for high end on X via pin io4.in
      M574 Y2 S1 P"io1.in" ; configure active-high endstop for high end on Y via pin io1.in
      M574 Z2 S1 P"io2.in" ; configure active-high endstop for high end on Z via pin io2.in

      ; Z-Probe
      M558 P8 R0.8 C"io3.in+io3.out" H5 F1200 T5000 ; set Z probe type to effector and the dive height + speeds
      G31 P500 X0 Y0 Z-0.12 ; set Z probe trigger value, offset and trigger height
      M557 R160 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B3950 ;B3950 C0 R4700 configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M307 H0 A108.2 C457.9 D0.5 S1.00 V24.1 B0 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M308 S1 P"spi.cs0" Y"rtd-max31865" ; configure sensor 1 as thermocouple via CS pin spi.cs0
      M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
      M143 H1 S450 ; set temperature limit for heater 1 to 450C
      M307 H1 A512.3 C269.6 D3.6 S1.00 V24.0 B0 ; disable bang-bang mode for heater and set PWM limit

      ; Fans
      M950 F0 C"out9" Q250 ; create fan 0 on pin out9 and set its frequency
      M106 P0 S0 H-1 C"Part Cooler" ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out7" Q250 ; create fan 1 on pin out7 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
      ;M950 F2 C"out8" Q100 ; set fan 2 value. Thermostatic control is turned off
      ;M106 P0 S0 I0 F500 H-1 L0.35 B2.5 ;Berd air pump settings

      ; Tools
      M563 P0 S"E3D Brass 0.4" 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
      ;Retraction settings
      M207 S1.50 F900 T550 Z0.3 ;G5 ; G5 retraction setting

      ;MCU Temp
      M912 P0 S-1.8 ; adjust MCU temp for correction at ambient
      ; Miscellaneous
      ;M501 ; load saved parameters from non-volatile memory

      Cheers
      C

      undefined 1 Reply Last reply 12 Aug 2020, 16:30 Reply Quote 0
      • undefined
        T3P3Tony administrators @Carlo
        last edited by 12 Aug 2020, 16:30

        @Carlo Thanks

        So when connected in YAT, with the Ethernet plugged in if you send

        M552 P192.168.0.25 S1
        

        Does it work as expected?

        Another test is to send M665 with no parameters and see if the correct ones are displayed back.

        Basically trying to confirm if the SD card it being read or not.

        Laos if you have another SD card it would be worth testing that.

        www.duet3d.com

        undefined 1 Reply Last reply 12 Aug 2020, 16:38 Reply Quote 0
        • undefined
          Carlo @T3P3Tony
          last edited by Carlo 8 Dec 2020, 16:39 12 Aug 2020, 16:38

          @T3P3Tony

          Response from YAT

          M552 P192.168.0.25 S1
          ok
          Ethernet running, IP address = 192.168.0.25

          M665
          Error: M665: M665 parameters do not apply to Cartesian kinematics
          ok

          Still can't connect:
          Your Duet rejected the HTTP request: page not found
          Check that the SD card is mounted and has the correct files in its /www folder

          First thing I tried of the usual thing was swap the card with a backup of all the folders
          Before I re-flashed the firmware

          1 Reply Last reply Reply Quote 0
          • undefined
            Phaedrux Moderator
            last edited by 12 Aug 2020, 18:33

            It definitely seems like it's not reading the SD card. Not executing the config.g and can't read the /www folder.

            Can you try sending M22 followed by M21? This should unmount and remount the SD card.

            Also M122 P104, which should try to measure the write speed of the SD card.

            Z-Bot CoreXY Build | Thingiverse Profile

            undefined 1 Reply Last reply 12 Aug 2020, 18:39 Reply Quote 0
            • undefined
              Carlo @Phaedrux
              last edited by Carlo 8 Dec 2020, 18:40 12 Aug 2020, 18:39

              @Phaedrux said in Duet 3 v1.0 Fault on SD slot:

              M22

              Hi,

              Yat output of M21/M22

              M22
              SD card 0 may now be removed
              ok
              M21
              Error: M21: Cannot initialise SD card 0: Card is unusable
              ok

              I've tried a third card which this is output against, weirdly the SD slot is now latching 1st time?.

              M122 P104
              Error: Failed to create folder 0:/gcodes in path 0:/gcodes/test.tst
              Error: M122: Failed to create file
              ok

              Cheers
              C

              1 Reply Last reply Reply Quote 0
              • undefined
                Phaedrux Moderator
                last edited by 12 Aug 2020, 18:43

                When and where was the board purchased? There seems to be a fault in the SD card slot.

                Can you post close up photos of the slot insides and the solder tabs?

                Z-Bot CoreXY Build | Thingiverse Profile

                undefined 1 Reply Last reply 12 Aug 2020, 18:44 Reply Quote 0
                • undefined
                  Carlo @Phaedrux
                  last edited by 12 Aug 2020, 18:44

                  @Phaedrux

                  Yeah Pic to follow
                  08/04/20 E3D

                  Cheers
                  C

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    Phaedrux Moderator
                    last edited by 12 Aug 2020, 18:48

                    Sorry, is that August 4th or April 8th? Not that it matters, either are within 6 months.

                    You can contact E3D and initiate a warranty exchange. Use this thread as authorization. I'm not sure what the current Duet3 stock status is due to the current manufacturing issue with driver diodes, so there may be a delay on replacement. At least in the meantime you can use SBC mode.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    undefined 1 Reply Last reply 12 Aug 2020, 19:13 Reply Quote 0
                    • undefined
                      Carlo @Phaedrux
                      last edited by 12 Aug 2020, 19:13

                      @Phaedrux
                      LoL no I can't use SBC mode it has never worked "under investigation"

                      IMG_1617.jpg IMG_1611.jpg
                      Best I can get on my phone

                      I can't see anything obvious with the slot or pads?

                      Cheers
                      C

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        Phaedrux Moderator
                        last edited by 12 Aug 2020, 19:20

                        Right: https://forum.duet3d.com/topic/16191/duet3-pi-dwc-freezing/31?_=1597246408031

                        All the more reason to swap it out. Something is amiss.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        undefined 1 Reply Last reply 12 Aug 2020, 19:21 Reply Quote 0
                        • undefined
                          Carlo @Phaedrux
                          last edited by Carlo 8 Dec 2020, 19:25 12 Aug 2020, 19:21

                          @Phaedrux
                          April

                          Thanks as always appreciate your help.

                          C

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            Phaedrux Moderator
                            last edited by 12 Aug 2020, 19:29

                            It sounds like FW 3.2 beta1 is arriving shortly (maybe this week), if you still have the board when it lands, perhaps you can test it to see if it has an effect on your other SBC issue.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            undefined 1 Reply Last reply 12 Aug 2020, 19:35 Reply Quote 0
                            • undefined
                              Carlo @Phaedrux
                              last edited by 12 Aug 2020, 19:35

                              @Phaedrux

                              E3D is out of stock so I'll keep hold until I've tested 3.2.1beta may be helpful.

                              Cheers
                              C

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                Phaedrux Moderator
                                last edited by 12 Aug 2020, 19:44

                                Do you happen to have a different pi to test SBC mode with?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                undefined 1 Reply Last reply 12 Aug 2020, 20:01 Reply Quote 0
                                • undefined
                                  Carlo @Phaedrux
                                  last edited by 12 Aug 2020, 20:01

                                  @Phaedrux

                                  Yeah tested it with 3 Pi's 2x 4b and 1 3b+ all exactly the same result with nothing else attached and even tried a new 26 pin cable still the same.

                                  undefined 1 Reply Last reply 12 Aug 2020, 20:05 Reply Quote 0
                                  • undefined
                                    Carlo @Carlo
                                    last edited by 12 Aug 2020, 20:05

                                    @Carlo
                                    The freezing I sorted by not using duetPi and just adding DSF to another distro but thats a far as I could get I could do everything but print ..just went nuts on the purge line or first move
                                    actually damaged my print bite sheet rammed the head in to the bed bent the heat break
                                    but same files Iv'e printed many time in stand alone

                                    1 Reply Last reply Reply Quote 0
                                    • ?
                                      A Former User
                                      last edited by 12 Aug 2020, 21:34

                                      i didn't read the whole thread i'll admitt, but if you want to verify the individual parts that make up the connection between the pi and the duet this old-ish thread has a ton of information on where to go digging https://forum.duet3d.com/topic/15551/duet3-pi-dcs-is-unavailable-after-wiring-24v/119?_=1597267914698

                                      (and if not, disregard:)

                                      undefined 1 Reply Last reply 13 Aug 2020, 11:43 Reply Quote 1
                                      • undefined
                                        Carlo @A Former User
                                        last edited by 13 Aug 2020, 11:43

                                        @bearer

                                        Thanks bearer I was following the thread at the time I did check continuity and chris did manage to recreate an issue I was having so expect there would be a fix at some point
                                        though at the time it was still freezing my issues which are many but with the duet even weirder and may not have been software or communication between the 2 as it ran as expected until a file was loaded everything else perfect probe, mesh G1's all extruding, heaters maybe a buffer/memory conflict/issue ?

                                        undefined 1 Reply Last reply 13 Aug 2020, 13:56 Reply Quote 0
                                        • undefined
                                          droftarts administrators @Carlo
                                          last edited by 13 Aug 2020, 13:56

                                          @Carlo These two pins of your SD card socket do not look well soldered:
                                          Screenshot 2020-08-13 at 14.50.20.png
                                          Can you take a picture of the socket from an angle across the board, as shown here https://duet3d.dozuki.com/Wiki/SD_Card#Section_SD_Card_Socket

                                          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

                                          undefined 1 Reply Last reply 13 Aug 2020, 15:01 Reply Quote 0
                                          13 out of 24
                                          • First post
                                            13/24
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA