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

    oops my printer fell from the table

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    4
    284
    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.
    • ageisundefined
      ageis
      last edited by

      Yeah i didn't put it flat and it fell. Now I get an error on driver 2

      Driver 2 error: phase B short to ground
      

      I have two question which driver ic is driver 2?

      584 X0 Y1 Z2 E3                               ; set drive mapping
      

      Am guessing that this tell reprap which axis is connected to which driver.

      In an attempt to see if it's the board thats damaged, I have disconnected all motors then tried homing. I still get the same error on driver 2.

      Does this mean it's fried?

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

        @ageis Driver 2 on a Duet 2 WiFi is the Z driver. If the printer fell off the desk, it could be the Z axis moved at fast speed, and blew the driver, or it could have just suffered damage. It looks like you still have driver 4 (E1) free, so you could move the Z axis to that. You can disable the driver and stop it reporting the error in config.g. So it will look something like this:

        ; Drives
        M569 P0 S1                                     ; physical drive 0 goes forwards
        M569 P1 S1                                     ; physical drive 1 goes forwards
        M569 P2 R-1                                     ; physical drive 2 is disabled
        M569 P3 S1                                     ; physical drive 3 goes forwards
        M569 P4 S1                                     ; physical drive 2 goes forwards
        M584 X0 Y1 Z4 E3                               ; set drive mapping
        

        Post a good photo of the board around the Z driver area, and we'll look to see if there's any obvious damage.

        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

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

          Did the jumper on the second Z driver port get dislodged?

          Z-Bot CoreXY Build | Thingiverse Profile

          ageisundefined 1 Reply Last reply Reply Quote 0
          • ageisundefined
            ageis @Phaedrux
            last edited by

            @Phaedrux
            I have replaced the jumpers on the second connector. I didn't connect the motor to the board
            I still get the same error message.

            I think it's likely the fall killed the driver because it also broke the mount that mounts the motor onto the frame. Like @droftarts said it may have forced it upwards at speed and killed the driver.

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