Filament sensor always starts disabled #119
Closed
RoisinDubh79
started this conversation in
General
Replies: 1 comment 1 reply
-
Correct, as it should. Test it out by removing the filament from the sensor after a print starts... EDIT do not change the config, but make sure the sensor is enabled: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Figured I'd go the discussion route on this.
I have a functional filament runout sensor installed and working.
I've modified the misc-macros config file to say
variable_filament_sensor_enabled 1
Every time I start klipper, my filament sensor is disabled and I need to enable it each time either via the dashboard switch or the ADJUST_FILAMENT_SENSOR_STATUS macro.
I noticed in misc-macros, there is this delayed gcode macro:
[delayed_gcode DISABLEFILAMENTSENSOR]
Does this run every time klipper starts?
Beta Was this translation helpful? Give feedback.
All reactions