Part cooling fan not turning on after resume
Idex printer here... when I get a filament runout pause. the PCF turns off, which is fine. Problem is it will not automatically set to the power setting it was at before when calling the resume macro, the printer resumes with the PCF off, my prints suffer if I forget to manually turn it on. How to can I configure RATOS to resume the PCF fan state?
Below is my F sensor code:
[filament_motion_sensor bowden_filament_clog_t1]
switch_pin: PG15
detection_length: 14
extruder: extruder1 # extruder for T0, extruder1 for T1
pause_on_runout: True
event_delay: 3.0
pause_delay: 0.5
runout_gcode:
M117 T1 Clog
_ON_BOWDEN_FILAMENT_SENSOR_CLOG TOOLHEAD=1
insert_gcode:
I dont have any hooks defined at the moment. TIA
0 Replies