X and Y motors not moving
-
Just on a lark, can you delete the entire line and type it out again from scratch?
-
Yeap I did that.
G1 S2 X100 F1000 and it did not move at all
-
Sorry, I meant the M584 command
-
Also, are you sure the x and y steps per mm are 80?
You said when you switched them to be extruders they worked but the extruder steps are 400. -
Sorry I typed M584 and got
M584
Driver assignments: X0 Y1 Z2:3:4 U3 V4 E5, 5 axes visibleI tried changing the steps per mm to 800 and it just sits there and hums
-
If you replace your m584 command in config.g with just M584 X0 Y1 and nothing else do they work then?
-
Tried that and still nothing. Sounds like it wants to move but it doesn't do anything unfortunately
-
Can you send M906 and verify that the motor currents are being accepted?
-
Sure can.
Here they are
M906
Motor current (mA) - X:850, Y:850, Z:1850, U:1850, V:1850, E:800, idle factor 50% -
This is why
; Automatic power saving
M911 S10 R11 P"
M913 X0 Y0M913 is dropping current to 0%
-
You are an absolute genius. It works.
Thank you so much. I really love this forum
-
Aww shucks.
Now maybe I can sleep because that was bugging me.
-
Nice catch!
This one was bugging me too -
Yeah I have no idea why that line was in there. I copied the restart on power fail from somewhere and it must have been in there. Oh well I am really happy you guys have sorted it for me. I was starting to get a bit deflated.
-
@samlogan87 said in X and Y motors not moving:
Yeah I have no idea why that line was in there. I copied the restart on power fail from somewhere and it must have been in there. Oh well I am really happy you guys have sorted it for me. I was starting to get a bit deflated.
The M913 X0 Y0 command should have been within the quoted string on the previous line.