Welcome! Log In Create A New Profile

Advanced

Z Stepper motor not moving on DuetWifi

Posted by sortinousn 
Z Stepper motor not moving on DuetWifi
February 05, 2019 11:24PM
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-22cool smiley
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
Re: Z Stepper motor not moving on DuetWifi
February 06, 2019 12:34AM
the stepper probably has different wiring.

find the coils.. for how see --> [reprap.org]

don't take any notice of colors, there is no standard for stepper motors

Edited 1 time(s). Last edit at 02/06/2019 12:45AM by Dust.
Re: Z Stepper motor not moving on DuetWifi
February 06, 2019 02:31PM
Does the CR10 have just one Z stepper motor, or two?

Which firmware version are you running on the Duet? The latest stable firmware (2.02) will tell you if it detects an open circuit stepper motor phase.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Z Stepper motor not moving on DuetWifi
February 06, 2019 09:20PM
Hi,

The CR10 has only 1 Z stepper.

I just upgraded the firmware to 2.02. When I try to home Z i get this notification...

× Warning: motor phase A may be disconnected reported by driver(s) 2
Warning: motor phase B may be disconnected reported by driver(s) 2

Edited 1 time(s). Last edit at 02/06/2019 09:21PM by sortinousn.
Re: Z Stepper motor not moving on DuetWifi
February 06, 2019 11:43PM
Ie both motor phases (coils) are incorrectly wired... as suggested 3 post ago...
Re: Z Stepper motor not moving on DuetWifi
February 07, 2019 03:28AM
As Dust says.

Please confirm that you have 2 jumpers in the unused Z motor connector.

Edited 1 time(s). Last edit at 02/07/2019 03:33AM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Z Stepper motor not moving on DuetWifi
February 08, 2019 11:17PM
That indeed was the issue. The Z Stepper was incorrectly wired.

A little strange that the Z stepper was plug and play on both the RAMPS 1.4 board I was using and the stock CR10 board.

Thank you both for the suggestions!
Sorry, only registered users may post in this forum.

Click here to login