EndStop - Variables declaration - Corrisponding PIN
-
Hi everyone, I cannot connect easyly my Duet 3 Mini to the printer because I don't understand how can I do to pass the variable name to the pin for wiring the end-stops
-
@giuseprap said in EndStop - Variables declaration - Corrisponding PIN:
Hi everyone, I cannot connect easyly my Duet 3 Mini to the printer because I don't understand how can I do to pass the variable name to the pin for wiring the end-stops
What firmware are you using?
I am using firmware 3.3 on a Duet MB6HC and this is what my endstop configurations look like:
M574 Y1 S1 P"io0.in" ; configure Y endstop on 6HC (NC switch) M574 X1 S1 P"io1.in" ; configure X endstop on 6HC (NC switch) M574 Z1 S1 P"io2.in" ; configure Z endstop on 6HC (NC switch)
Fredderick
-
@fcwilt thanks for the help. I'm using the configurator Reprap for the Duet mini 5+, I've found the pin and the variables. Thanks