Need help with my Orbiter Runout Sensor
I was wondering if someone could check the code I currently have for my printer.cfg on the runout sensor?
[filament_switch_sensor toolhead_filament_sensor_t0]
pause_on_runout: true
event_delay: 0.01
switch_pin: ^toolboard_t0:PB3
runout_gcode:
_ON_TOOLHEAD_FILAMENT_SENSOR_RUNOUT TOOLHEAD=0
insert_gcode:
_ON_TOOLHEAD_FILAMENT_SENSOR_INSERT TOOLHEAD=0
[gcode_macro T0]
variable_enable_insert_detection: True # enables the insert detection
variable_enable_runout_detection: True # enables the runout detection
variable_enable_clog_detection: True # enables the clog detection
variable_unload_after_runout: True # unload filament after runout has been detected
variable_resume_after_insert: True # resumes the print after inserting new filament
variable_filament_grabbing_speed: 1 # filament grabbing speed in mm/s
variable_filament_grabbing_length: 5 # filament grabbing length in mm
variable_filament_load_speed: 10 # filament nozzle loading speed
variable_extruder_load_speed: 60 # extruder/cooling zone loading speed
variable_cooling_position_to_nozzle_distance: 40 # distance between the cooling position and the nozzle
variable_tooolhead_sensor_to_extruder_gear_distance: 15 # distance between the filament sensor trigger point
# and where the filament hits the extruder gears
variable_extruder_gear_to_cooling_position_distance: 30 # distance between the extruder gears and the center of the heatsink cooling tube
variable_filament_loading_nozzle_offset: -10 # offset tuning value. positive or negative number.
# different nozzles can lead to too much or not enough extrusion while loading the filament
1 Reply
Should add that the printer reads it after pushing the button on the sensor. However, when it had a clog the printer kept going and after changing the filament it now stats it's empty even though the light indicates green as filament is loaded
And when the toolhead detects it flashes blue constantly, thought it was supposed to stay green?
Pardon my ignorance on this