mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-14 18:28:00 -06:00
HallFilamentWidthSensor: Use current width instead of nomal width while delay is not over (#2907)
Option for using the current diameter instead of nominal while the first measurement isn't in place Signed-off-by: Matthias Pabel <matthias.pabel@hs-augsburg.de>
This commit is contained in:
parent
a6f2fc7179
commit
967fe1c01c
3 changed files with 18 additions and 7 deletions
|
@ -2016,6 +2016,8 @@
|
|||
#Virtual filament_switch_sensor support. Create sensor named hall_filament_width_sensor.
|
||||
#min_diameter:1.0
|
||||
#Minimal diameter for trigger virtual filament_switch_sensor.
|
||||
#use_current_dia_while_delay: False
|
||||
# Use the current diameter instead of the nominal diamenter while the measurement delay has not run through.
|
||||
#Values from filament_switch_sensor.
|
||||
#See [filament_switch_sensor] for a description of these parameters.
|
||||
#pause_on_runout: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue