Mini 5 and Z axis noisy in idle
-
Jogging is no problems but Z in idle is very noisy.
No problems with other board with 2209.Any thougts what can generate this irritating noise
-
@tecno not sure, maybe the stepper mode spread cycle and also look at the current you are using for Z. The Duet 3 Mini 5+ is limited to 2A current for each driver. you could either be over or under delivering.
-
@RogerPodacter
Never played with different modes, has been working OK; Drives M569 P0 S1 ; physical drive 0 goes forwards using default driver timings M569 P1 S1 ; physical drive 1 goes forwards using default driver timings M569 P2 S1 ; physical drive 2 goes forwards using default driver timings M569 P3 S1 ; physical drive 3 goes forwards using default driver timings 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 E690.00 ; set steps per mm M572 D0 S0.10 ; PA M566 X10000.00 Y10000.00 Z100.00 E600.00 ; set maximum instantaneous speed changes (mm/min) M203 X25000.00 Y25000.00 Z2600.00 E7200.00 ; set maximum speeds (mm/min) M201 X5500.00 Y5500.00 Z1000.00 E800.00 ; set accelerations (mm/s^2) M906 X1250 Y1250 Z400 E800 I25 ; set motor currents (mA) and motor idle factor in per cent M207 S1.5 F7200 Z0.2 M84 S30 ; Set idle timeout
-
This how it sounds ! NOISY !
-
It looks like I have a busted Z motor on my Voron 0.1, this is the second motor giving up.
1st = noname Chinese
2nd= Stepper OnlineOrdered a new one = LDO Motors from Lector in Estonia
-
@tecno 400mA seems pretty low for the motor current is that correct? You should also probably try running the motors in stealthchop rather than spreadcycle (at least the ones that are making a noise). See: M569 and the D parameter.
-
Stepperonline docs specify 400mA/Phase, yes it is a bit on the low side.
Will test with D parameter
-
@gloomyandy
D3 makes no difference