aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Keet <arkeet@gmail.com>2022-04-26 01:10:44 -0700
committerKevinOConnor <kevin@koconnor.net>2022-04-26 20:53:14 -0400
commitd9daeb0803df2478c3055fd495bdfac58dc69c7b (patch)
tree8eb9ca9fc4e1bcf16b24973ff782f2970ff3c28e
parent542486fba7d241733e3a0ee2ef85c46cd027ff77 (diff)
downloadkutter-d9daeb0803df2478c3055fd495bdfac58dc69c7b.tar.gz
kutter-d9daeb0803df2478c3055fd495bdfac58dc69c7b.tar.xz
kutter-d9daeb0803df2478c3055fd495bdfac58dc69c7b.zip
config: Pull up endstop_pins on Fysetc S6/Spider
Signed-off-by: Adrian Keet <arkeet@gmail.com>
-rw-r--r--config/generic-fysetc-s6-v2.cfg6
-rw-r--r--config/generic-fysetc-s6.cfg6
-rw-r--r--config/generic-fysetc-spider.cfg4
3 files changed, 8 insertions, 8 deletions
diff --git a/config/generic-fysetc-s6-v2.cfg b/config/generic-fysetc-s6-v2.cfg
index 21c24b0f..0167792b 100644
--- a/config/generic-fysetc-s6-v2.cfg
+++ b/config/generic-fysetc-s6-v2.cfg
@@ -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
diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg
index ff2b077e..b7f3a0d9 100644
--- a/config/generic-fysetc-s6.cfg
+++ b/config/generic-fysetc-s6.cfg
@@ -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
diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg
index fa443b97..21e13d4e 100644
--- a/config/generic-fysetc-spider.cfg
+++ b/config/generic-fysetc-spider.cfg
@@ -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