Unclear message / error: 09:38:00 The value ‘runout’ is not valid for SENSOR
What is the problem? Due to the error, no printing can be started.
What was done? Runout sensor was exchanged against BIGTREETECH Smart Filament Sensor
[filament_motion_sensor BIGTREETECH_Smart_Filament_Sensor]
detection_length: 10.0 #The minimum length of filament pulled through the sensor to trigger #a state change on the switch_pin #Default is 7 mm.
extruder: extruder #The name of the extruder section this sensor is associated with. #This parameter must be provided.
switch_pin: ^PA5
pause_on_runout: True
runout_gcode: FILAMENT_RUNOUT
event_delay: 5
pause_delay: 1 #See the “filament_switch_sensor” section for a description of the #above parameters.
Try to find out which line is actually causing the trouble, e.g. comment out runout_gcode = FILAMENT_RUNOUT, then see if it works. If not continue commenting out.