HI, I bought a DuetWifi2 some days ago and run into some issues with handling my stepper motors.
My stepper configuration is like this:
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X16 Y16 Z16 E16 I1 S3 ; Configure microstepping with interpolation
M92 X80.8865 Y80.8865 Z793.65 E94.25 ; Set steps per mm
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z200 E1200 ; Set maximum speeds (mm/min)
M201 X3000 Y3000 Z200 E250 ; Set accelerations (mm/s^2)
M906 X700 Y700 Z1000 E700 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
But they are incredible noisy... even if I run them super slo, they are super noisy. Is there anything I made wrong? Before I run KLIPPER and they where very quite (with some 2208er in Spreadcycle). Special X and Y on my CoreXY. I mean not an high pitch noise, I mean a very rough sound...
I use this steppers: ACT NEMA17 1.3A
My Board is powered by 24V. Running the latest Firmware release.
Thanks for help!