This guide explains how to replace the original filament sensor on the SV08 with the BIGTREETECH Smart Filament Sensor V2.0.
Advantages
The BIGTREETECH Smart Filament Sensor V2.0 offers the following benefits:
Installation Guide
printer.cfg
file:Remove the original section:
[filament_switch_sensor filament_sensor]
pause_on_runout: True
event_delay: 3.0
pause_delay: 0.5
switch_pin: PE9
Replace it with:
[filament_motion_sensor encoder_sensor]
switch_pin: PE9
detection_length: 6.0
extruder: extruder
pause_on_runout: False
runout_gcode:
PAUSE
M117 Filament encoder runout
insert_gcode:
M117 Filament encoder inserted
Note: The detection_length
can be adjusted as desired. The value above is the original setting.
Edit the macro.cfg
file: Open the macro.cfg
file and replace all instances of filament_switch_sensor filament_sensor
with filament_motion_sensor encoder_sensor
.
Restart your printer, and you're done!
The user re-uploaded this model. The user is not the original author of the model.