Hello,
is it possible to home the E axis with a microswitch endstop? This is part of my config.
; Axis and motor configuration
M569 P0 S1 ;Drive 0 (Eaxis)
M569 P1 S1 ;Drive 1
M569 P2 S0 ;Drive 2
M569 P3 S1 ;Drive 3 (Eaxis)
M569 P4 S0 ;Drive 4 (Eaxis)
M569 P5 S1 ;Drive 5 (Eaxis)
M569 P6 S0 ;Drive 6
M569 P7 S1 ;Drive 7
M569 P8 S1 ;Drive 8
M569 P9 S1 ;Drive 9
M584 X6 Y1 Z2 E3:4:0:5 U7 V8 W9 ;Custom Drive Mapping
;ENDSTOPS
M574 Z1 S1 P"zstop" ;Set active endstops low
M574 E1 S1 P"e0stop"
M574 X1 S3
M574 Y1 S3
M574 U1 S3
M574 V1 S3
M574 W1 S3
;SENSORLESS HOMING
M915 X Y U V W S3 F0 R1 ;Configure motor stall detection
I want to add an endstop to de 0 and 5 drivers but both of them are tools and i'm having lots of problems.
Thank you