Duet2 - weak Z Axis
-
Hello,
even I have all motors with the same current, I noticed that one (Z) Axis is weak and elastic like rubber. Also the motor is kind of cooler than X and Y.
I only use E0, so my first guess was to unplug Z on board of Duet2 and plug in at E1. I also tried to tell in config.g that now Z is on drive 3... did not work.
Since I have a delta configuration, can I do that?
I had to take the sdcard from the controller and set the config.g back to original since I could not get into DWC anymore to set it back... self destruction ...; Drives M569 P0 S1 ; Drive 0 (X) goes forwards M569 P1 S1 ; Drive 1 (Y) goes forwards M569 P2 S1 ; Drive 2 (Z) goes forwards M569 P3 S0 ; Drive 3 (E0) goes backwards M584 X0 Y1 Z2 E3 ; X on motor0, Y on motor1, Z on motor2, E0 on motor4 M350 E128 I1 ; Configure microstepping without interpolation M350 X128 Y128 Z128 I1 ; Configure microstepping with interpolation M92 X640 Y640 Z640 E1100 ; Set steps per mm M566 X500 Y500 Z500 E50 ; Set maximum instantaneous speed changes (mm/min) M203 X10000 Y10000 Z10000 E5000 ; Set maximum speeds (mm/min) M201 X2500 Y2500 Z2500 E1000 ; Set accelerations (mm/s^2) M906 X1600 Y1600 Z1600 E1500 I35 ; Set motor currents (mA) and motor idle factor in per cent
this is my config.g
All the best and maybe we can figure something out... Thx
-
Please post your full config.g and the results of sending M122 and M98 P"config.g"
Can you confirm that after swapping motors and remapping drivers you had the same problem? Or were you not able to get the swap to work? It's not entirely clear from your post.