[M600 disconnect octoprint/ filament runout sensor conected to printer board]
Hi,
When change filament (M600) - the octoprint disconnects.
When I put M702 to terminal (Unload filament) - Octoprint disconnects
When send to printer M701 (load filament), the octoprint is not disconnected and is displayed (Message from your printer Paused)
I added these lines in marlin
#define HOST_ACTION_COMMANDS
#if ENABLED (HOST_ACTION_COMMANDS)
- #define HOST_PROMPT_SUPPORT*
- // # define HOST_START_MENU_ITEM // Add a menu item that tells the host to start*
#endif
I have the FIlament sensor connected to the printer board (SKR E3 mini). When the filament sensor activates, an M600 is sent
Thanks for help
I add log
2021-01-30 08:33:15,873 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection"
2021-01-30 08:33:15,919 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 2 port/baudrate candidates: /dev/ttyACM0@115200, /dev/ttyS0@115200
2021-01-30 08:33:15,920 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyACM0, baudrate 115200
2021-01-30 08:33:15,921 - octoprint.util.comm - INFO - Connecting to port /dev/ttyACM0, baudrate 115200
2021-01-30 08:33:15,928 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s
2021-01-30 08:33:15,934 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-01-30 08:33:15,959 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational"
2021-01-30 08:33:15,971 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2021-01-30 08:33:16,187 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin bugfix-2.0.x (Jan 27 2021"
2021-01-30 08:33:16,260 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting
2021-01-30 08:33:16,295 - octoprint.util.comm - INFO - Firmware states that it supports emergency GCODEs to be sent without waiting for an acknowledgement first
2021-01-30 08:33:16,535 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin bugfix-2.0.x (Jan 27 2021', 'printer_port': 'AUTO', 'printer_baudrate': 115200}
2021-01-30 08:35:20,182 - octoprint.util.comm - INFO - Force-sending M600 to the printer
2021-01-30 08:35:22,194 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
2021-01-30 08:35:22,209 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s
2021-01-30 08:35:45,493 - octoprint.util.comm - INFO - Communication timeout while idle, trying to trigger response from printer.
2021-01-30 08:35:48,503 - octoprint.util.comm - INFO - Communication timeout while idle, trying to trigger response from printer.
2021-01-30 08:35:51,508 - octoprint.util.comm - INFO - No response from printer after 3 consecutive communication timeouts, considering it dead.
2021-01-30 08:35:51,553 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline (Error: Too many consecutive timeouts, printer still connected and alive?)"
2021-01-30 08:35:51,604 - octoprint.plugins.action_command_notification - INFO - Notifications cleared
2021-01-30 08:35:51,820 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_timeout, payload: {'commerror_text': 'Too many consecutive timeouts, printer still connected and alive?'}
2021-01-30 08:36:04,672 - octoprint.plugins.psucontrol - INFO - Switching PSU Off
2021-01-30 08:36:04,682 - octoprint.plugins.action_command_notification - INFO - Notifications cleared
2021-01-30 08:36:43,634 - octoprint.plugins.psucontrol - INFO - Switching PSU On
2021-01-30 08:38:16,865 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 46815}
2021-01-30 08:40:10,369 - octoprint.plugins.psucontrol - INFO - Switching PSU Off
2021-01-30 08:40:10,386 - octoprint.plugins.action_command_notification - INFO - Notifications cleared
2021-01-30 08:40:23,635 - octoprint.server.util.flask - INFO - Passively logging in user jpokorny from ::ffff:192.168.5.109
2021-01-30 08:40:23,636 - octoprint.access.users - INFO - Logged in user: jpokorny
2021-01-30 08:40:23,782 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.5.109
2021-01-30 08:40:24,507 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.5.2) 14.37ms