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

New Printer but Stepper does not run

Scheduled Pinned Locked Moved Solved
General Discussion
4
8
249
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
    gringo
    last edited by 15 Apr 2023, 16:21

    Hello,
    after I finished building my printer, I did the configuration with the RepRapconfigtool.
    I tried to create a move with M564 H0 and G0 X10 or Y10 or Z10. The steppers just rattle
    For X and Y I have steppers with 0.9 angle the 3 Z steppers have 1.8 angle.
    I use a Duet3 6HC and need help please.

    ;===============================================================================================================
    ; Drives
    ;===============================================================================================================
    M569 P0.0 S1 ; physical drive 0.0 goes forwards --X - Achse
    M569 P0.1 S1 ; physical drive 0.1 goes forwards --Y - Achse
    M569 P0.2 S1 ; physical drive 0.2 goes forwards --Z Motor vorne links
    M569 P0.5 S1 ; physical drive 0.5 goes forwards --Z Motor hinten mitte
    M569 P0.4 S1 ; physical drive 0.4 goes forwards --Z Motor vorne rechts
    M569 P0.3 S1 ; physical drive 0.3 goes forwards --Extruder
    M584 X0.0 Y0.1 Z0.2:0.5:0.4 E0.3 ; set drive mapping
    M671 X0:165:330 Y0:330:0 S10 ; Positionen der Trapezgewindespindel für das Bed Leveling
    M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
    M92 X160.00 Y160.00 Z400.00 E420.00 ; set steps per mm
    M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
    M203 X200.00 Y200.00 Z250.00 E1200.00 ; set maximum speeds (mm/min)
    M201 X1000.00 Y1000.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
    M906 X1000 Y1000 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
    M84 S30 ; Set idle timeout
    ;===============================================================================================================
    ; Axis Limits
    ;===============================================================================================================
    M208 X0 Y0 Z0 S1 ; set axis minima
    M208 X330 Y330 Z350 S0 ; set axis maxima
    ;===============================================================================================================
    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 15 Apr 2023, 17:18

      Please post your full config.g.
      Also send M122 and M98 P"config.g" in the gcode console and copy and paste the results here.
      Do you get any error messages?

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        gringo
        last edited by 15 Apr 2023, 17:20

        I get no errors.

        undefined 1 Reply Last reply 15 Apr 2023, 21:44 Reply Quote 0
        • undefined
          infiniteloop @gringo
          last edited by 15 Apr 2023, 21:44

          @gringo

          I get no errors.

          Fine for you. Pro-tip on how to interpret @Phaedrux’s posts: never ignore all lines but the last one 🙄

          undefined 1 Reply Last reply 16 Apr 2023, 05:03 Reply Quote 0
          • undefined
            gringo @infiniteloop
            last edited by 16 Apr 2023, 05:03

            @infiniteloop

            thanks for helping me.
            Pro tip for you: Keep comments like that to yourself.

            @Phaedrux
            Posting the results later.

            1 Reply Last reply Reply Quote 0
            • undefined
              gringo
              last edited by 16 Apr 2023, 13:06

              I have found the error. The color coding of the stepper cables did not match that of the Duet.
              I had connected black/black, green/green, blue/blue, red/red.
              But it must be black/black, green/red, blue/blue red/green.

              undefined 1 Reply Last reply 16 Apr 2023, 13:21 Reply Quote 1
              • undefined
                dc42 administrators @gringo
                last edited by 16 Apr 2023, 13:21

                @gringo said in New Printer but Stepper does not run:

                The color coding of the stepper cables did not match that of the Duet.

                Did your motor have detachable cables? This is a common issue when the motor has detachable cables. See https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_connecting#using-the-internal-drivers.

                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

                undefined 1 Reply Last reply 20 Apr 2023, 18:05 Reply Quote 0
                • undefined
                  gringo @dc42
                  last edited by 20 Apr 2023, 18:05

                  @dc42

                  Yes,I’m using E3D Stepper

                  1 Reply Last reply Reply Quote 0
                  • undefined dc42 marked this topic as a question 21 Apr 2023, 01:58
                  • undefined dc42 has marked this topic as solved 21 Apr 2023, 01:58
                  5 out of 8
                  • First post
                    5/8
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA