diff options
author | nopbit <31405701+nopbit@users.noreply.github.com> | 2019-02-14 18:13:48 +0300 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-02-14 10:13:48 -0500 |
commit | 0f674ef4070714b2b2dbce50127fed01cb177399 (patch) | |
tree | 401b8cf4b70f13a58c5027bbb99dc33cfd477b46 /config/example-extras.cfg | |
parent | c6d1d1bd8ce26e87ed0a302d72dd1bc2828cb7ff (diff) | |
download | kutter-0f674ef4070714b2b2dbce50127fed01cb177399.tar.gz kutter-0f674ef4070714b2b2dbce50127fed01cb177399.tar.xz kutter-0f674ef4070714b2b2dbce50127fed01cb177399.zip |
tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132)
Support added for filament diameter sensor. Sample configuration parameters added to example-extras.cfg.
Signed-off-by: Mustafa YILDIZ <mydiz@hotmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c5b02957..14ea6391 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -7,6 +7,16 @@ # section defining the pins must be listed in the config file before # any sections using those pins. +# TSLl401CL Based Filament Width Sensor +#[tsl1401cl_filament_width_sensor] +#pin: analog5 +#default_nominal_filament_diameter: 1.75 # (mm) +# Maximum allowed filament diameter difference as mm +#max_difference: 0.2 +# The distance from sensor to the melting chamber as mm +#measurement_delay 100 + + # Z height probe. One may define this section to enable Z height # probing hardware. When this section is enabled, PROBE and |