aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-02-25 16:00:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-02-25 16:00:55 -0500
commit5d635c525270149d45e0e33316f6986336c02e35 (patch)
tree730645bf27461122723bd9d0cedfd410d3232504 /config
parent22d7e48aa243e62194e4bf5e2d7fc73c830c90ea (diff)
downloadkutter-5d635c525270149d45e0e33316f6986336c02e35.tar.gz
kutter-5d635c525270149d45e0e33316f6986336c02e35.tar.xz
kutter-5d635c525270149d45e0e33316f6986336c02e35.zip
config: Use .0025 as the default z step_distance in sample configs
Don't use tiny step distances on the Z as that could cause a surprise to users that copy the config without updating all the settings. (A Z step distance that is too small would cause a high motor velocity.) A step distance of .0025 is very popular in practice, so change the default example configs to use that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/example-corexy.cfg2
-rw-r--r--config/example-multi-mcu.cfg2
-rw-r--r--config/generic-cramps.cfg2
-rw-r--r--config/generic-melzi.cfg2
-rw-r--r--config/generic-mini-rambo.cfg2
-rw-r--r--config/generic-printrboard.cfg2
-rw-r--r--config/generic-rambo.cfg2
-rw-r--r--config/generic-ramps.cfg2
-rw-r--r--config/generic-replicape.cfg2
-rw-r--r--config/printer-anet-a8-2017.cfg2
-rw-r--r--config/printer-creality-cr10-2017.cfg2
-rw-r--r--config/printer-tronxy-x5s-2017.cfg2
-rw-r--r--config/printer-wanhao-duplicator-i3-plus-2017.cfg2
13 files changed, 13 insertions, 13 deletions
diff --git a/config/example-corexy.cfg b/config/example-corexy.cfg
index 71752cd6..1c175fa9 100644
--- a/config/example-corexy.cfg
+++ b/config/example-corexy.cfg
@@ -35,7 +35,7 @@ homing_speed: 50
step_pin: ar46
dir_pin: ar48
enable_pin: !ar62
-step_distance: .01
+step_distance: .0025
endstop_pin: ^ar18
position_endstop: 0.5
position_max: 200
diff --git a/config/example-multi-mcu.cfg b/config/example-multi-mcu.cfg
index 6c92cce6..144651c3 100644
--- a/config/example-multi-mcu.cfg
+++ b/config/example-multi-mcu.cfg
@@ -46,7 +46,7 @@ homing_speed: 50
step_pin: zboard:ar46
dir_pin: zboard:ar48
enable_pin: !zboard:ar62
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^zboard:ar18
position_endstop: 0.5
position_max: 200
diff --git a/config/generic-cramps.cfg b/config/generic-cramps.cfg
index 1ef2373e..5a848b2a 100644
--- a/config/generic-cramps.cfg
+++ b/config/generic-cramps.cfg
@@ -34,7 +34,7 @@ homing_speed: 50
step_pin: P8_19
dir_pin: P8_18
enable_pin: !P9_14
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^P9_13
position_endstop: 0
position_max: 200
diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg
index 9df8c157..22d6f036 100644
--- a/config/generic-melzi.cfg
+++ b/config/generic-melzi.cfg
@@ -35,7 +35,7 @@ homing_speed: 50
step_pin: PB3
dir_pin: !PB2
enable_pin: !PA5
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^!PC4
position_endstop: 0.5
position_max: 200
diff --git a/config/generic-mini-rambo.cfg b/config/generic-mini-rambo.cfg
index 31e4af76..88b4672b 100644
--- a/config/generic-mini-rambo.cfg
+++ b/config/generic-mini-rambo.cfg
@@ -27,7 +27,7 @@ position_max: 210
step_pin: PC2
dir_pin: PL2
enable_pin: !PA5
-step_distance: 0.00039
+step_distance: .0025
endstop_pin: ^PB4
#endstop_pin: ^PA1
position_endstop: 0.5
diff --git a/config/generic-printrboard.cfg b/config/generic-printrboard.cfg
index 25b07dca..5fd99e1e 100644
--- a/config/generic-printrboard.cfg
+++ b/config/generic-printrboard.cfg
@@ -32,7 +32,7 @@ homing_speed: 50
step_pin: PA4
dir_pin: !PA5
enable_pin: !PC7
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^PE4
position_endstop: 0.5
position_max: 200
diff --git a/config/generic-rambo.cfg b/config/generic-rambo.cfg
index 8933d2e9..cd09d79f 100644
--- a/config/generic-rambo.cfg
+++ b/config/generic-rambo.cfg
@@ -29,7 +29,7 @@ homing_speed: 50
step_pin: PC2
dir_pin: PL2
enable_pin: !PA5
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^PB4
#endstop_pin: ^PC7
position_endstop: 0.5
diff --git a/config/generic-ramps.cfg b/config/generic-ramps.cfg
index 614214d9..478f2983 100644
--- a/config/generic-ramps.cfg
+++ b/config/generic-ramps.cfg
@@ -30,7 +30,7 @@ homing_speed: 50
step_pin: ar46
dir_pin: ar48
enable_pin: !ar62
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^ar18
#endstop_pin: ^ar19
position_endstop: 0.5
diff --git a/config/generic-replicape.cfg b/config/generic-replicape.cfg
index de2761ab..85375907 100644
--- a/config/generic-replicape.cfg
+++ b/config/generic-replicape.cfg
@@ -87,7 +87,7 @@ homing_speed: 50
step_pin: P8_13
dir_pin: P8_14
enable_pin: replicape:stepper_z_enable
-step_distance: 0.00025
+step_distance: .0025
endstop_pin: ^P9_13
position_endstop: 0
position_max: 200
diff --git a/config/printer-anet-a8-2017.cfg b/config/printer-anet-a8-2017.cfg
index 8da6e905..c02bf3f8 100644
--- a/config/printer-anet-a8-2017.cfg
+++ b/config/printer-anet-a8-2017.cfg
@@ -34,7 +34,7 @@ homing_speed: 50
step_pin: PB3
dir_pin: !PB2
enable_pin: !PA5
-step_distance: 0.0025
+step_distance: .0025
endstop_pin: ^!PC4
position_endstop: 0.5
position_max: 240
diff --git a/config/printer-creality-cr10-2017.cfg b/config/printer-creality-cr10-2017.cfg
index 33d1c589..ab26b5af 100644
--- a/config/printer-creality-cr10-2017.cfg
+++ b/config/printer-creality-cr10-2017.cfg
@@ -35,7 +35,7 @@ homing_speed: 50
step_pin: PB3
dir_pin: PB2
enable_pin: !PA5
-step_distance: 0.0025
+step_distance: .0025
endstop_pin: ^PC4
position_endstop: 0.0
position_max: 400
diff --git a/config/printer-tronxy-x5s-2017.cfg b/config/printer-tronxy-x5s-2017.cfg
index 19d2b432..3a9d32fb 100644
--- a/config/printer-tronxy-x5s-2017.cfg
+++ b/config/printer-tronxy-x5s-2017.cfg
@@ -35,7 +35,7 @@ homing_speed: 50
step_pin: PB3
dir_pin: PB2
enable_pin: !PD6
-step_distance: 0.0025
+step_distance: .0025
endstop_pin: ^!PC4
position_endstop: 0.5
position_max: 400
diff --git a/config/printer-wanhao-duplicator-i3-plus-2017.cfg b/config/printer-wanhao-duplicator-i3-plus-2017.cfg
index 3b40cf24..f0e26829 100644
--- a/config/printer-wanhao-duplicator-i3-plus-2017.cfg
+++ b/config/printer-wanhao-duplicator-i3-plus-2017.cfg
@@ -31,7 +31,7 @@ homing_speed: 30.0
step_pin: PK5
dir_pin: PK7
enable_pin: !PK4
-step_distance: 0.0025
+step_distance: .0025
endstop_pin: ^!PA1
position_endstop: 0.5
position_max: 180