Printing is paused due to FIlament Sensor despite FIlament Sensor Being Disabled #395

Open
opened 2021-02-12 03:30:00 +00:00 by RFBomb · 0 comments
RFBomb commented 2021-02-12 03:30:00 +00:00 (Migrated from github.com)

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

Capture

Filament Change Gcode: M600

**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** ![Capture](https://user-images.githubusercontent.com/20431767/107727046-6b9a7900-6cb8-11eb-90cc-fed324438615.PNG) Filament Change Gcode: M600
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#395