17:52:47 [warning ] Model Printer received unknown fields: ['dialog_info', 'chamber']
17:52:47 [debug ] Full JSON json='{"state": "PAUSED", "dialog_info": {"id": 1422711463, "code": "31835", "text": "Waiting for the user. Press \\"Resume\\" once the printer is ready.", "title": "Quick Pause", "buttons": ["Resume"], "key": "QUICK_PAUSE"}, "job_info": {"origin_id": 204, "id": 202, "path": "/usb/TEST_8~1.GCO", "hash": "xxx.", "start": 1775226264, "progress": 49.0, "state": "PAUSED", "print_height": 0, "display_name": "test[8].gcode", "lifetime_id": "xxx", "time_printing": 5285, "time_remaining": -1}, "time_delta": 0, "network_info": {"wifi_ssid": "xxx", "wifi_mac": "xx", "wifi_ipv4": "xx", "hostname": "xx", "lan_mac": "xx", "lan_ipv4": "xx"}, "prusalink_api_key": "xxx", "api_key": "xxx", "last_online": 1775231565.2734447, "axis_z": 0.0, "temp": {"temp_nozzle": 26.5, "temp_bed": 24.2, "target_nozzle": 0.0, "target_bed": 0.0}, "flow": 100, "speed": 100, "sheet_settings": [], "inaccurate_estimates": false, "nozzle_diameter": 0.4, "enclosure": {"present": false, "enabled": false}, "chamber": {"temp": 25.1, "target_temp": 0.0, "fan_1_rpm": 0, "fan_2_rpm": 0}, "tools": {"1": {"temp": 26.5, "active": true, "hardened": false, "material": "PLA", "high_flow": true, "nozzle_diameter": 0.4}}, "printer_model": "COREONE", "supported_printer_models": ["COREONEOAK"], "connect_state": "PAUSED", "printer_state": "PAUSED", "allowed_functionalities": ["files", "filament", "queue", "lazy_file_protocol", "fw_update", "fw_update_path", "bgcode", "dialogs", "tool_mapping", "set_tool_params", "set_enclosure_params", "set_hostname", "old_job_info", "set_addon_params"], "support": {"stable": "6.5.3", "prerelease": "6.5.3-RC", "current": "6.5.3+12780", "release": "stable", "latest": "6.5.3", "release_url": "https://github.com/prusa3d/Prusa-Firmware-Buddy/releases/tag/v6.5.3", "state": "supported"}, "decision_maker": "firmware", "printer_type": "7.1.0", "fw_printer_type": "7.1.0", "printer_type_name": "Prusa CORE One", "flags": {"last_info_event": 1775183165.5283492}, "max_filename": 165, "printable_extension": ["bgcode", "bgc", "bg", "gcode", "gco", "g"], "name": "core one", "firmware": "6.5.3+12780", "appendix": true, "created": 1771204047, "location": "xx", "sn": "xxx", "uuid": "xxx", "team_id": xx, "team_name": "xx", "is_beta": false, "filament": {"material": "PLA"}, "organization_id": "xx", "rights_r": true, "rights_w": true, "rights_u": true, "prusaconnect_api_key": "xxx", "groups": [], "owner": {"id": xx, "first_name": "xx", "last_name": "xx", "public_name": "xxx", "avatar": "auth/avatars/xxx.jpg"}}'
Dialogs are actually actionable. You can continue the print via the "/sync" endpoint. Normal resume will do nothing when this dialog is active (triggered via M0). Unfortunately, the message is static and not what you specify in G-Code (and not what is shown on the printer display).
Found another unsupported field:
Dialogs are actually actionable. You can continue the print via the "/sync" endpoint. Normal resume will do nothing when this dialog is active (triggered via M0). Unfortunately, the message is static and not what you specify in G-Code (and not what is shown on the printer display).