Duet wifi 2 reset when trying to home printer w smart effector
-
What LEDs are lit on the smart effector?
What gcode are you running when this happens?
-
no lights on smart effector only green when tapped , not fully wires smart effector up just testing printer homing before, tried unplugging but still get same issue.
-
When you first power up, does the green led on the smart effector flash, and if so, how many times?
-
@Danal , just flashes green twice then stops.
-
do u think worth just resetting duet 2 board
-
Does it home the printer and then reset; or reset without moving the carriages at all?
Please post your homedelta.g file.
-
@Phaedrux G28
-
@dc42 nope tries to move carriages home then trips
-
@chris said in Duet wifi 2 reset when trying to home printer w smart effector:
@dc42 nope tries to move carriages home then trips
Are sure you have the endstop switches connected to the right pins on the connectors on the Duet?
-
@dc42, here is homedelta.g
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool on Sat Oct 27 2018 13:30:24 GMT+0100 (British Summer Time)
G91 ; relative positioning
;*** Slow homing has been configured. Change F480 to F4800 below when your configuration is working
G1 S1 X625 Y625 Z625 F4800 ; move all towers to the high end stopping at the endstops (first pass)
G1 X-5 Y-5 Z-5 F4800 S2 ; go down a few mm
G1 S1 X10 Y10 Z10 F480 ; move all towers up once more (second pass)
G1 Z-5 F4800 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F4800 ; move X+Y to the centre -
@dc42 yes, x stop, y stop and z stop. on duet web says endstop 0 , 1 , 2 not triggered and endstop 3 is triggered.
-
Even disconnecting everything a part from endstops and trying each moter cause board to reset
-
re uploading replicator configuration seemed to have solved it but not sure why in first place