Replies: 4 comments 14 replies
-
The script disable [filament_switch_sensor filament_sensor] config in printer.cfg when you install M600 support. |
Beta Was this translation helpful? Give feedback.
-
@Horgul123 |
Beta Was this translation helpful? Give feedback.
-
@Horgul123 |
Beta Was this translation helpful? Give feedback.
-
Hello, has anyone successfully managed to use the SFS2.0 with a K1MAX ? I have replaced just the original sensor (green to D, red and black, blue not used) not connected anything to motherboard or tool head. But I can't get it to work, I've tried every possible combination in printer.cfg: either I get an error message, or detects break when not supposed to. I've read of people successfully doing it on K1, but their config does not work on my K1max |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The M600 support moves the filament sensor config into the M600 script.
When using a motion runout sensor (BIGTREETECH Smart Filament Sensor V2.0), which has a different config in the printer.cfg, installing the M600 support results in 2 runout sensor configs which prevents the printer to start (duplicate use of pin PC15).
When removing the config in the M600 scripts the repro for the helper script becomes dirty.
Is it really nessecary to move the filament sensor config away from the printer.cfg?
Config for the filament sensor:
[filament_motion_sensor filament_sensor] switch_pin: PC15 detection_length: 4.5 extruder: extruder pause_on_runout: true runout_gcode: M117 Filament encoder runout {% if printer.extruder.can_extrude|lower == 'true' %} G91 G0 E30 F600 G90 {% endif %} insert_gcode: M117 Filament encoder inserted
Beta Was this translation helpful? Give feedback.
All reactions