mirror of https://github.com/Desuuuu/klipper.git
config: Pull up endstop_pins on Fysetc S6/Spider
Signed-off-by: Adrian Keet <arkeet@gmail.com>
This commit is contained in:
parent
542486fba7
commit
d9daeb0803
|
@ -11,7 +11,7 @@ dir_pin: PE10
|
|||
enable_pin: !PE9
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: PB14 # PA1 for X-max
|
||||
endstop_pin: ^PB14 # PA1 for X-max
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
|
||||
|
@ -21,7 +21,7 @@ dir_pin: PB12
|
|||
enable_pin: !PD9
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: PB13 # PA2 for Y-max
|
||||
endstop_pin: ^PB13 # PA2 for Y-max
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
|
||||
|
@ -31,7 +31,7 @@ dir_pin: PD13
|
|||
enable_pin: !PD15
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: PA0 # PA3 for Z-max
|
||||
endstop_pin: ^PA0 # PA3 for Z-max
|
||||
position_endstop: 0
|
||||
position_max: 400
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ dir_pin: PE10
|
|||
enable_pin: !PE12
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: PB14 # PA1 for X-max
|
||||
endstop_pin: ^PB14 # PA1 for X-max
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
|
||||
|
@ -21,7 +21,7 @@ dir_pin: PB12
|
|||
enable_pin: !PD9
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: PB13 # PA2 for Y-max
|
||||
endstop_pin: ^PB13 # PA2 for Y-max
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
|
||||
|
@ -31,7 +31,7 @@ dir_pin: PD13
|
|||
enable_pin: !PD15
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: PA0 # PA3 for Z-max (and servo)
|
||||
endstop_pin: ^PA0 # PA3 for Z-max (and servo)
|
||||
position_endstop: 0
|
||||
position_max: 400
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ dir_pin: PE10
|
|||
enable_pin: !PE9
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: PB14 # PA1 for X-max
|
||||
endstop_pin: ^PB14 # PA1 for X-max
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
|
||||
|
@ -32,7 +32,7 @@ dir_pin: PD13
|
|||
enable_pin: !PD15
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: PA0 # PA3 for Z-max
|
||||
endstop_pin: ^PA0 # PA3 for Z-max
|
||||
position_endstop: 0
|
||||
position_max: 400
|
||||
|
||||
|
|
Loading…
Reference in New Issue