I'm in the process of upgrading my Creality CR10 with Duet2Wifi. The Z axis stepper on the creality is slightly smaller 34mm.
I have been unable to get the the Z motor to respond at all. I've tried homing and sending G1 Z10 F1200 via pronterface. There's no vibrating or movement at all and the stepper turns freely as if it wasn't powered. When I replaced the stepper with a normal 40mm the stepper works and the Z commands work correctly.
I have tried swapping cables, upping the current in config.g, using the 2nd Z connection and bought a new 34mm stepper which also had the same problem.
Any idea what could be causing this?
Here are the specs on the stepper
------------------------------------------
1.5A 5oz.in (1HD00-22B)
Rated current: 1.5A
Holding torque: 5oz.in/20mN.m
Detent torque: 1.oz.in/12mN.m
Step angle: 1.°
Number of phase: 2
Insulation resistance: .2Ω
Rotor inertia: g.cm2
My current config.g
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
; Network
M550 P"tronxy" ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Drives
M569 P0 S0 ; Drive 0 goes backwards
M569 P1 S0 ; Drive 1 goes backwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes backwards
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping without interpolation
M92 X80 Y80 Z400 E99 ; Set steps per mm
M566 X1200 Y1200 Z24 E300 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z600 E3000 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E5000 ; Set accelerations (mm/s^2)
M906 X800 Y800 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 S0 ; Set axis minima
M208 X300 Y300 Z400 S0 ; Set axis maxima
; Endstops
M574 X1 Y1 Z1 S1 ; Set active high endstops
; Z-Probe
M558 P0 H5 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed
;M557 X40:280 Y40:280 S60 ; Define mesh grid
M671 X50:50:250:250 Y60:260:260:60 S1.0 P0.5 ; Heaters
M305 P0 T100000 B3988 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B3988 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
; Custom settings are not configured
; Miscellaneous
T0 ; Select first tool