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

    motors only vibrate

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    119
    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.
    • namenmalkavundefined
      namenmalkav
      last edited by

      i have a clone duet2 i bought it in 2019 used for 3 years and needed to move and disarmed the printed and was in a box for 2 years now
      i started working on it again and the first thing i do was to update it to 3.5 firmware version and that worked fine
      now when i try to move the motors the motors vibrate but not move
      im testing only with the motors without load and this very minimal config

      ; General
      M550 P"corexy" ; set hostname
      M911 S19.8 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      ; Network
      M552 S1 ; configure WiFi adapter
      M586 P0 S1 ; configure HTTP
      
      
      ; Drives
      M569 P0 S0                                         ; physical drive 0 goes forwards
      M569 P1 S0                                         ; physical drive 1 goes forwards
      M569 P2 S1                                         ; physical drive 2 goes forwards
      M584 X0 Y1 Z2 E3                                   ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00                          ; set steps per mm
      M566 X1020.00 Y1020.00 Z1200.00 E40.00             ; set maximum instantaneous speed changes (mm/min)
      M203 X7000.00 Y7000.00 Z1800.00                    ; set maximum speeds (mm/min)
      M201 X700.00 Y700.00 Z200.00                       ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 I30                       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30    
      
      ; Kinematics
      M669 K1 ; configure CoreXY kinematics
      
      ; Endstops
      M574 X1 P"xstop" S1 ; configure X axis endstop
      M574 Y1 P"ystop" S1 ; configure Y axis endstop
      

      i tried diferent cables diferent motors in diferent drivers even diferent motors and nothing
      any ideas?

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

        Get a full config from the config tool and then send M98 P"config.g" and see if there are any errors reported. Also an M122 report.

        Common cause for motors just vibrating is one of the phases is not connected due to a bad crimp or broken wire.

        Z-Bot CoreXY Build | Thingiverse Profile

        namenmalkavundefined 1 Reply Last reply Reply Quote 0
        • namenmalkavundefined
          namenmalkav @Phaedrux
          last edited by

          i re generated all configs and nothing changed
          i keep searching for the issue and find that some motors have they coils inverted
          almost all my motors have that and none of my cables is inverted to work like that
          so start changing cables and find that works

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