diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-04 09:45:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-04 10:34:54 -0500 |
commit | 44aa5def73f5172ffe1a2b271751536fc354134f (patch) | |
tree | 0e4761a30b40f1afa9d173fd840518401928049e /config | |
parent | e0b2d7c51d8077e3d516938b9053f9e058e57898 (diff) | |
download | kutter-44aa5def73f5172ffe1a2b271751536fc354134f.tar.gz kutter-44aa5def73f5172ffe1a2b271751536fc354134f.tar.xz kutter-44aa5def73f5172ffe1a2b271751536fc354134f.zip |
bltouch: Allow the pin_move_time to be configured
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 1f4bc793..27219b3f 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -54,6 +54,9 @@ #control_pin: # Pin connected to the BLTouch control pin. This parameter must be # provided. +#pin_move_time: +# The amount of time (in seconds) that it takes the BLTouch pin to +# move up or down. The default is 0.200 seconds. #x_offset: #y_offset: #z_offset: |