diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 11:43:02 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 11:43:02 -0400 |
commit | f7f6680bf649e90be9453cb32c74f429827d570a (patch) | |
tree | 773ac95027d4f36791116bb20d39b68f9c7dee78 /config/printer-creality-cr10s-2017.cfg | |
parent | 5e2c60bd6775cd2184a0f1e25ace7aa07a027142 (diff) | |
download | kutter-f7f6680bf649e90be9453cb32c74f429827d570a.tar.gz kutter-f7f6680bf649e90be9453cb32c74f429827d570a.tar.xz kutter-f7f6680bf649e90be9453cb32c74f429827d570a.zip |
config: Use position_endstop=0 for Creality printers
The default position_endstop=0.5 is causing confusion for some new
users - change the default to 0.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-cr10s-2017.cfg')
-rw-r--r-- | config/printer-creality-cr10s-2017.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-creality-cr10s-2017.cfg b/config/printer-creality-cr10s-2017.cfg index 10f97367..e198e5ed 100644 --- a/config/printer-creality-cr10s-2017.cfg +++ b/config/printer-creality-cr10s-2017.cfg @@ -29,7 +29,7 @@ dir_pin: !ar48 enable_pin: !ar62 step_distance: .0025 endstop_pin: ^ar18 -position_endstop: 0.5 +position_endstop: 0 position_max: 400 [extruder] |