Basic Information:
Printer Model: Tronxy X5SA 500
MCU / Printerboard: Spider V2.2
klippy.log is 0kb ?
moonraker (4).log (13.4 KB)
printer (8).cfg (14.5 KB)
Wanted to run out some rest filament, but on fila end sensor, the behavior is wrong
It is a stop with deactivating the drivers.
x/y drive to max, z drops on power off, fan of printerpart does run on 100%
Do I need to change the “pause” in the printer.cfg?
can’t find the point of intervention
Thanks for any help.
will that be my workaround?
#[filament_switch_sensor runout]
## When set to True, a PAUSE will execute immediately after a runout
## is detected. Note that if pause_on_runout is False and the
## runout_gcode is omitted then runout detection is disabled. Default
## is True.
#pause_on_runout: FALSE
#runout_gcode:
# {action_respond_info("RUNOUT: Filament runout")}
# PAUSE
#insert_gcode: {action_respond_info("RUNOUT: Filament inserted")}
## The minimum amount of time in seconds to delay between events.
## Events triggered during this time period will be silently
## ignored. The default is 3 seconds.
##event_delay: 3.0
## The amount of time to delay, in seconds, between the pause command
## dispatch and execution of the runout_gcode. It may be useful to
## increase this delay if OctoPrint exhibits strange pause behavior.
## Default is 0.5 seconds.
##pause_delay: 0.5
## XYE mcu E0DET
This file has been truncated. show original
Sineos
January 30, 2024, 9:10am
3
You probably need a pull-up (^
) on the trigger pin of the sensor.
system
Closed
March 30, 2024, 9:11am
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.