New Printer but Stepper does not run
-
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 ;===============================================================================================================
-
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? -
I get no errors.
-
-
thanks for helping me.
Pro tip for you: Keep comments like that to yourself.@Phaedrux
Posting the results later. -
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. -
@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.
-
Yes,I’m using E3D Stepper
-
-