Printing is paused due to FIlament Sensor despite FIlament Sensor Being Disabled #395
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Printing is paused at start of print due to filament sensor not having input high, despite filament sensor being disabled.
This is a followup to this thread, since a bot locked it 7 days ago ( i discovered full issue / fix yesterday)
https://github.com/MarlinFirmware/Marlin/issues/20317
To Reproduce
1 - Configure FIlament Sensor Input
2- Disable said filament sensor input using the checkbox
3- Disconnect cable from filament sensor
Expected behavior
Sensor is ignored - should print fine.
Actual behavior
This occurs: https://autode.sk/2HM0BFs
and that was a 'good one' because it actually was processing gcode that time. More often, it will just sit 'paused' as shown in second half of video (starting around 90 seconds)
How I resolved it and was able to print:
Changed the 'action type' from 'Printer' to 'Output Control' (which means it no longer has interaction with the printer)
Additional context
Filament Change Gcode: M600