bigtreetech / smart-filament-detection-module

253 stars 35 forks source link

Config help for smoothieware #2

Open Clint75 opened 4 years ago

Clint75 commented 4 years ago

hi

Do you have any example config for setting it up in smoothieware? I would like to use the filament_detector option.

filament_detector.enable true This module is activated only if this is set to true filament_detector.encoder_pin 2.11 This is the pin the encoder is connected to. Must be an interrupt pin filament_detector.seconds_per_check 2 How many seconds between filament position checks, must be long enough for several pulses to be detected, but not too long filament_detector.pulses_per_mm 0.5 The number of pulses the encoder produces for every millimeter of filament movement

Can you please help with seconds_per_check and pulses_per_mm