If I need to lower the bed without homing and without clicking several time on Z axis move
Stall detection works perfectly too

Latest posts made by Olivier
-
RE: Need help to define Z max endstop
-
RE: Need help to define Z max endstop
@veti said in Need help to define Z max endstop:
G1 Z300 F3000 H1
You're right !! it work now
Thanks a lot.I will try the stall detection now
-
RE: Need help to define Z max endstop
My macro :
M574 Z2 S0
G1 Z300 F3000
M574 Z1 S2 ; Set endstops controlled by probeIt was inverted so I put the command M574 Z2 S1 but it not stop anyway...
-
RE: Need help to define Z max endstop
@veti said in Need help to define Z max endstop:
M574 Z2 S0
14:12:13M119
Endstops - X: not stopped, Y: not stopped, Z: not stopped, Z probe: not stopped
14:12:04M119
Endstops - X: not stopped, Y: not stopped, Z: at max stop, Z probe: not stopped
14:11:58M574 Z2 S0 -
RE: Need help to define Z max endstop
M119
Endstops - X: not stopped, Y: not stopped, Z: at min stop, Z probe: at min stop -
RE: Need help to define Z max endstop
@veti It dont move at all with S1
-
RE: Need help to define Z max endstop
@t3p3tony said in Need help to define Z max endstop:
M574 Z2 S0
Bed going down but don't stop when I press the switch. The endstop LED react correctly
-
RE: Need help to define Z max endstop
I tryed to do that but without good result,
Could you just write this 2 or 3 lines ? Thank you for your help. -
RE: Need help to define Z max endstop
Hi @T3P3Tony ,
Yes but I would like to add a user macro "down the bed" without homing (for exemple after a power failure).Maybe it's possible with stall detection ?