2023-01-19 17:02:49,866 - octoprint.startup - INFO - ****************************************************************************** 2023-01-19 17:02:49,867 - octoprint.startup - INFO - Starting OctoPrint 1.8.6 2023-01-19 17:02:49,868 - octoprint.startup - INFO - ****************************************************************************** 2023-01-19 17:02:50,020 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2023-01-19 17:02:50,093 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2023-01-19 17:02:50,093 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2023-01-19 17:02:50,093 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2023-01-19 17:02:50,739 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1) 2023-01-19 17:02:50,745 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2023-01-19 17:02:51,229 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2022.6.13) did not pass check, not loading. 2023-01-19 17:02:51,387 - octoprint.plugin.core - ERROR - Error loading plugin filamentmanager Traceback (most recent call last): File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1274, in _import_plugin module = _load_module(module_name, spec) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugin/core.py", line 52, in _load_module return imp.load_module(name, f, filename, details) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/vendor/imp.py", line 238, in load_module return load_package(name, filename) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/vendor/imp.py", line 212, in load_package return _load(spec) File "", line 719, in _load File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_filamentmanager/__init__.py", line 17, in from .data import FilamentManager File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_filamentmanager/data/__init__.py", line 13, in from sqlalchemy.engine.url import URL File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/__init__.py", line 9, in from .sql import ( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/__init__.py", line 8, in from .expression import ( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/expression.py", line 34, in from .functions import func, modifier, FunctionElement, Function File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/functions.py", line 11, in from . import sqltypes, schema File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/sqltypes.py", line 17, in from . import elements File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 16, in from . import type_api File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/type_api.py", line 16, in from .base import SchemaEventTarget File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/base.py", line 49, in class _DialectArgView(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping' 2023-01-19 17:02:51,474 - octoprint.plugin.core - ERROR - There was an error while enabling plugin errortracking Traceback (most recent call last): File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1571, in enable_plugin plugin.enable() File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/errortracking/__init__.py", line 247, in __plugin_enable__ _enable_errortracking() File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/errortracking/__init__.py", line 231, in _enable_errortracking sentry_sdk.init(url_server, release=version, before_send=_before_send) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/hub.py", line 105, in _init client = Client(*args, **kwargs) # type: ignore File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/client.py", line 89, in __init__ self._init_impl() File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/client.py", line 123, in _init_impl self.integrations = setup_integrations( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/integrations/__init__.py", line 107, in setup_integrations for integration_cls in iter_default_integrations( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/integrations/__init__.py", line 41, in iter_default_integrations yield getattr(import_module(module), cls) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sentry_sdk/integrations/sqlalchemy.py", line 9, in from sqlalchemy.engine import Engine # type: ignore File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/__init__.py", line 9, in from .sql import ( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/__init__.py", line 8, in from .expression import ( File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/expression.py", line 34, in from .functions import func, modifier, FunctionElement, Function File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/functions.py", line 11, in from . import sqltypes, schema File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/sqltypes.py", line 17, in from . import elements File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 16, in from . import type_api File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/type_api.py", line 16, in from .base import SchemaEventTarget File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/sqlalchemy/sql/base.py", line 49, in class _DialectArgView(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping' 2023-01-19 17:02:51,500 - octoprint.plugin.core - INFO - Found 42 plugin(s) providing 41 mixin implementations, 103 hook handlers 2023-01-19 17:02:51,509 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2023-01-19 17:02:51,537 - octoprint.server - INFO - Intermediary server started 2023-01-19 17:02:51,539 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2023-01-19 17:02:51,549 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')") 2023-01-19 17:02:51,550 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin eeprom_marlin: PLUGIN_EEPROM_MARLIN_READ (needs: "Need(method='role', value='plugin_eeprom_marlin_read')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin eeprom_marlin: PLUGIN_EEPROM_MARLIN_EDIT (needs: "Need(method='role', value='plugin_eeprom_marlin_edit')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin eeprom_marlin: PLUGIN_EEPROM_MARLIN_RESET (needs: "Need(method='role', value='plugin_eeprom_marlin_reset')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')") 2023-01-19 17:02:51,551 - octoprint.server - INFO - Added new permission from plugin prusaslicerthumbnails: PLUGIN_PRUSASLICERTHUMBNAILS_SCAN (needs: "Need(method='role', value='plugin_prusaslicerthumbnails_admin')") 2023-01-19 17:02:51,552 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2023-01-19 17:02:51,552 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2023-01-19 17:02:51,552 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2023-01-19 17:02:51,555 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2023-01-19 17:02:51,841 - octoprint.util.pip - INFO - Using "/home/pi/OctoPrint/venv/bin/python3 -m pip" as command to invoke pip 2023-01-19 17:02:52,117 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2023-01-19 17:02:52,119 - octoprint.util.pip - INFO - pip installs to /home/pi/OctoPrint/venv/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2023-01-19 17:02:52,119 - octoprint.util.pip - INFO - ==> pip ok -> yes 2023-01-19 17:02:52,171 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2023-01-19 17:02:52,172 - octoprint.plugins.softwareupdate - INFO - Loaded update log from disk 2023-01-19 17:02:52,184 - octoprint.plugins.eeprom_marlin - INFO - EEPROM Data initialised 2023-01-19 17:02:52,184 - octoprint.plugins.eeprom_marlin - INFO - Backup metadata initialised 2023-01-19 17:02:52,184 - octoprint.plugins.eeprom_marlin - INFO - All EEPROM editor modules loaded 2023-01-19 17:02:52,192 - octoprint.plugins.firmwareupdater - INFO - Python binproto2 package installed: False 2023-01-19 17:02:52,209 - octoprint.plugin.core - INFO - Initialized 41 plugin implementation(s) 2023-01-19 17:02:52,656 - octoprint.plugin.core - INFO - 42 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/appkeys | Autologin Configuration (0.2.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_autologin_config | Backup & Restore (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/backup | Backup Scheduler (0.1.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_backupscheduler | Bed Visualizer (1.1.1) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_bedlevelvisualizer | BLTouch Plugin (0.3.4) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_BLTouch | Calibration-Companion (1.0.1) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_calibrationcompanion | Core Wizard (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/corewizard | Creality-2x-temperature-reporting-fix (0.0.4) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_ender3v2tempfix | Cura Thumbnails (1.0.2) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_ultimakerformatpackage | Discovery (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/discovery | DisplayLayerProgress Plugin (1.28.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_DisplayLayerProgress | !Error Tracking (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_firmware_check | Firmware Updater (1.13.3) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_firmwareupdater | Gcode Macros (1.3.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_gcode_macro | GCode Viewer (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | HomeAssistant Discovery (3.6.2) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_homeassistant | Logging (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/logging | Macro (0.3.2) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_macro | Macro Steps (0.1.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_MacroSteps | Marlin EEPROM Editor (3.3.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_eeprom_marlin | MQTT (0.8.13) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_mqtt | OctoEverywhere! (1.11.2) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_octoeverywhere | Plugin Manager (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | PrettyGCode (1.2.4) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_prettygcode | PrintTimeGenius Plugin (2.3.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_PrintTimeGenius | Simple Emergency Stop (1.0.5) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_simpleemergencystop | Slicer (2.0.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_slicer | Slicer Thumbnails (1.0.1) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_prusaslicerthumbnails | SmartABL (0.1.3) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_SmartABL | Software Update (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Terminal Commands Extended (0.1.7) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_terminalcommandsextended | UI Customizer (0.1.9.0) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_uicustomizer | Virtual Printer (bundled) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugins/virtual_printer | Z Probe Offset (0.5) = /home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_z_probe_offset Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2023-01-19 17:02:52,676 - octoprint.environment - INFO - Detected environment is Python 3.10.6 under Linux (linux). Details: | hardware: | cores: 4 | freq: 3000.0 | ram: 8247623680 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.6 | virtualenv: /home/pi/OctoPrint/venv 2023-01-19 17:02:52,682 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2023-01-19 17:02:52,682 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2023-01-19 17:02:52,682 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-manifest.json... 2023-01-19 17:02:52,688 - octoprint.server.util.flask.collect_plugin_assets - WARNING - Plugin simpleemergencystop is referring to non existing css asset css/fontawesome.all.min.css 2023-01-19 17:02:52,729 - octoprint.plugins.DisplayLayerProgress - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,729 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin DisplayLayerProgress is DISABLED 2023-01-19 17:02:52,730 - octoprint.plugins.bedlevelvisualizer - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,730 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin bedlevelvisualizer is DISABLED 2023-01-19 17:02:52,731 - octoprint.plugins.calibrationcompanion - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,732 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin calibrationcompanion is DISABLED 2023-01-19 17:02:52,733 - octoprint.plugins.firmwareupdater - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,733 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin firmwareupdater is DISABLED 2023-01-19 17:02:52,734 - octoprint.plugins.slicer - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,734 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin slicer is DISABLED 2023-01-19 17:02:52,734 - octoprint.plugins.uicustomizer - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2023-01-19 17:02:52,734 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin uicustomizer is DISABLED 2023-01-19 17:02:52,861 - octoprint.plugins.firmwareupdater - INFO - Setting maximum upload size for /flash to 5243904 2023-01-19 17:02:52,861 - octoprint.server - INFO - Shutting down intermediary server... 2023-01-19 17:02:52,874 - octoprint.server - INFO - Intermediary server shut down 2023-01-19 17:02:52,876 - octoprint.events - INFO - Processing startup event, this is our first event 2023-01-19 17:02:52,876 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2023-01-19 17:02:52,876 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2023-01-19 17:02:52,880 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2023-01-19 17:02:52,905 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2023-01-19 17:02:52,906 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2023-01-19 17:02:52,915 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2023-01-19 17:02:52,967 - octoprint.server - INFO - Trying to connect to configured serial port None 2023-01-19 17:02:53,127 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection" 2023-01-19 17:02:53,159 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2023-01-19 17:02:53,171 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2023-01-19 17:02:53,215 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 32 port/baudrate candidates: /dev/ttyS31@250000, /dev/ttyS30@250000, /dev/ttyS29@250000, /dev/ttyS28@250000, /dev/ttyS27@250000, /dev/ttyS26@250000, /dev/ttyS25@250000, /dev/ttyS24@250000, /dev/ttyS23@250000, /dev/ttyS22@250000, /dev/ttyS21@250000, /dev/ttyS20@250000, /dev/ttyS19@250000, /dev/ttyS18@250000, /dev/ttyS17@250000, /dev/ttyS16@250000, /dev/ttyS15@250000, /dev/ttyS14@250000, /dev/ttyS13@250000, /dev/ttyS12@250000, /dev/ttyS11@250000, /dev/ttyS10@250000, /dev/ttyS9@250000, /dev/ttyS8@250000, /dev/ttyS7@250000, /dev/ttyS6@250000, /dev/ttyS5@250000, /dev/ttyS4@250000, /dev/ttyS3@250000, /dev/ttyS2@250000, /dev/ttyS1@250000, /dev/ttyS0@250000 2023-01-19 17:02:53,215 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS31, baudrate 250000 2023-01-19 17:02:53,216 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS31, baudrate 250000 2023-01-19 17:02:53,222 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS31 is busy or does not exist 2023-01-19 17:02:53,238 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS31, baudrate 250000, skipping 2023-01-19 17:02:53,247 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS30, baudrate 250000 2023-01-19 17:02:53,249 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS30, baudrate 250000 2023-01-19 17:02:53,261 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS30 is busy or does not exist 2023-01-19 17:02:53,261 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS30, baudrate 250000, skipping 2023-01-19 17:02:53,261 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS29, baudrate 250000 2023-01-19 17:02:53,261 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS29, baudrate 250000 2023-01-19 17:02:53,278 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS29 is busy or does not exist 2023-01-19 17:02:53,278 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS29, baudrate 250000, skipping 2023-01-19 17:02:53,278 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS28, baudrate 250000 2023-01-19 17:02:53,279 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS28, baudrate 250000 2023-01-19 17:02:53,296 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2023-01-19 17:02:53,296 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS28 is busy or does not exist 2023-01-19 17:02:53,299 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS28, baudrate 250000, skipping 2023-01-19 17:02:53,299 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS27, baudrate 250000 2023-01-19 17:02:53,300 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS27, baudrate 250000 2023-01-19 17:02:53,301 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS27 is busy or does not exist 2023-01-19 17:02:53,301 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS27, baudrate 250000, skipping 2023-01-19 17:02:53,301 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS26, baudrate 250000 2023-01-19 17:02:53,302 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS26, baudrate 250000 2023-01-19 17:02:53,303 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS26 is busy or does not exist 2023-01-19 17:02:53,304 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS26, baudrate 250000, skipping 2023-01-19 17:02:53,304 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS25, baudrate 250000 2023-01-19 17:02:53,305 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS25, baudrate 250000 2023-01-19 17:02:53,306 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS25 is busy or does not exist 2023-01-19 17:02:53,307 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS25, baudrate 250000, skipping 2023-01-19 17:02:53,307 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS24, baudrate 250000 2023-01-19 17:02:53,308 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS24, baudrate 250000 2023-01-19 17:02:53,309 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS24 is busy or does not exist 2023-01-19 17:02:53,309 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS24, baudrate 250000, skipping 2023-01-19 17:02:53,310 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS23, baudrate 250000 2023-01-19 17:02:53,311 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS23, baudrate 250000 2023-01-19 17:02:53,312 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS23 is busy or does not exist 2023-01-19 17:02:53,312 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS23, baudrate 250000, skipping 2023-01-19 17:02:53,313 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS22, baudrate 250000 2023-01-19 17:02:53,313 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS22, baudrate 250000 2023-01-19 17:02:53,315 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS22 is busy or does not exist 2023-01-19 17:02:53,315 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS22, baudrate 250000, skipping 2023-01-19 17:02:53,315 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS21, baudrate 250000 2023-01-19 17:02:53,315 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS21, baudrate 250000 2023-01-19 17:02:53,316 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS21 is busy or does not exist 2023-01-19 17:02:53,317 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS21, baudrate 250000, skipping 2023-01-19 17:02:53,317 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS20, baudrate 250000 2023-01-19 17:02:53,318 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS20, baudrate 250000 2023-01-19 17:02:53,320 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS20 is busy or does not exist 2023-01-19 17:02:53,320 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS20, baudrate 250000, skipping 2023-01-19 17:02:53,320 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS19, baudrate 250000 2023-01-19 17:02:53,321 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS19, baudrate 250000 2023-01-19 17:02:53,322 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS19 is busy or does not exist 2023-01-19 17:02:53,322 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS19, baudrate 250000, skipping 2023-01-19 17:02:53,322 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS18, baudrate 250000 2023-01-19 17:02:53,323 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS18, baudrate 250000 2023-01-19 17:02:53,323 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS18 is busy or does not exist 2023-01-19 17:02:53,323 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS18, baudrate 250000, skipping 2023-01-19 17:02:53,323 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS17, baudrate 250000 2023-01-19 17:02:53,324 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS17, baudrate 250000 2023-01-19 17:02:53,325 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS17 is busy or does not exist 2023-01-19 17:02:53,325 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS17, baudrate 250000, skipping 2023-01-19 17:02:53,326 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS16, baudrate 250000 2023-01-19 17:02:53,327 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS16, baudrate 250000 2023-01-19 17:02:53,328 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS16 is busy or does not exist 2023-01-19 17:02:53,329 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS16, baudrate 250000, skipping 2023-01-19 17:02:53,329 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS15, baudrate 250000 2023-01-19 17:02:53,329 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS15, baudrate 250000 2023-01-19 17:02:53,331 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS15 is busy or does not exist 2023-01-19 17:02:53,331 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS15, baudrate 250000, skipping 2023-01-19 17:02:53,331 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS14, baudrate 250000 2023-01-19 17:02:53,332 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS14, baudrate 250000 2023-01-19 17:02:53,333 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS14 is busy or does not exist 2023-01-19 17:02:53,333 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS14, baudrate 250000, skipping 2023-01-19 17:02:53,334 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS13, baudrate 250000 2023-01-19 17:02:53,335 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS13, baudrate 250000 2023-01-19 17:02:53,336 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS13 is busy or does not exist 2023-01-19 17:02:53,336 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS13, baudrate 250000, skipping 2023-01-19 17:02:53,336 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS12, baudrate 250000 2023-01-19 17:02:53,336 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS12, baudrate 250000 2023-01-19 17:02:53,338 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS12 is busy or does not exist 2023-01-19 17:02:53,338 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS12, baudrate 250000, skipping 2023-01-19 17:02:53,338 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS11, baudrate 250000 2023-01-19 17:02:53,339 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS11, baudrate 250000 2023-01-19 17:02:53,339 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS11 is busy or does not exist 2023-01-19 17:02:53,340 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS11, baudrate 250000, skipping 2023-01-19 17:02:53,340 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS10, baudrate 250000 2023-01-19 17:02:53,340 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS10, baudrate 250000 2023-01-19 17:02:53,342 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS10 is busy or does not exist 2023-01-19 17:02:53,342 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS10, baudrate 250000, skipping 2023-01-19 17:02:53,343 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS9, baudrate 250000 2023-01-19 17:02:53,344 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS9, baudrate 250000 2023-01-19 17:02:53,345 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS9 is busy or does not exist 2023-01-19 17:02:53,345 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS9, baudrate 250000, skipping 2023-01-19 17:02:53,345 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS8, baudrate 250000 2023-01-19 17:02:53,346 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS8, baudrate 250000 2023-01-19 17:02:53,347 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS8 is busy or does not exist 2023-01-19 17:02:53,348 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS8, baudrate 250000, skipping 2023-01-19 17:02:53,348 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS7, baudrate 250000 2023-01-19 17:02:53,349 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS7, baudrate 250000 2023-01-19 17:02:53,350 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS7 is busy or does not exist 2023-01-19 17:02:53,351 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS7, baudrate 250000, skipping 2023-01-19 17:02:53,351 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS6, baudrate 250000 2023-01-19 17:02:53,351 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS6, baudrate 250000 2023-01-19 17:02:53,353 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS6 is busy or does not exist 2023-01-19 17:02:53,353 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS6, baudrate 250000, skipping 2023-01-19 17:02:53,353 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS5, baudrate 250000 2023-01-19 17:02:53,354 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS5, baudrate 250000 2023-01-19 17:02:53,355 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS5 is busy or does not exist 2023-01-19 17:02:53,356 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS5, baudrate 250000, skipping 2023-01-19 17:02:53,356 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS4, baudrate 250000 2023-01-19 17:02:53,357 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS4, baudrate 250000 2023-01-19 17:02:53,358 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS4 is busy or does not exist 2023-01-19 17:02:53,359 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS4, baudrate 250000, skipping 2023-01-19 17:02:53,359 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS3, baudrate 250000 2023-01-19 17:02:53,360 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS3, baudrate 250000 2023-01-19 17:02:53,361 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS3 is busy or does not exist 2023-01-19 17:02:53,362 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS3, baudrate 250000, skipping 2023-01-19 17:02:53,362 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS2, baudrate 250000 2023-01-19 17:02:53,362 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS2, baudrate 250000 2023-01-19 17:02:53,363 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS2 is busy or does not exist 2023-01-19 17:02:53,363 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS2, baudrate 250000, skipping 2023-01-19 17:02:53,364 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS1, baudrate 250000 2023-01-19 17:02:53,364 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS1, baudrate 250000 2023-01-19 17:02:53,365 - octoprint.util.comm - INFO - Failed to connect: Port /dev/ttyS1 is busy or does not exist 2023-01-19 17:02:53,365 - octoprint.util.comm - INFO - Serial detection: Could not open port /dev/ttyS1, baudrate 250000, skipping 2023-01-19 17:02:53,366 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyS0, baudrate 250000 2023-01-19 17:02:53,367 - octoprint.util.comm - INFO - Connecting to port /dev/ttyS0, baudrate 250000 2023-01-19 17:02:53,370 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2023-01-19 17:02:53,372 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2023-01-19 17:02:54,054 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "PrintBot"._http._tcp.local.' for _http._tcp.local. 2023-01-19 17:02:54,875 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "PrintBot"._octoprint._tcp.local.' for _octoprint._tcp.local. 2023-01-19 17:02:54,877 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "PrintBot" for SSDP 2023-01-19 17:02:54,896 - octoprint.plugin - ERROR - Error while calling plugin mqtt Traceback (most recent call last): File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/plugin/__init__.py", line 273, in call_plugin result = getattr(plugin, method)(*args, **kwargs) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1688, in wrapper return f(*args, **kwargs) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_mqtt/__init__.py", line 83, in on_startup self.mqtt_connect() File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/octoprint_mqtt/__init__.py", line 302, in mqtt_connect self._mqtt = mqtt.Client(client_id=client_id, protocol=protocol, clean_session=clean_session) File "/home/pi/OctoPrint/venv/lib/python3.10/site-packages/paho/mqtt/client.py", line 547, in __init__ raise ValueError( ValueError: A client id must be provided if clean session is False. 2023-01-19 17:02:54,896 - octoprint.plugins.octoeverywhere - INFO - OctoPrint host:127.0.0.1 port:5000 2023-01-19 17:02:54,902 - octoprint.plugins.octoeverywhere - INFO - OctoPingPong stats loaded from file. 2023-01-19 17:02:54,903 - octoprint.plugins.octoeverywhere - INFO - mDns Cache file loaded. Cached Entries Found: 0 2023-01-19 17:02:54,904 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2023-01-19 17:02:54,917 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2023-01-19 17:02:54,942 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.68.76 2023-01-19 17:02:54,990 - octoprint.plugins.octoeverywhere - INFO - IPV4 - starport:142.93.152.110 main:172.67.223.103 2023-01-19 17:02:54,996 - octoprint.plugins.octoeverywhere - INFO - Failed to resolve host ipv6 name [Errno -2] Name or service not known 2023-01-19 17:02:55,027 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 2023-01-19 17:02:55,028 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:02:55,250 - octoprint.util.pip - INFO - Using "/home/pi/OctoPrint/venv/bin/python3 -m pip" as command to invoke pip 2023-01-19 17:02:55,254 - octoprint.util.pip - INFO - pip installs to /home/pi/OctoPrint/venv/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2023-01-19 17:02:55,254 - octoprint.util.pip - INFO - ==> pip ok -> yes 2023-01-19 17:02:55,306 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 24.2GB. That is considered sufficient for updating. 2023-01-19 17:02:55,346 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2023-01-19 17:02:55,379 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2023-01-19 17:02:55,406 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2023-01-19 17:02:55,630 - octoprint.plugins.MacroSteps - INFO - Macro Steps Plugin started. 2023-01-19 17:02:55,630 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2023-01-19 17:02:55,630 - octoprint.plugins.calibrationcompanion - INFO - Initializing Calibration Companion Plugin! 2023-01-19 17:02:55,631 - octoprint.plugins.homeassistant - INFO - PSUControl helpers not found 2023-01-19 17:02:55,712 - octoprint.plugins.octoeverywhere - INFO - After startup called. Starting worker thread. 2023-01-19 17:02:55,712 - octoprint.plugins.octoeverywhere - INFO - Main thread starting 2023-01-19 17:02:55,713 - octoprint.plugins.octoeverywhere - INFO - Frontend http port detected as 5000, is https? False 2023-01-19 17:02:55,714 - octoprint.plugins.octoeverywhere - INFO - Attempting to use lowest latency server: wss://tor.octoeverywhere.com/octoclientws 2023-01-19 17:02:55,714 - octoprint.plugins.octoeverywhere - INFO - Attempting to talk to OctoEverywhere, server con wss://tor.octoeverywhere.com/octoclientws[1] 2023-01-19 17:02:55,734 - octoprint.plugins.prettygcode - INFO - Pretty GCode. 2023-01-19 17:02:55,734 - octoprint.plugins.uicustomizer - INFO - UI Customizer is initialized. 2023-01-19 17:02:55,798 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://192.168.68.95:5000/', 'path': '/', 'query_string': 'l10n=en'} 2023-01-19 17:02:56,161 - octoprint.plugins.octoeverywhere - INFO - Connected To OctoEverywhere, server con wss://tor.octoeverywhere.com/octoclientws[1]. Starting handshake... 2023-01-19 17:02:56,167 - octoprint.server.util.sockjs - INFO - User Dylan logged in on the socket from client 192.168.68.76 2023-01-19 17:02:56,247 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 4, 'printer_state': 'DETECT_SERIAL'} 2023-01-19 17:02:56,696 - octoprint.plugins.octoeverywhere - INFO - Handshake complete, server con wss://tor.octoeverywhere.com/octoclientws[1], successfully connected to OctoEverywhere! 2023-01-19 17:02:56,822 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'version': '1.8.6', 'os': 'linux', 'bits': 64, 'python': '3.10.6', 'pip': '22.3.1', 'cores': 4, 'freq': 3000.0, 'ram': 8247623680, 'plugins': 'homeassistant:3.6.2,eeprom_marlin:3.3.0,printtimegenius:2.3.0,slicer:2.0.0,displaylayerprogress:1.28.0,firmwareupdater:1.13.3,octoeverywhere:1.11.2,gcode_macro:1.3.0,prettygcode:1.2.4,bedlevelvisualizer:1.1.1,simpleemergencystop:1.0.5,ultimakerformatpackage:1.0.2,prusaslicerthumbnails:1.0.1,calibrationcompanion:1.0.1,mqtt:0.8.13,z_probe_offset:0.5,bltouch:0.3.4,macro:0.3.2,autologin_config:0.2.0,uicustomizer:0.1.9.0,terminalcommandsextended:0.1.7,smartabl:0.1.3,backupscheduler:0.1.0,macrosteps:0.1.0,ender3v2tempfix:0.0.4'} 2023-01-19 17:02:57,269 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 127.0.0.1 2023-01-19 17:02:57,269 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:02:57,405 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'version': '1.8.6', 'os': 'linux', 'bits': 64, 'python': '3.10.6', 'pip': '22.3.1', 'cores': 4, 'freq': 3000.0, 'ram': 8247623680} 2023-01-19 17:02:57,408 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2023-01-19 17:02:57,412 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2023-01-19 17:02:59,414 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Error" 2023-01-19 17:02:59,432 - octoprint.util.comm - INFO - Changing monitoring state from "Error" to "Offline after error" 2023-01-19 17:02:59,437 - octoprint.plugins.action_command_notification - INFO - Notifications cleared 2023-01-19 17:03:00,042 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_autodetect, payload: {'commerror_text': 'No more candidates to test, and no working port/baudrate combination detected.'} 2023-01-19 17:03:00,721 - octoprint.plugins.octoeverywhere - INFO - NotificationsHandler successfully sent 'error' 2023-01-19 17:03:01,182 - octoprint.server.preemptive_cache - INFO - ... done in 5.38s 2023-01-19 17:03:01,182 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'https://ender_3_pro.octoeverywhere.com/', 'path': '/', 'query_string': 'l10n=en'} 2023-01-19 17:03:01,293 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:5.535, compression:0.025] [992236->142099 14.321%] / 2023-01-19 17:03:01,448 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.68.76 2023-01-19 17:03:01,476 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 2023-01-19 17:03:01,476 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:03:01,496 - octoprint.plugins.prusaslicerthumbnails - INFO - {'local': {'litho.gcode': {'hash': 'f69a580a28dac431caf29e107ef9c768059a287a', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 30743.856476441364, 'printingArea': {'maxX': 131.10000610351562, 'maxY': 179.5989990234375, 'maxZ': 100.67400360107422, 'minX': 98.9010009765625, 'minY': 50.4010009765625, 'minZ': 0}, 'dimensions': {'width': 32.199005126953125, 'depth': 129.197998046875, 'height': 100.67400360107422}, 'filament': {'tool0': {'length': 8759.324035658501, 'volume': 21.068643343766016}}, 'firstFilament': 0.00442053386112717, 'lastFilament': 0.9999707266197885, 'progress': [[0, 30743.856476441364], [0.00442053386112717, 30286.507133182757], [0.00457915080585223, 30226.433034935555], [0.00464496310941591, 30165.311688577425], [0.00480995852515388, 30105.2524117071], [0.00487944584181772, 30044.9818547922], [0.00494513142079175, 29983.726582378487], [0.0050318955231793, 29923.530224436505], [0.00521868756833887, 29863.319457959864], [0.00530731029804145, 29802.651611886035], [0.00539166663322546, 29742.587924548698], [0.00547509365475195, 29682.524755099865], [0.00555809826097958, 29622.460855134646], [0.00564511581254645, 29561.44194775317], [0.00583951133308566, 29500.820003196724], [0.005946509128289, 29439.060490607902], [0.00603386461209498, 29379.032318162535], [0.00612122009590095, 29318.97470075417], [0.00620718160922065, 29258.913361980944], [0.00629246725806217, 29198.890102849215], [0.00639165037023645, 29138.26306687334], [0.00650785681895513, 29077.94598655016], [0.00656082769743321, 29017.095998056113], [0.0066192477332667, 28955.811052249985], [0.00667496431118744, 28894.563127472622], [0.0068185010297429, 28831.02065683605], [0.00703836819280386, 28769.33813683262], [0.00725836208045449, 28707.65461597464], [0.00747822924351545, 28645.972095971207], [0.00769822313116608, 28584.28940087706], [0.00792277910404448, 28522.607052160507], [0.00815362906487602, 28460.924874730837], [0.00837860745305329, 28399.241155030868], [0.00860261428604317, 28337.558635027435], [0.00882628318679395, 28275.876115024003], [0.00905007881213439, 28214.194420784395], [0.00927387443747483, 28152.511900780955], [0.00949775454587504, 28090.829380777515], [0.00972133896356605, 28029.146860774075], [0.00994885184353653, 27967.464512057515], [0.01017243626122753, 27905.78181696336], [0.01039618964503809, 27844.09929695992], [0.0106200697534383, 27782.41677695648], [0.01084386537877874, 27720.73343118921], [0.01107133601721934, 27659.051082472648], [0.0112950471595, 27597.368562469208], [0.01151888502637033, 27535.686042465768], [0.01174242720253145, 27474.003522462328], [0.01196626506940178, 27412.320628526184], [0.01219006069474222, 27350.638108522744], [0.01228244292060472, 27289.658226275147], [0.01236895357381296, 27228.59291741226], [0.01245660474832813, 27167.466130042718], [0.01393163673044645, 27107.434452544705], [0.01677212616615664, 27047.290999171957], [0.01954093172564887, 26986.96867581235], [0.0224037246891393, 26926.764430859857], [0.02494463719489207, 26866.692999035444], [0.02738902780485343, 26806.679302849217], [0.02977546303581004, 26746.661465715293], [0.03255884192311324, 26686.62331213682], [0.03504716372415689, 26626.62157169862], [0.03726911043773419, 26566.59870333172], [0.0398131065751687, 26506.455312745693], [0.04189781055814367, 26446.192977481147], [0.04427199574543311, 26386.15963135556], [0.04702804436289952, 26325.912599890515], [0.049266718722312, 26265.717899866188], [0.05160753310099084, 26205.527515213304], [0.05440003615874958, 26145.43205879171], [0.05650877557223016, 26085.422877606077], [0.05906704934676642, 26025.415248908008], [0.06184105061443473, 25965.321146808947], [0.06461593895423066, 25905.307177579958], [0.06699185604424547, 25845.304458176524], [0.06938475422927477, 25785.13174576599], [0.07166385373278895, 25725.12137286704], [0.07410161242255807, 25665.104153859724], [0.07661937656993285, 25604.9664960895], [0.07896035991473124, 25544.536463978242], [0.08097650589469989, 25484.402588459398], [0.08374349506840699, 25424.26952600372], [0.08597849441471932, 25363.9823132579], [0.0882168308418927, 25303.97879215122], [0.0909003929940733, 25243.808845973974], [0.09318578648554061, 25183.803889463376], [0.09569151179689765, 25123.71060446487], [0.09812006183315145, 25063.67843176796], [0.10078748772091528, 25003.655059188884], [0.1030289077797704, 24943.62257016737], [0.10529617965491626, 24883.595769607404], [0.10774606166376291, 24823.167510915464], [0.11051288187135046, 24763.167168086624], [0.11301839597505807, 24702.891844227637], [0.11558984910691901, 24642.77310698197], [0.11794426525822142, 24582.53697061967], [0.1207658727300722, 24522.504999062596], [0.12336693717438381, 24462.502137117568], [0.12568118163076383, 24402.494474429557], [0.12821427945348754, 24341.789422248956], [0.13065250280008542, 24281.7712150736], [0.13321812660082197, 24221.76355592727], [0.13575794082679768, 24161.75522726968], [0.13815185280854428, 24101.594800949315], [0.1405649002033296, 24041.58583739846], [0.1429366776234155, 23981.461547953437], [0.1453667905962751, 23921.449402721755], [0.14764534095990076, 23861.411071849125], [0.149938971549696, 23801.40560015344], [0.15238648803286897, 23741.21094691985], [0.15431777077929498, 23681.111027256895], [0.15688778769913977, 23621.107707787345], [0.15885472229679026, 23561.050194637453], [0.16145223845259138, 23501.012212338774], [0.16381147013830089, 23440.871088000076], [0.16624576502261929, 23380.86546782729], [0.1686546727474757, 23320.861977499135], [0.17102742172274898, 23260.58975830984], [0.173382724946179, 23200.397895831942], [0.1758179491441549, 23139.24692939692], [0.1782949924567188, 23079.088709013628], [0.18109201535817543, 23019.081657388633], [0.18361180709898478, 22958.862710585305], [0.1859170963510288, 22898.705702282066], [0.18847955203702385, 22838.602537505485], [0.19072608332099528, 22778.54310882396], [0.1933589133957818, 22718.14166152119], [0.19573250720165283, 22658.13460745788], [0.19833255784924717, 22598.11253199494], [0.20067092221919255, 22538.10079359527], [0.20357942051802055, 22478.09649057311], [0.20599766362098196, 22418.091739955747], [0.20864853082903015, 22357.806386229586], [0.21123975299687814, 22297.53347081655], [0.21349063515842792, 22237.521706076328], [0.21606305984547625, 22177.495013237738], [0.21811147835427844, 22117.348516401325], [0.2204952523688522, 22057.33092701626], [0.22288637640962625, 21997.279244450077], [0.22530892814863612, 21937.237654337867], [0.2277224824417801, 21876.985115647356], [0.22966922558814465, 21816.974622860176], [0.23232127555902968, 21756.7878710791], [0.2345672154615827, 21696.760603219023], [0.2372835147994256, 21636.702144858147], [0.23962069640653416, 21576.512997361267], [0.24212942086651318, 21516.42650706603], [0.24444543946714845, 21456.391035410004], [0.24659160487610876, 21395.63646980018], [0.24892354853351137, 21335.60181359624], [0.2513356243731093, 21275.565047321146], [0.2533701876601086, 21215.554276033603], [0.25546811324193813, 21155.54497698093], [0.25728732920957437, 21095.2380569864], [0.25947041371565577, 21035.23116172598], [0.2611646792378868, 20974.95225335442], [0.2634073665426385, 20914.9354326048], [0.26561752786937737, 20854.872905896886], [0.2673754513771478, 20794.870520879256], [0.2695672798799158, 20734.850559122988], [0.2718288491485269, 20674.830211166613], [0.27388934873487675, 20614.819157719718], [0.2761107463085655, 20554.813828022667], [0.27795813737663627, 20494.631783761466], [0.2801760289033444, 20434.62349552276], [0.28248271212587467, 20374.615580691974], [0.2849342415543869, 20314.552097892567], [0.2874760833737972, 20254.518606643927], [0.28972092499657315, 20194.512123310855], [0.29177230041246743, 20134.491251628937], [0.2940564266580381, 20074.4599738468], [0.2962559431192455, 20014.34725635659], [0.29852456672334776, 19954.148164083734], [0.3008149869568716, 19894.126999799377], [0.3030287810551807, 19834.109810917176], [0.3055434193293439, 19773.68765249584], [0.30782585591371914, 19713.572921103772], [0.3103606433976383, 19653.570837176292], [0.31277618304268695, 19593.57024937133], [0.31524900220226215, 19533.488518982238], [0.31718966256832304, 19473.470177666724], [0.3195903754363814, 19413.468817016834], [0.32219587524133114, 19353.317144261073], [0.3243428854808892, 19293.309664426728], [0.32697018191526056, 19233.109359201055], [0.3290691635353373, 19173.104452684503], [0.33174279892799446, 19113.094999127392], [0.33377018115491297, 19053.06391843922], [0.3360834962976355, 18993.052113012924], [0.3385085825284386, 18933.031836502658], [0.3411733049582897, 18873.024354286066], [0.34338215679760203, 18812.94254252731], [0.34589045884228214, 18752.938453525912], [0.3481034081099936, 18692.936930182255], [0.35029840472750307, 18632.928360422546], [0.3529103252449956, 18572.92173624053], [0.35499895769025, 18512.848192064772], [0.3571067255485432, 18452.496371189598], [0.3597374013053055, 18392.366818540253], [0.3622927604142796, 18332.22260117977], [0.3648177901047949, 18272.206070525986], [0.36717051659490185, 18212.19580103542], [0.36988812542017124, 18152.191651659254], [0.37251288736274935, 18092.15895349713], [0.3750891137874875, 18032.04610907906], [0.3774873766468124, 17971.800999112776], [0.37997688121069295, 17911.777754246465], [0.3822406470388582, 17851.77759915977], [0.3846713936346661, 17791.17744297013], [0.3871060686927535, 17730.367637053456], [0.3900039643675799, 17670.367065762435], [0.3923450744369679, 17610.364186380804], [0.39502567968205643, 17550.349955109356], [0.3976875719294051, 17490.282490891706], [0.40041109456885865, 17430.236197591326], [0.40281877728934834, 17369.296687625007], [0.4055141670698973, 17309.287586289538], [0.4079220609980364, 17249.12382177408], [0.410441388082017, 17188.959657667212], [0.4129481694316212, 17128.95165538409], [0.41556072357206203, 17068.939102396518], [0.418149706938826, 17008.89023274102], [0.4204184995090478, 16948.653896446325], [0.42256158128632637, 16888.64981603124], [0.4250785006031034, 16828.47120153697], [0.4272209487574337, 16768.277770762677], [0.42956379072954715, 16708.27404173069], [0.43195381649054415, 16648.255405269152], [0.43432610080898865, 16588.100866468372], [0.436804453608979, 16528.097646706727], [0.4391598835569987, 16468.057237181205], [0.44156418695509747, 16407.745581228406], [0.44365104525609667, 16347.530042496073], [0.4459094041684364, 16287.345917233895], [0.44781462389092225, 16227.175532089728], [0.4499570720452525, 16167.10511540635], [0.45212304873172976, 16107.001238165043], [0.454110217022196, 16046.905866330018], [0.45660128452268234, 15986.883922559577], [0.45866917637676236, 15926.657803624363], [0.461339643654678, 15866.411235273295], [0.46350950656190487, 15806.402065022066], [0.4660105008219146, 15746.398310991644], [0.46834734449678406, 15686.35272994712], [0.47081112396896346, 15626.197150073585], [0.4729627807768091, 15566.149038647221], [0.4752689571009807, 15506.132535465838], [0.47743873552514776, 15446.118881133894], [0.48002357922198285, 15386.117671730724], [0.4819523274766156, 15326.038712069083], [0.4844393397902328, 15266.01435724319], [0.48667172016169213, 15206.010165163776], [0.48903251478400744, 15145.23665250373], [0.49143652249139697, 15085.214078444867], [0.4940308705324566, 15025.092433718915], [0.4962322033794491, 14965.079444060828], [0.49884623597343597, 14905.064737281462], [0.5013381060629901, 14845.062393233522], [0.5038283287328787, 14785.05886403308], [0.5064428259836944, 14725.04097194717], [0.5088499595642955, 14664.871984994707], [0.5116621049334517, 14604.821424021608], [0.5139809537165894, 14542.904997180964], [0.5166023363367765, 14482.893291791046], [0.5192525699218764, 14422.86293731146], [0.5217536486649459, 14362.712100125302], [0.5243681036742316, 14302.559759272966], [0.5271136763922861, 14242.343262189333], [0.5295173461674365, 14182.338836113073], [0.5321217899341392, 14122.247336816115], [0.5345078449913268, 14061.432757409655], [0.5372134149805784, 14001.42987286703], [0.5399334315730513, 13941.418928997437], [0.5424561802209528, 13881.390282843193], [0.5450680584969154, 13821.36326444148], [0.5474239531017638, 13761.351008036821], [0.5498325651359111, 13701.34271292446], [0.5524118751923309, 13641.139687997274], [0.5548460855935896, 13581.13927240849], [0.557233703587383, 13520.956207628373], [0.5600644352296894, 13460.955019672932], [0.5622825802055769, 13400.952185573755], [0.5651889241863806, 13340.926345779633], [0.5672806402633168, 13280.916673410946], [0.5700231715912194, 13220.913797795132], [0.5720002019145128, 13160.907267022856], [0.5747180219474317, 13100.896206386038], [0.5770233111994757, 13040.887368569936], [0.5795732633926243, 12980.84385692058], [0.5818915207943435, 12920.831824123117], [0.5845813346929474, 12860.82349596842], [0.5865580270840017, 12800.804857741521], [0.5891171034476058, 12740.790529871367], [0.591481699807611, 12680.754978296536], [0.594131510977412, 12620.734077739253], [0.5965656791371408, 12560.724958345672], [0.5991715591158594, 12500.69588824936], [0.6015848177182942, 12440.65312245378], [0.6041164793290017, 12380.604999660274], [0.6065090395817919, 12320.588534084618], [0.6091593998914815, 12260.39686345301], [0.6116969330748433, 12200.34666243666], [0.6142316360757027, 12140.263877999863], [0.6166330248082393, 12080.219205519967], [0.6192432979060662, 12019.945263293219], [0.6217331826437157, 11959.889175995468], [0.6240181537198841, 11899.884729078527], [0.6264634736435031, 11839.878266929489], [0.6288532881968506, 11779.87662666454], [0.6314229671844563, 11719.314028318673], [0.6339975884310588, 11658.958480628175], [0.6369746447328931, 11598.864757474137], [0.6396418171714776, 11538.847730485028], [0.6421554416489235, 11478.789861951616], [0.6448523521245483, 11418.785598950515], [0.6474045853603108, 11358.726400502197], [0.6503010870646508, 11298.725004109649], [0.6528848324817089, 11238.718413436742], [0.6555165642767183, 11178.710562014996], [0.6584275125842798, 11118.704869576923], [0.6614650165153821, 11058.675116852111], [0.6638398775671498, 10998.656034851898], [0.6667297473512976, 10938.55423527061], [0.669485458036525, 10878.518103721995], [0.6721723995110965, 10818.517458486273], [0.6752605510365333, 10758.504921553133], [0.6777498443927643, 10698.486094056701], [0.6806077795803177, 10638.479784629719], [0.6836243739541261, 10578.447669297453], [0.6864744099755907, 10518.44650268128], [0.6893131675085755, 10458.226715026125], [0.6925688489415435, 10398.209537266132], [0.6953355001830114, 10338.050472487437], [0.6982712442686164, 10278.028311564609], [0.7011900917422667, 10217.998900904884], [0.7040410570773888, 10157.996417798742], [0.706691544111668, 10097.981188142934], [0.7100542233398393, 10037.850635524559], [0.7131060049080433, 9977.770919621671], [0.7161573218194187, 9917.745870257579], [0.7192950226594127, 9857.563557214056], [0.7224544778872983, 9797.556566852963], [0.7255378138783279, 9734.899088806415], [0.7287066467258485, 9674.780163208772], [0.7317871947759055, 9614.573301394466], [0.7351831180880977, 9554.555352756193], [0.7379395046378032, 9494.502666556466], [0.7411018322897212, 9434.387639552897], [0.744229859819371, 9374.383340899436], [0.7475119844500481, 9314.3817357333], [0.7502501649003723, 9253.082717345165], [0.7531528338680759, 9193.06908836218], [0.7563566849438726, 9133.030170994403], [0.7591061861242066, 9072.557957394263], [0.7617657550874114, 9012.543877478372], [0.7647730563246448, 8952.543117720448], [0.767424303706462, 8892.328416160162], [0.7705055276209972, 8832.241147206088], [0.7731722354027529, 8771.870518425843], [0.7761858728694693, 8711.800606369776], [0.7793910334326924, 8651.613998845482], [0.7819814530114726, 8591.609080530761], [0.7847002023580489, 8531.584777523585], [0.7878937042590234, 8471.578233179407], [0.7901624968292451, 8411.367373867819], [0.7931171228787096, 8351.093397981716], [0.7954768192212478, 8291.083965124984], [0.798291541323727, 8230.99936738456], [0.8008677677484652, 8170.288622663856], [0.8036193810052935, 8110.287739720615], [0.8066355107222731, 8050.282558193482], [0.809042390853695, 7990.077254916346], [0.8118465103321726, 7930.038947078688], [0.8142216248331196, 7870.03760527193], [0.8168762937788576, 7809.940270575954], [0.819327020618302, 7749.936517150892], [0.8219685102067152, 7689.870850961718], [0.8245733763887168, 7629.769996881133], [0.8273320439810361, 7569.759720223804], [0.8301777291249224, 7509.681524433262], [0.8325883687525041, 7449.664184224993], [0.8350679887983911, 7389.424862775672], [0.8374940043428517, 7329.415349957447], [0.8400711178397174, 7269.403033567823], [0.8426528356633409, 7209.388595471531], [0.8450478881663944, 7149.384489088284], [0.8473889559942526, 7089.377380505012], [0.8496278838028444, 7029.265578546566], [0.8518057726007497, 6969.264180006242], [0.8541354774570683, 6909.256978760089], [0.8564179140414436, 6849.256703788525], [0.8590253569567681, 6789.25323322697], [0.8614306741515841, 6729.111707822864], [0.8636877658180273, 6668.881442640447], [0.8661695401819385, 6608.871593055527], [0.8681337290801463, 6548.794204713603], [0.8706768803869831, 6488.693297645969], [0.8728315785849805, 6428.5353743019705], [0.8750209148374852, 6368.516089704165], [0.8771142360925571, 6308.290587148306], [0.8792318884688438, 6248.287973398005], [0.8816627195477115, 6188.226558606629], [0.8839712191560269, 6127.969795217007], [0.8861891106827351, 6067.6857447553675], [0.8884378385262606, 6007.4724888189785], [0.8904061670943973, 5947.441974137245], [0.8924428846994209, 5887.433513345776], [0.8944839109404928, 5827.430334900823], [0.8965791330644097, 5767.38789194889], [0.8984856200327921, 5707.348097332219], [0.9006321233739915, 5647.3434542767545], [0.9026916936466838, 5587.33456133711], [0.9046450264717107, 5527.332131552522], [0.9065841239011658, 5467.048730438798], [0.9084275442654272, 5407.01076555071], [0.9101252735931089, 5346.594031160233], [0.911868370323889, 5286.549652935869], [0.913620126568296, 5225.847054099192], [0.915434949416824, 5165.784436804178], [0.9174107969772806, 5105.779161364514], [0.9193060476987132, 5045.574433482242], [0.9209475113085855, 4985.485518183975], [0.9225213039875793, 4925.414276287888], [0.9244198917898729, 4865.393787823604], [0.9263041174720049, 4805.375979139285], [0.9281195317019514, 4745.33832605372], [0.9296562785592344, 4685.241954146787], [0.9312331548699098, 4625.23455027862], [0.9330229284912149, 4565.043252067634], [0.9346509170530535, 4504.9316128254695], [0.936243845145086, 4444.7217932913345], [0.9381469105495476, 4384.484438039898], [0.9398910210770449, 4324.3666300841805], [0.9415774719162469, 4264.262912868254], [0.9434722579808507, 4204.251153629205], [0.9449126941499917, 4144.067355341897], [0.9464241805724023, 4083.990428180642], [0.9479851318263104, 4023.979930520306], [0.9493815100797794, 3963.9256175920355], [0.9511451361940846, 3903.6591572815387], [0.9524516667134844, 3843.6411758257136], [0.9540016351696219, 3783.6360195802345], [0.9554525894797048, 3723.6350724476624], [0.9570141321150313, 3663.6103135541025], [0.9585207607615049, 3603.5116867136867], [0.9599768262967041, 3543.486410857041], [0.9615633759177237, 3483.4414483200644], [0.9629875068563283, 3423.3040620391703], [0.9645281821758908, 3363.300050544106], [0.9660400910136003, 3303.1491660077927], [0.9675681783572565, 3243.0243250940666], [0.9689005606929469, 3182.971574340155], [0.97031784850371, 3122.879761687994], [0.971694077547423, 3062.7812580151813], [0.9732154062462973, 3002.571424640545], [0.9745490135863545, 2942.5423440032073], [0.9761160053790364, 2882.499910895477], [0.9774750843616153, 2822.4941936440455], [0.9789317835197628, 2762.3398633929764], [0.9801132791106976, 2702.0874248768278], [0.9815415074777012, 2641.9100012963763], [0.9828626958079717, 2581.6241293758367], [0.9841886151895894, 2521.5956128409352], [0.9856670687356286, 2461.537123414474], [0.9873110668372943, 2401.5219295024262], [0.9886417595117893, 2341.4402649048398], [0.9901949383241982, 2281.4073532112243], [0.9916838677696493, 2221.2640099635037], [0.9927924967215292, 2161.0374434143023], [0.9931654471889001, 2098.9298786060835], [0.9934224446567316, 2038.236475001621], [0.993606702210098, 1977.9877583489367], [0.9937379044019264, 1917.7358270280463], [0.9938881575237339, 1854.3914137047002], [0.9941125022889629, 1792.7080679374164], [0.9943362556727735, 1731.0255479339655], [0.9945604737134127, 1669.3430279305146], [0.9947845227879325, 1607.6613336908965], [0.9950086141039822, 1545.9788136874456], [0.9952328321446214, 1484.2962936839947], [0.9954570924267907, 1422.612772825997], [0.9956811837428403, 1360.930252822546], [0.9959054440250095, 1299.247557728381], [0.9961295353410592, 1237.5646637922262], [0.9963536266571088, 1175.8821437887752], [0.9965777179731584, 1114.1987980214915], [0.9968017248061484, 1052.5162780180406], [0.9970180436806988, 990.8337580145896], [0.9972346582459585, 929.1512380111387], [0.9974511883281584, 867.4695437715206], [0.9976694503130836, 805.7870237680697], [0.997889908857563, 744.1045037646188], [0.9981102406774528, 682.4219837611679], [0.9983340363027932, 620.7396350446004], [0.9985544948472725, 559.0569399504354], [0.9987748689086922, 497.3744199469846], [0.9989950317624624, 435.69189994353366], [0.9992155747900016, 374.0085541762499], [0.9994357376437717, 312.326034172799], [0.9996594065445225, 250.64331152352753], [0.9998000708390457, 187.10066960006662], [0.9998587443240584, 125.68757406214063], [0.9999088005369743, 65.5798687953873], [0.9999687412678837, 0.47506084599153836], [0.9999707266197885, 0.17669206999999004], [1, 0]], 'analysisPrintTime': 30288.042030251105, 'analysisFirstFilamentPrintTime': 1.7115891383473354, 'analysisLastFilamentPrintTime': 30288.042030251105, 'compensatedPrintTime': 30743.856476441364}, 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/litho.png?20230116175047', 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '832'}, 'history': [{'timestamp': 1673894170.8660603, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1673925251.158513, 'printTime': 30592.151615406, 'success': True, 'printerProfile': '_default'}, {'timestamp': 1674060904.4044807, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674061543.5230074, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674064637.1726992, 'success': False, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 30592.151615406}, 'lastPrintTime': {'_default': 30592.151615406}}, 'name': 'litho.gcode', 'display': 'litho.gcode', 'path': 'litho.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 23673385, 'date': 1673891447}, 'Useful Prints': {'name': 'Useful Prints', 'display': 'Useful Prints', 'path': 'Useful Prints', 'type': 'folder', 'typePath': ['folder'], 'children': {'bedlevel.gcode': {'hash': '641528733372d4e4cb76fa0188585bed7ddd3fa5', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/bedlevel.png?20230109155528', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 1485.3543160583797, 'printingArea': {'maxX': 196.39999389648438, 'maxY': 196.39999389648438, 'maxZ': 1.7999999523162842, 'minX': 23.600000381469727, 'minY': 23.600000381469727, 'minZ': 0}, 'dimensions': {'width': 172.79999351501465, 'depth': 172.79999351501465, 'height': 1.7999999523162842}, 'filament': {'tool0': {'length': 1022.4028932750225, 'volume': 2.4591671485557227}}, 'firstFilament': 0.42060251657703757, 'lastFilament': 0.9881063018848222, 'progress': [[0, 1485.3543160583797], [0.42060251657703757, 1285.5391421873774], [0.46873074714144, 1219.056003654968], [0.5199289928470736, 1152.4768934376443], [0.5466610974782018, 1090.6113136516196], [0.5632015872187125, 1028.8544718961134], [0.5844619641831567, 968.5861378904117], [0.6084268782958283, 908.2983719800695], [0.6244556988461337, 848.2099271470115], [0.6565237821751162, 786.6824010846706], [0.6771367409805252, 726.2696145833123], [0.7084947527802433, 665.583138916687], [0.7290450582154232, 605.1563993616556], [0.7602777632746828, 544.4693348698528], [0.7808698376233488, 484.04144399660083], [0.812133869367723, 423.36720770607644], [0.832705059259646, 362.94129641412314], [0.8639273220905341, 302.2677803515768], [0.8845716075810578, 241.84113891841866], [0.9158460815538035, 181.1543568674051], [0.9364590403592127, 120.72695626494169], [0.9676813031901008, 60.051482722157516], [0.9881063018848222, 0.38739227199403103], [1, 0]], 'analysisPrintTime': 1286.3358916641566, 'analysisFirstFilamentPrintTime': 1.1841417487732997, 'analysisLastFilamentPrintTime': 1286.3358916641566, 'compensatedPrintTime': 1485.3543160583797}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '8'}, 'history': [{'timestamp': 1673280713.9550083, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1673281357.1279793, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674088398.9882941, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674089247.4995196, 'success': False, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {}, 'lastPrintTime': {}}, 'name': 'bedlevel.gcode', 'display': 'bedlevel.gcode', 'path': 'Useful Prints/bedlevel.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 95765, 'date': 1673279728}, '100mm Calibration.gcode': {'hash': '10da3784faba3cd74a5ee6a891bb77055fffbb76', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/100mm%20Calibration.png?20230111172845', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 10261.9999817339, 'printingArea': {'maxX': 169.31500244140625, 'maxY': 152.69700622558594, 'maxZ': 100.0, 'minX': 47.31800079345703, 'minY': 30.698999404907227, 'minZ': 0}, 'dimensions': {'width': 121.99700164794922, 'depth': 121.99800682067871, 'height': 100.0}, 'filament': {'tool0': {'length': 5395.642578136176, 'volume': 12.978041299352753}}, 'firstFilament': 0.0047886995263688, 'lastFilament': 0.9999613046408238, 'progress': [[0, 10261.9999817339], [0.0047886995263688, 9876.483207373698], [0.01362314768292189, 9815.753154404367], [0.01667769980497539, 9753.307140852969], [0.02070856560470726, 9693.139661057614], [0.02466680319183135, 9633.072143696416], [0.02854169692842192, 9572.881232961616], [0.03180460867680922, 9512.508929561187], [0.0358676213903183, 9452.147446505707], [0.04036045024729311, 9392.128244658166], [0.04464075228540745, 9332.066391393788], [0.0484311115450283, 9271.738424646712], [0.05317159070073128, 9211.38810201845], [0.05794481208342957, 9151.170437310659], [0.06221499379683627, 9088.324366509058], [0.06638456757638464, 9028.319890738496], [0.07130721257682517, 8967.94123788612], [0.07603816672103861, 8907.850742414814], [0.08109356656911468, 8847.522878428439], [0.08593465365867597, 8787.288571625537], [0.0906150061793512, 8727.28181426661], [0.09536977285228851, 8667.05826888407], [0.10016502082405637, 8606.885332875994], [0.10529959733013929, 8546.638880544431], [0.11371911217367905, 8486.638674070398], [0.11955258639780734, 8426.636710011551], [0.1282513031406344, 8366.619790143617], [0.13407287110040075, 8306.319244999282], [0.14269598306452957, 8246.134121980765], [0.14837408053873466, 8186.116658317873], [0.156852531390866, 8126.063061068344], [0.16435228731244658, 8065.502967631433], [0.17157165070830366, 8005.314769409733], [0.17846656840029812, 7944.852450830901], [0.18501620442579658, 7884.8218671258655], [0.19135867145139743, 7824.808139761423], [0.19822918130144995, 7764.716067512964], [0.20501456136131463, 7704.631468982049], [0.21174457729189636, 7644.489851910121], [0.21881034987748454, 7584.230166982799], [0.22592315220730236, 7524.2066090703665], [0.2322989567731166, 7464.033088985391], [0.23928079019495319, 7404.006735619159], [0.24629834240987553, 7343.818783433899], [0.25339269002993237, 7283.691633204888], [0.26061681593153424, 7223.432839161026], [0.26793083412906865, 7163.332261126718], [0.27498470045029494, 7103.325279626461], [0.28132657216267765, 7043.197247138976], [0.28880965931415153, 6983.187410703737], [0.296024855517482, 6923.126948322193], [0.3033007736690582, 6862.962670762011], [0.3106064574815393, 6802.810781941345], [0.31754721429132726, 6742.578373823917], [0.32410578001509716, 6682.529124541701], [0.331539456169469, 6622.504943853353], [0.33890645724341406, 6562.137590127129], [0.34589662505030394, 6501.8746209726105], [0.35324219484839753, 6441.867764059438], [0.3605282333246814, 6381.853423834274], [0.3673052789994928, 6321.790245436665], [0.3732304314592079, 6261.597896747985], [0.3820178498715314, 6201.347297187508], [0.3881960104489376, 6141.340416387533], [0.3968340052435188, 6081.155477438679], [0.4029103672606305, 6021.049584441842], [0.41140846344895904, 5961.02687132252], [0.4173764784603771, 5900.954240208575], [0.42604662016873557, 5840.939630438722], [0.43108892312601355, 5780.813833566251], [0.4361413464079991, 5720.706306516895], [0.4411425727532284, 5660.508946493953], [0.44615927724212817, 5600.5020851218], [0.45052054187790364, 5537.538172058611], [0.45549319318866427, 5477.387059721721], [0.46087541999347537, 5417.347342567955], [0.4652890721924433, 5357.342147771738], [0.46987179334535073, 5297.263188053331], [0.47486587593196283, 5236.976772808071], [0.4798885335530436, 5176.976691701607], [0.4840729901630444, 5116.592662328706], [0.48886109437619507, 5056.207742131552], [0.4942206992787185, 4996.176739863539], [0.4985897029863292, 4936.17454358944], [0.5032260023288653, 4876.12098140863], [0.5082385396252385, 4815.81326144222], [0.514406579877937, 4755.7791487840295], [0.5255883480534448, 4695.77455722849], [0.5325112454666898, 4635.257880834995], [0.5378768035013942, 4574.933815259156], [0.5433751163837341, 4514.651141743949], [0.5486775712173203, 4454.630623124051], [0.5539020400193357, 4393.937925431217], [0.5595533483987265, 4333.8330127984955], [0.5649433142753728, 4273.7328098978605], [0.5744653491988275, 4213.675052851719], [0.5808298428134979, 4153.604075510537], [0.5873288772154581, 4093.5873059431788], [0.5937963600168593, 4032.9638216579924], [0.5997328234277183, 3972.653644783589], [0.6072534153119322, 3912.5698514950263], [0.6153794407389503, 3852.057078934753], [0.6209610974718238, 3792.0514249952175], [0.6264683400524352, 3731.89575892261], [0.6318618778083901, 3671.705276107633], [0.6374697283228598, 3611.5085440916882], [0.642988877167833, 3550.8939309551297], [0.6484639728346673, 3490.0513971916453], [0.6539188278520861, 3429.558026899168], [0.6591284138236492, 3369.469524451768], [0.6644397983555068, 3309.301503512176], [0.6697553500798911, 3249.2284307780747], [0.6775313313346685, 3188.986354310254], [0.6851185982993092, 3128.14730200747], [0.6910913758164721, 3067.974963893421], [0.6973945521696786, 3007.767944392045], [0.7038197677325948, 2947.707220276464], [0.7099443501203724, 2887.616093547341], [0.7195866383138825, 2827.507498415126], [0.7252290169950018, 2766.9654980927126], [0.7306505344722072, 2706.282087137469], [0.7358011844351787, 2646.046249244997], [0.7411500736997764, 2585.804354761982], [0.7467442320102299, 2525.1520452806535], [0.7522145651713192, 2465.097221753327], [0.757428318335409, 2405.033499774124], [0.7627658966488629, 2344.471096282552], [0.768320764286922, 2284.4101335328887], [0.7735517815343365, 2223.74815990357], [0.7789387708448924, 2163.3162507174447], [0.78851616989763, 2103.2835570684574], [0.7948312525151984, 2042.9004288829528], [0.8011219272908248, 1982.7080517400364], [0.8074715380750428, 1922.664903796489], [0.8138074566552446, 1862.1653857314795], [0.8212244640395098, 1802.120662690657], [0.8295862335008941, 1741.8818428143431], [0.8349369087051461, 1681.4488365087236], [0.8402203135157532, 1621.3313209942553], [0.8459115078807564, 1560.8751721337794], [0.8511175219730108, 1500.5391085804786], [0.856518203487583, 1439.9332976108617], [0.8619379350251342, 1379.9308476510232], [0.8671499022495696, 1319.2185006561558], [0.8724648586607358, 1259.1701537111967], [0.8779661481091662, 1198.8835648663335], [0.883420407813367, 1138.5130239966147], [0.891089232688887, 1078.4574429647491], [0.8989229593258197, 1018.382938398141], [0.9051648184175622, 958.3735253573232], [0.9113906040524161, 898.0595800874999], [0.917499112983305, 837.5773483881094], [0.9237677611698619, 777.0440120765415], [0.9332159772542725, 716.966494236487], [0.9388262090216146, 656.275912481422], [0.9439732871052776, 596.1261983792465], [0.9492810997578266, 535.3602147490583], [0.9547448844735169, 474.6614901757621], [0.9599580423243885, 414.37113752723235], [0.9653890848130836, 354.08728370436984], [0.9706766568162173, 293.60979655808296], [0.9761219868221466, 232.80739722207363], [0.9813851509833383, 172.53330600889058], [0.9867060605266855, 111.86492005032414], [0.9921740124349026, 51.01285764282329], [0.9999613046408238, 0.18667970380192855], [1, 0]], 'analysisPrintTime': 9878.469902266635, 'analysisFirstFilamentPrintTime': 2.1733745967394498, 'analysisLastFilamentPrintTime': 9878.469902266635, 'compensatedPrintTime': 10261.9999817339}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '499'}, 'history': [{'timestamp': 1673470516.2482352, 'printTime': 10077.033678275002, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 10077.033678275002}, 'lastPrintTime': {'_default': 10077.033678275002}}, 'name': '100mm Calibration.gcode', 'display': '100mm Calibration.gcode', 'path': 'Useful Prints/100mm Calibration.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 1679918, 'date': 1673458126}, 'Calibration_cube.gcode': {'hash': '6c4f57b992b95ac82de3201391f58b3c2fbe6434', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 2338.8140558707123, 'printingArea': {'maxX': 136.0, 'maxY': 136.0, 'maxZ': 20.0, 'minX': 94.0, 'minY': 94.0, 'minZ': 0}, 'dimensions': {'width': 42.0, 'depth': 42.0, 'height': 20.0}, 'filament': {'tool0': {'length': 1590.1744385063648, 'volume': 3.8248177556711815}}, 'firstFilament': 0.02431740793017226, 'lastFilament': 0.9984126252832354, 'progress': [[0, 2338.8140558707123], [0.02431740793017226, 1983.1452488485115], [0.04549776134093374, 1922.3214435527834], [0.05686487210953305, 1862.2385639631718], [0.07030310899275001, 1802.225842172739], [0.08578105956215264, 1741.7767331367477], [0.10388718331036736, 1681.4557828527704], [0.12126453871895929, 1621.4522372230213], [0.1507398673976688, 1561.2319585786865], [0.18661704899082338, 1500.9729713057732], [0.22002521370922143, 1440.2759250417344], [0.2527548699734879, 1379.8184121227341], [0.2843494904904108, 1319.4072358693325], [0.3174937908099799, 1259.2653623169915], [0.3483261363969526, 1198.994298567768], [0.3764926138909947, 1138.6413856000163], [0.4038654040266545, 1078.030412430699], [0.4317324163696447, 1018.0136925598723], [0.45983816316871823, 957.8996352322957], [0.49192281756918066, 897.4495099301722], [0.5269665227279391, 837.4485392465764], [0.5631536402816228, 777.0443897411818], [0.6007857295431795, 717.0091502580154], [0.6369037397543129, 656.9524573221241], [0.6736164919437592, 596.8940134721403], [0.7090015454914789, 536.1266374513172], [0.7464200302396977, 475.83016135296555], [0.7734472836626054, 415.7162627372271], [0.8095108456644566, 355.3372146714552], [0.845798482989123, 295.3175199877252], [0.8770810733836212, 235.31134401318118], [0.9081102701887678, 175.26181244539808], [0.938806495252535, 115.1911675469029], [0.9688556242906027, 54.94178807303651], [0.9984126252832354, 0.3504311170021538], [1, 0]], 'analysisPrintTime': 1984.9696495943972, 'analysisFirstFilamentPrintTime': 2.1748318628879133, 'analysisLastFilamentPrintTime': 1984.9696495943972, 'compensatedPrintTime': 2338.8140558707123}, 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/Calibration_cube.png?20230111152647', 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '99'}, 'history': [{'timestamp': 1673456206.1873295, 'printTime': 2281.187219194, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 2281.187219194}, 'lastPrintTime': {'_default': 2281.187219194}}, 'name': 'Calibration_cube.gcode', 'display': 'Calibration_cube.gcode', 'path': 'Useful Prints/Calibration_cube.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 477518, 'date': 1673450807}}, 'size': 2253201}, 'CE3PRO_V-Ring_2.gcode': {'hash': 'd289247676b5d2648b755036e2128e3fd70c8c86', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/CE3PRO_V-Ring_2.png?20230118224728', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 4564.264933203645, 'printingArea': {'maxX': 145.06700134277344, 'maxY': 149.0399932861328, 'maxZ': 13.5600004196167, 'minX': 81.91899871826172, 'minY': 81.52799987792969, 'minZ': 0}, 'dimensions': {'width': 63.14800262451172, 'depth': 67.51199340820312, 'height': 13.5600004196167}, 'filament': {'tool0': {'length': 1337.525146484375, 'volume': 3.217124992736864}}, 'firstFilament': 0.01761394696310152, 'lastFilament': 0.9998804963647685, 'progress': [[0, 4564.264933203645], [0.01761394696310152, 4401.444820504842], [0.03186599000613814, 4340.272593966286], [0.04730763741806964, 4279.832274544472], [0.06164165402907494, 4219.55045908228], [0.0741495365777418, 4159.434181711934], [0.09001734777977555, 4099.427293171918], [0.10193314413570477, 4039.3869336954626], [0.12017127537538709, 3979.383520819866], [0.1301547670839582, 3919.2255395576003], [0.1459618388350272, 3859.2100615740524], [0.1586415695864236, 3799.000223648224], [0.17722784158163554, 3738.935595974119], [0.18890759356714895, 3678.6740349183806], [0.20699412308775667, 3618.6693570982284], [0.22311871896053564, 3558.501872076074], [0.23713175473310938, 3498.4979778123284], [0.25498372133332475, 3438.4673708785035], [0.27358085729537596, 3378.257266855585], [0.2884146163809855, 3317.996320398168], [0.3056991876221888, 3257.995346616613], [0.3239704045790633, 3197.9682419952], [0.3367390223318715, 3137.802398147233], [0.3524177017475678, 3077.7451530596004], [0.37048102188447357, 3017.7034447235424], [0.3876905329911513, 2957.693143789146], [0.4043084517217659, 2897.680479856081], [0.42249571984397366, 2837.67767378024], [0.4382899523615054, 2777.595678539279], [0.4555710668859871, 2717.578570948496], [0.47123443798477366, 2657.5507114081483], [0.4871417545207682, 2597.5451295165435], [0.5037976971353201, 2537.501143653571], [0.5202037685125699, 2477.4675817494585], [0.534798026511042, 2417.4541661127146], [0.5505275690442129, 2357.324425325118], [0.5675691824815572, 2297.3225596649486], [0.5850651072594508, 2237.2950138226233], [0.6009581031118846, 2177.253278995057], [0.614786945264866, 2117.1362028694834], [0.6312053620589785, 2057.1285803668397], [0.6469946564097652, 1997.1155315737492], [0.6636659073412269, 1937.1154532736332], [0.6773663571588356, 1877.1067910639936], [0.6930983687753791, 1817.0769110770066], [0.7096940657556408, 1756.9813754867882], [0.7245890581088895, 1696.951084542808], [0.7376929773836901, 1636.8659749585486], [0.75176033299046, 1576.8590924503292], [0.7686370116585178, 1516.7887188445125], [0.7851428340040186, 1456.6487486317892], [0.8005652225656443, 1396.6467217898899], [0.8169485783758665, 1336.6413038443548], [0.8362706372160986, 1276.5591004601156], [0.8528070761954191, 1216.4564405760334], [0.8707143502631796, 1156.2603036132314], [0.8828834745731325, 1096.1906929461948], [0.8925370967431309, 1036.1611788786263], [0.900983337143952, 976.1508697969065], [0.9089955126878787, 916.1091872824385], [0.9167583108111779, 855.8819699822956], [0.9244376539164847, 795.6754998241867], [0.9321431693055406, 735.6557600655154], [0.9396773303085416, 675.5986986762845], [0.9488830607547593, 615.4062474461765], [0.9570117770338704, 555.2657953447223], [0.9639459507773415, 494.9916154762285], [0.9680362342923089, 434.9493140335761], [0.9720371369891898, 374.79324903328995], [0.9767224695969419, 313.78518879112096], [0.9810117612317368, 253.51356208490543], [0.9847924216917863, 193.35926332100954], [0.9884259247828318, 133.3110595342845], [0.9925744786653913, 73.13387932636252], [0.9983807751242814, 13.114759226802017], [0.9998804963647685, 0.9467125442010002], [1, 0]], 'analysisPrintTime': 4402.9079843678, 'analysisFirstFilamentPrintTime': 2.1115481714787165, 'analysisLastFilamentPrintTime': 4402.60965613212, 'compensatedPrintTime': 4564.264933203645}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '112'}, 'history': [{'timestamp': 1674087085.4836154, 'printTime': 4539.239679934002, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 4539.239679934002}, 'lastPrintTime': {'_default': 4539.239679934002}}, 'name': 'CE3PRO_V-Ring_2.gcode', 'display': 'CE3PRO_V-Ring_2.gcode', 'path': 'CE3PRO_V-Ring_2.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 2025043, 'date': 1674082048}}} 2023-01-19 17:03:01,533 - octoprint.server.preemptive_cache - INFO - ... done in 0.35s 2023-01-19 17:03:01,545 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.68.76 2023-01-19 17:03:01,558 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.175, compression:0.081] [1678527->438487 26.123%] /static/webassets/packed_libs.js?7111420c 2023-01-19 17:03:01,574 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.014, compression:0.002] [63362->10804 17.051%] /static/webassets/packed_client.js?d473dbdc 2023-01-19 17:03:01,603 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 via autologin 2023-01-19 17:03:01,603 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:03:01,906 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.016, compression:0.316] [9255759->1938999 20.949%] /static/webassets/packed_plugins.js?8be28150 2023-01-19 17:03:01,929 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.005, compression:0.019] [467714->103813 22.196%] /static/webassets/packed_core.js?10bb4316 2023-01-19 17:03:01,939 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.003, compression:0.007] [224449->40084 17.859%] /static/webassets/packed_libs.css?e7ff56b9 2023-01-19 17:03:01,949 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.004, compression:0.005] [159386->31393 19.696%] /static/webassets/packed_plugins.css?d2981099 2023-01-19 17:03:01,954 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.003, compression:0.002] [109638->13361 12.186%] /static/webassets/packed_core.css?7abba8bf 2023-01-19 17:03:01,962 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.005, compression:0.003] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2 2023-01-19 17:03:01,969 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.005, compression:0.003] [78460->78491 100.040%] /static/vendor/font-awesome-5.15.1/webfonts/fa-brands-400.woff2 2023-01-19 17:03:01,974 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.005, compression:0.000] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2 2023-01-19 17:03:01,982 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.004, compression:0.004] [13548->13559 100.081%] /static/vendor/font-awesome-5.15.1/webfonts/fa-regular-400.woff2 2023-01-19 17:03:01,999 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.014, compression:0.002] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2 2023-01-19 17:03:02,006 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.005, compression:0.002] [80300->80263 99.954%] /static/vendor/font-awesome-5.15.1/webfonts/fa-solid-900.woff2 2023-01-19 17:03:02,011 - octoprint.plugins.octoeverywhere - INFO - Slipstream Cached [request:0.004, compression:0.001] [43572->43565 99.984%] /static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.woff 2023-01-19 17:03:02,011 - octoprint.plugins.octoeverywhere - INFO - Slipstream took 6.2789247035980225 to fully update the cache 2023-01-19 17:03:02,554 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.68.76 2023-01-19 17:03:02,610 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 2023-01-19 17:03:02,610 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:03:03,883 - octoprint.server.util.sockjs - INFO - User Dylan logged in on the socket from client 192.168.68.76 2023-01-19 17:03:03,933 - octoprint.plugins.prusaslicerthumbnails - INFO - {'local': {'litho.gcode': {'hash': 'f69a580a28dac431caf29e107ef9c768059a287a', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 30743.856476441364, 'printingArea': {'maxX': 131.10000610351562, 'maxY': 179.5989990234375, 'maxZ': 100.67400360107422, 'minX': 98.9010009765625, 'minY': 50.4010009765625, 'minZ': 0}, 'dimensions': {'width': 32.199005126953125, 'depth': 129.197998046875, 'height': 100.67400360107422}, 'filament': {'tool0': {'length': 8759.324035658501, 'volume': 21.068643343766016}}, 'firstFilament': 0.00442053386112717, 'lastFilament': 0.9999707266197885, 'progress': [[0, 30743.856476441364], [0.00442053386112717, 30286.507133182757], [0.00457915080585223, 30226.433034935555], [0.00464496310941591, 30165.311688577425], [0.00480995852515388, 30105.2524117071], [0.00487944584181772, 30044.9818547922], [0.00494513142079175, 29983.726582378487], [0.0050318955231793, 29923.530224436505], [0.00521868756833887, 29863.319457959864], [0.00530731029804145, 29802.651611886035], [0.00539166663322546, 29742.587924548698], [0.00547509365475195, 29682.524755099865], [0.00555809826097958, 29622.460855134646], [0.00564511581254645, 29561.44194775317], [0.00583951133308566, 29500.820003196724], [0.005946509128289, 29439.060490607902], [0.00603386461209498, 29379.032318162535], [0.00612122009590095, 29318.97470075417], [0.00620718160922065, 29258.913361980944], [0.00629246725806217, 29198.890102849215], [0.00639165037023645, 29138.26306687334], [0.00650785681895513, 29077.94598655016], [0.00656082769743321, 29017.095998056113], [0.0066192477332667, 28955.811052249985], [0.00667496431118744, 28894.563127472622], [0.0068185010297429, 28831.02065683605], [0.00703836819280386, 28769.33813683262], [0.00725836208045449, 28707.65461597464], [0.00747822924351545, 28645.972095971207], [0.00769822313116608, 28584.28940087706], [0.00792277910404448, 28522.607052160507], [0.00815362906487602, 28460.924874730837], [0.00837860745305329, 28399.241155030868], [0.00860261428604317, 28337.558635027435], [0.00882628318679395, 28275.876115024003], [0.00905007881213439, 28214.194420784395], [0.00927387443747483, 28152.511900780955], [0.00949775454587504, 28090.829380777515], [0.00972133896356605, 28029.146860774075], [0.00994885184353653, 27967.464512057515], [0.01017243626122753, 27905.78181696336], [0.01039618964503809, 27844.09929695992], [0.0106200697534383, 27782.41677695648], [0.01084386537877874, 27720.73343118921], [0.01107133601721934, 27659.051082472648], [0.0112950471595, 27597.368562469208], [0.01151888502637033, 27535.686042465768], [0.01174242720253145, 27474.003522462328], [0.01196626506940178, 27412.320628526184], [0.01219006069474222, 27350.638108522744], [0.01228244292060472, 27289.658226275147], [0.01236895357381296, 27228.59291741226], [0.01245660474832813, 27167.466130042718], [0.01393163673044645, 27107.434452544705], [0.01677212616615664, 27047.290999171957], [0.01954093172564887, 26986.96867581235], [0.0224037246891393, 26926.764430859857], [0.02494463719489207, 26866.692999035444], [0.02738902780485343, 26806.679302849217], [0.02977546303581004, 26746.661465715293], [0.03255884192311324, 26686.62331213682], [0.03504716372415689, 26626.62157169862], [0.03726911043773419, 26566.59870333172], [0.0398131065751687, 26506.455312745693], [0.04189781055814367, 26446.192977481147], [0.04427199574543311, 26386.15963135556], [0.04702804436289952, 26325.912599890515], [0.049266718722312, 26265.717899866188], [0.05160753310099084, 26205.527515213304], [0.05440003615874958, 26145.43205879171], [0.05650877557223016, 26085.422877606077], [0.05906704934676642, 26025.415248908008], [0.06184105061443473, 25965.321146808947], [0.06461593895423066, 25905.307177579958], [0.06699185604424547, 25845.304458176524], [0.06938475422927477, 25785.13174576599], [0.07166385373278895, 25725.12137286704], [0.07410161242255807, 25665.104153859724], [0.07661937656993285, 25604.9664960895], [0.07896035991473124, 25544.536463978242], [0.08097650589469989, 25484.402588459398], [0.08374349506840699, 25424.26952600372], [0.08597849441471932, 25363.9823132579], [0.0882168308418927, 25303.97879215122], [0.0909003929940733, 25243.808845973974], [0.09318578648554061, 25183.803889463376], [0.09569151179689765, 25123.71060446487], [0.09812006183315145, 25063.67843176796], [0.10078748772091528, 25003.655059188884], [0.1030289077797704, 24943.62257016737], [0.10529617965491626, 24883.595769607404], [0.10774606166376291, 24823.167510915464], [0.11051288187135046, 24763.167168086624], [0.11301839597505807, 24702.891844227637], [0.11558984910691901, 24642.77310698197], [0.11794426525822142, 24582.53697061967], [0.1207658727300722, 24522.504999062596], [0.12336693717438381, 24462.502137117568], [0.12568118163076383, 24402.494474429557], [0.12821427945348754, 24341.789422248956], [0.13065250280008542, 24281.7712150736], [0.13321812660082197, 24221.76355592727], [0.13575794082679768, 24161.75522726968], [0.13815185280854428, 24101.594800949315], [0.1405649002033296, 24041.58583739846], [0.1429366776234155, 23981.461547953437], [0.1453667905962751, 23921.449402721755], [0.14764534095990076, 23861.411071849125], [0.149938971549696, 23801.40560015344], [0.15238648803286897, 23741.21094691985], [0.15431777077929498, 23681.111027256895], [0.15688778769913977, 23621.107707787345], [0.15885472229679026, 23561.050194637453], [0.16145223845259138, 23501.012212338774], [0.16381147013830089, 23440.871088000076], [0.16624576502261929, 23380.86546782729], [0.1686546727474757, 23320.861977499135], [0.17102742172274898, 23260.58975830984], [0.173382724946179, 23200.397895831942], [0.1758179491441549, 23139.24692939692], [0.1782949924567188, 23079.088709013628], [0.18109201535817543, 23019.081657388633], [0.18361180709898478, 22958.862710585305], [0.1859170963510288, 22898.705702282066], [0.18847955203702385, 22838.602537505485], [0.19072608332099528, 22778.54310882396], [0.1933589133957818, 22718.14166152119], [0.19573250720165283, 22658.13460745788], [0.19833255784924717, 22598.11253199494], [0.20067092221919255, 22538.10079359527], [0.20357942051802055, 22478.09649057311], [0.20599766362098196, 22418.091739955747], [0.20864853082903015, 22357.806386229586], [0.21123975299687814, 22297.53347081655], [0.21349063515842792, 22237.521706076328], [0.21606305984547625, 22177.495013237738], [0.21811147835427844, 22117.348516401325], [0.2204952523688522, 22057.33092701626], [0.22288637640962625, 21997.279244450077], [0.22530892814863612, 21937.237654337867], [0.2277224824417801, 21876.985115647356], [0.22966922558814465, 21816.974622860176], [0.23232127555902968, 21756.7878710791], [0.2345672154615827, 21696.760603219023], [0.2372835147994256, 21636.702144858147], [0.23962069640653416, 21576.512997361267], [0.24212942086651318, 21516.42650706603], [0.24444543946714845, 21456.391035410004], [0.24659160487610876, 21395.63646980018], [0.24892354853351137, 21335.60181359624], [0.2513356243731093, 21275.565047321146], [0.2533701876601086, 21215.554276033603], [0.25546811324193813, 21155.54497698093], [0.25728732920957437, 21095.2380569864], [0.25947041371565577, 21035.23116172598], [0.2611646792378868, 20974.95225335442], [0.2634073665426385, 20914.9354326048], [0.26561752786937737, 20854.872905896886], [0.2673754513771478, 20794.870520879256], [0.2695672798799158, 20734.850559122988], [0.2718288491485269, 20674.830211166613], [0.27388934873487675, 20614.819157719718], [0.2761107463085655, 20554.813828022667], [0.27795813737663627, 20494.631783761466], [0.2801760289033444, 20434.62349552276], [0.28248271212587467, 20374.615580691974], [0.2849342415543869, 20314.552097892567], [0.2874760833737972, 20254.518606643927], [0.28972092499657315, 20194.512123310855], [0.29177230041246743, 20134.491251628937], [0.2940564266580381, 20074.4599738468], [0.2962559431192455, 20014.34725635659], [0.29852456672334776, 19954.148164083734], [0.3008149869568716, 19894.126999799377], [0.3030287810551807, 19834.109810917176], [0.3055434193293439, 19773.68765249584], [0.30782585591371914, 19713.572921103772], [0.3103606433976383, 19653.570837176292], [0.31277618304268695, 19593.57024937133], [0.31524900220226215, 19533.488518982238], [0.31718966256832304, 19473.470177666724], [0.3195903754363814, 19413.468817016834], [0.32219587524133114, 19353.317144261073], [0.3243428854808892, 19293.309664426728], [0.32697018191526056, 19233.109359201055], [0.3290691635353373, 19173.104452684503], [0.33174279892799446, 19113.094999127392], [0.33377018115491297, 19053.06391843922], [0.3360834962976355, 18993.052113012924], [0.3385085825284386, 18933.031836502658], [0.3411733049582897, 18873.024354286066], [0.34338215679760203, 18812.94254252731], [0.34589045884228214, 18752.938453525912], [0.3481034081099936, 18692.936930182255], [0.35029840472750307, 18632.928360422546], [0.3529103252449956, 18572.92173624053], [0.35499895769025, 18512.848192064772], [0.3571067255485432, 18452.496371189598], [0.3597374013053055, 18392.366818540253], [0.3622927604142796, 18332.22260117977], [0.3648177901047949, 18272.206070525986], [0.36717051659490185, 18212.19580103542], [0.36988812542017124, 18152.191651659254], [0.37251288736274935, 18092.15895349713], [0.3750891137874875, 18032.04610907906], [0.3774873766468124, 17971.800999112776], [0.37997688121069295, 17911.777754246465], [0.3822406470388582, 17851.77759915977], [0.3846713936346661, 17791.17744297013], [0.3871060686927535, 17730.367637053456], [0.3900039643675799, 17670.367065762435], [0.3923450744369679, 17610.364186380804], [0.39502567968205643, 17550.349955109356], [0.3976875719294051, 17490.282490891706], [0.40041109456885865, 17430.236197591326], [0.40281877728934834, 17369.296687625007], [0.4055141670698973, 17309.287586289538], [0.4079220609980364, 17249.12382177408], [0.410441388082017, 17188.959657667212], [0.4129481694316212, 17128.95165538409], [0.41556072357206203, 17068.939102396518], [0.418149706938826, 17008.89023274102], [0.4204184995090478, 16948.653896446325], [0.42256158128632637, 16888.64981603124], [0.4250785006031034, 16828.47120153697], [0.4272209487574337, 16768.277770762677], [0.42956379072954715, 16708.27404173069], [0.43195381649054415, 16648.255405269152], [0.43432610080898865, 16588.100866468372], [0.436804453608979, 16528.097646706727], [0.4391598835569987, 16468.057237181205], [0.44156418695509747, 16407.745581228406], [0.44365104525609667, 16347.530042496073], [0.4459094041684364, 16287.345917233895], [0.44781462389092225, 16227.175532089728], [0.4499570720452525, 16167.10511540635], [0.45212304873172976, 16107.001238165043], [0.454110217022196, 16046.905866330018], [0.45660128452268234, 15986.883922559577], [0.45866917637676236, 15926.657803624363], [0.461339643654678, 15866.411235273295], [0.46350950656190487, 15806.402065022066], [0.4660105008219146, 15746.398310991644], [0.46834734449678406, 15686.35272994712], [0.47081112396896346, 15626.197150073585], [0.4729627807768091, 15566.149038647221], [0.4752689571009807, 15506.132535465838], [0.47743873552514776, 15446.118881133894], [0.48002357922198285, 15386.117671730724], [0.4819523274766156, 15326.038712069083], [0.4844393397902328, 15266.01435724319], [0.48667172016169213, 15206.010165163776], [0.48903251478400744, 15145.23665250373], [0.49143652249139697, 15085.214078444867], [0.4940308705324566, 15025.092433718915], [0.4962322033794491, 14965.079444060828], [0.49884623597343597, 14905.064737281462], [0.5013381060629901, 14845.062393233522], [0.5038283287328787, 14785.05886403308], [0.5064428259836944, 14725.04097194717], [0.5088499595642955, 14664.871984994707], [0.5116621049334517, 14604.821424021608], [0.5139809537165894, 14542.904997180964], [0.5166023363367765, 14482.893291791046], [0.5192525699218764, 14422.86293731146], [0.5217536486649459, 14362.712100125302], [0.5243681036742316, 14302.559759272966], [0.5271136763922861, 14242.343262189333], [0.5295173461674365, 14182.338836113073], [0.5321217899341392, 14122.247336816115], [0.5345078449913268, 14061.432757409655], [0.5372134149805784, 14001.42987286703], [0.5399334315730513, 13941.418928997437], [0.5424561802209528, 13881.390282843193], [0.5450680584969154, 13821.36326444148], [0.5474239531017638, 13761.351008036821], [0.5498325651359111, 13701.34271292446], [0.5524118751923309, 13641.139687997274], [0.5548460855935896, 13581.13927240849], [0.557233703587383, 13520.956207628373], [0.5600644352296894, 13460.955019672932], [0.5622825802055769, 13400.952185573755], [0.5651889241863806, 13340.926345779633], [0.5672806402633168, 13280.916673410946], [0.5700231715912194, 13220.913797795132], [0.5720002019145128, 13160.907267022856], [0.5747180219474317, 13100.896206386038], [0.5770233111994757, 13040.887368569936], [0.5795732633926243, 12980.84385692058], [0.5818915207943435, 12920.831824123117], [0.5845813346929474, 12860.82349596842], [0.5865580270840017, 12800.804857741521], [0.5891171034476058, 12740.790529871367], [0.591481699807611, 12680.754978296536], [0.594131510977412, 12620.734077739253], [0.5965656791371408, 12560.724958345672], [0.5991715591158594, 12500.69588824936], [0.6015848177182942, 12440.65312245378], [0.6041164793290017, 12380.604999660274], [0.6065090395817919, 12320.588534084618], [0.6091593998914815, 12260.39686345301], [0.6116969330748433, 12200.34666243666], [0.6142316360757027, 12140.263877999863], [0.6166330248082393, 12080.219205519967], [0.6192432979060662, 12019.945263293219], [0.6217331826437157, 11959.889175995468], [0.6240181537198841, 11899.884729078527], [0.6264634736435031, 11839.878266929489], [0.6288532881968506, 11779.87662666454], [0.6314229671844563, 11719.314028318673], [0.6339975884310588, 11658.958480628175], [0.6369746447328931, 11598.864757474137], [0.6396418171714776, 11538.847730485028], [0.6421554416489235, 11478.789861951616], [0.6448523521245483, 11418.785598950515], [0.6474045853603108, 11358.726400502197], [0.6503010870646508, 11298.725004109649], [0.6528848324817089, 11238.718413436742], [0.6555165642767183, 11178.710562014996], [0.6584275125842798, 11118.704869576923], [0.6614650165153821, 11058.675116852111], [0.6638398775671498, 10998.656034851898], [0.6667297473512976, 10938.55423527061], [0.669485458036525, 10878.518103721995], [0.6721723995110965, 10818.517458486273], [0.6752605510365333, 10758.504921553133], [0.6777498443927643, 10698.486094056701], [0.6806077795803177, 10638.479784629719], [0.6836243739541261, 10578.447669297453], [0.6864744099755907, 10518.44650268128], [0.6893131675085755, 10458.226715026125], [0.6925688489415435, 10398.209537266132], [0.6953355001830114, 10338.050472487437], [0.6982712442686164, 10278.028311564609], [0.7011900917422667, 10217.998900904884], [0.7040410570773888, 10157.996417798742], [0.706691544111668, 10097.981188142934], [0.7100542233398393, 10037.850635524559], [0.7131060049080433, 9977.770919621671], [0.7161573218194187, 9917.745870257579], [0.7192950226594127, 9857.563557214056], [0.7224544778872983, 9797.556566852963], [0.7255378138783279, 9734.899088806415], [0.7287066467258485, 9674.780163208772], [0.7317871947759055, 9614.573301394466], [0.7351831180880977, 9554.555352756193], [0.7379395046378032, 9494.502666556466], [0.7411018322897212, 9434.387639552897], [0.744229859819371, 9374.383340899436], [0.7475119844500481, 9314.3817357333], [0.7502501649003723, 9253.082717345165], [0.7531528338680759, 9193.06908836218], [0.7563566849438726, 9133.030170994403], [0.7591061861242066, 9072.557957394263], [0.7617657550874114, 9012.543877478372], [0.7647730563246448, 8952.543117720448], [0.767424303706462, 8892.328416160162], [0.7705055276209972, 8832.241147206088], [0.7731722354027529, 8771.870518425843], [0.7761858728694693, 8711.800606369776], [0.7793910334326924, 8651.613998845482], [0.7819814530114726, 8591.609080530761], [0.7847002023580489, 8531.584777523585], [0.7878937042590234, 8471.578233179407], [0.7901624968292451, 8411.367373867819], [0.7931171228787096, 8351.093397981716], [0.7954768192212478, 8291.083965124984], [0.798291541323727, 8230.99936738456], [0.8008677677484652, 8170.288622663856], [0.8036193810052935, 8110.287739720615], [0.8066355107222731, 8050.282558193482], [0.809042390853695, 7990.077254916346], [0.8118465103321726, 7930.038947078688], [0.8142216248331196, 7870.03760527193], [0.8168762937788576, 7809.940270575954], [0.819327020618302, 7749.936517150892], [0.8219685102067152, 7689.870850961718], [0.8245733763887168, 7629.769996881133], [0.8273320439810361, 7569.759720223804], [0.8301777291249224, 7509.681524433262], [0.8325883687525041, 7449.664184224993], [0.8350679887983911, 7389.424862775672], [0.8374940043428517, 7329.415349957447], [0.8400711178397174, 7269.403033567823], [0.8426528356633409, 7209.388595471531], [0.8450478881663944, 7149.384489088284], [0.8473889559942526, 7089.377380505012], [0.8496278838028444, 7029.265578546566], [0.8518057726007497, 6969.264180006242], [0.8541354774570683, 6909.256978760089], [0.8564179140414436, 6849.256703788525], [0.8590253569567681, 6789.25323322697], [0.8614306741515841, 6729.111707822864], [0.8636877658180273, 6668.881442640447], [0.8661695401819385, 6608.871593055527], [0.8681337290801463, 6548.794204713603], [0.8706768803869831, 6488.693297645969], [0.8728315785849805, 6428.5353743019705], [0.8750209148374852, 6368.516089704165], [0.8771142360925571, 6308.290587148306], [0.8792318884688438, 6248.287973398005], [0.8816627195477115, 6188.226558606629], [0.8839712191560269, 6127.969795217007], [0.8861891106827351, 6067.6857447553675], [0.8884378385262606, 6007.4724888189785], [0.8904061670943973, 5947.441974137245], [0.8924428846994209, 5887.433513345776], [0.8944839109404928, 5827.430334900823], [0.8965791330644097, 5767.38789194889], [0.8984856200327921, 5707.348097332219], [0.9006321233739915, 5647.3434542767545], [0.9026916936466838, 5587.33456133711], [0.9046450264717107, 5527.332131552522], [0.9065841239011658, 5467.048730438798], [0.9084275442654272, 5407.01076555071], [0.9101252735931089, 5346.594031160233], [0.911868370323889, 5286.549652935869], [0.913620126568296, 5225.847054099192], [0.915434949416824, 5165.784436804178], [0.9174107969772806, 5105.779161364514], [0.9193060476987132, 5045.574433482242], [0.9209475113085855, 4985.485518183975], [0.9225213039875793, 4925.414276287888], [0.9244198917898729, 4865.393787823604], [0.9263041174720049, 4805.375979139285], [0.9281195317019514, 4745.33832605372], [0.9296562785592344, 4685.241954146787], [0.9312331548699098, 4625.23455027862], [0.9330229284912149, 4565.043252067634], [0.9346509170530535, 4504.9316128254695], [0.936243845145086, 4444.7217932913345], [0.9381469105495476, 4384.484438039898], [0.9398910210770449, 4324.3666300841805], [0.9415774719162469, 4264.262912868254], [0.9434722579808507, 4204.251153629205], [0.9449126941499917, 4144.067355341897], [0.9464241805724023, 4083.990428180642], [0.9479851318263104, 4023.979930520306], [0.9493815100797794, 3963.9256175920355], [0.9511451361940846, 3903.6591572815387], [0.9524516667134844, 3843.6411758257136], [0.9540016351696219, 3783.6360195802345], [0.9554525894797048, 3723.6350724476624], [0.9570141321150313, 3663.6103135541025], [0.9585207607615049, 3603.5116867136867], [0.9599768262967041, 3543.486410857041], [0.9615633759177237, 3483.4414483200644], [0.9629875068563283, 3423.3040620391703], [0.9645281821758908, 3363.300050544106], [0.9660400910136003, 3303.1491660077927], [0.9675681783572565, 3243.0243250940666], [0.9689005606929469, 3182.971574340155], [0.97031784850371, 3122.879761687994], [0.971694077547423, 3062.7812580151813], [0.9732154062462973, 3002.571424640545], [0.9745490135863545, 2942.5423440032073], [0.9761160053790364, 2882.499910895477], [0.9774750843616153, 2822.4941936440455], [0.9789317835197628, 2762.3398633929764], [0.9801132791106976, 2702.0874248768278], [0.9815415074777012, 2641.9100012963763], [0.9828626958079717, 2581.6241293758367], [0.9841886151895894, 2521.5956128409352], [0.9856670687356286, 2461.537123414474], [0.9873110668372943, 2401.5219295024262], [0.9886417595117893, 2341.4402649048398], [0.9901949383241982, 2281.4073532112243], [0.9916838677696493, 2221.2640099635037], [0.9927924967215292, 2161.0374434143023], [0.9931654471889001, 2098.9298786060835], [0.9934224446567316, 2038.236475001621], [0.993606702210098, 1977.9877583489367], [0.9937379044019264, 1917.7358270280463], [0.9938881575237339, 1854.3914137047002], [0.9941125022889629, 1792.7080679374164], [0.9943362556727735, 1731.0255479339655], [0.9945604737134127, 1669.3430279305146], [0.9947845227879325, 1607.6613336908965], [0.9950086141039822, 1545.9788136874456], [0.9952328321446214, 1484.2962936839947], [0.9954570924267907, 1422.612772825997], [0.9956811837428403, 1360.930252822546], [0.9959054440250095, 1299.247557728381], [0.9961295353410592, 1237.5646637922262], [0.9963536266571088, 1175.8821437887752], [0.9965777179731584, 1114.1987980214915], [0.9968017248061484, 1052.5162780180406], [0.9970180436806988, 990.8337580145896], [0.9972346582459585, 929.1512380111387], [0.9974511883281584, 867.4695437715206], [0.9976694503130836, 805.7870237680697], [0.997889908857563, 744.1045037646188], [0.9981102406774528, 682.4219837611679], [0.9983340363027932, 620.7396350446004], [0.9985544948472725, 559.0569399504354], [0.9987748689086922, 497.3744199469846], [0.9989950317624624, 435.69189994353366], [0.9992155747900016, 374.0085541762499], [0.9994357376437717, 312.326034172799], [0.9996594065445225, 250.64331152352753], [0.9998000708390457, 187.10066960006662], [0.9998587443240584, 125.68757406214063], [0.9999088005369743, 65.5798687953873], [0.9999687412678837, 0.47506084599153836], [0.9999707266197885, 0.17669206999999004], [1, 0]], 'analysisPrintTime': 30288.042030251105, 'analysisFirstFilamentPrintTime': 1.7115891383473354, 'analysisLastFilamentPrintTime': 30288.042030251105, 'compensatedPrintTime': 30743.856476441364}, 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/litho.png?20230116175047', 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '832'}, 'history': [{'timestamp': 1673894170.8660603, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1673925251.158513, 'printTime': 30592.151615406, 'success': True, 'printerProfile': '_default'}, {'timestamp': 1674060904.4044807, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674061543.5230074, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674064637.1726992, 'success': False, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 30592.151615406}, 'lastPrintTime': {'_default': 30592.151615406}}, 'name': 'litho.gcode', 'display': 'litho.gcode', 'path': 'litho.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 23673385, 'date': 1673891447}, 'Useful Prints': {'name': 'Useful Prints', 'display': 'Useful Prints', 'path': 'Useful Prints', 'type': 'folder', 'typePath': ['folder'], 'children': {'bedlevel.gcode': {'hash': '641528733372d4e4cb76fa0188585bed7ddd3fa5', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/bedlevel.png?20230109155528', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 1485.3543160583797, 'printingArea': {'maxX': 196.39999389648438, 'maxY': 196.39999389648438, 'maxZ': 1.7999999523162842, 'minX': 23.600000381469727, 'minY': 23.600000381469727, 'minZ': 0}, 'dimensions': {'width': 172.79999351501465, 'depth': 172.79999351501465, 'height': 1.7999999523162842}, 'filament': {'tool0': {'length': 1022.4028932750225, 'volume': 2.4591671485557227}}, 'firstFilament': 0.42060251657703757, 'lastFilament': 0.9881063018848222, 'progress': [[0, 1485.3543160583797], [0.42060251657703757, 1285.5391421873774], [0.46873074714144, 1219.056003654968], [0.5199289928470736, 1152.4768934376443], [0.5466610974782018, 1090.6113136516196], [0.5632015872187125, 1028.8544718961134], [0.5844619641831567, 968.5861378904117], [0.6084268782958283, 908.2983719800695], [0.6244556988461337, 848.2099271470115], [0.6565237821751162, 786.6824010846706], [0.6771367409805252, 726.2696145833123], [0.7084947527802433, 665.583138916687], [0.7290450582154232, 605.1563993616556], [0.7602777632746828, 544.4693348698528], [0.7808698376233488, 484.04144399660083], [0.812133869367723, 423.36720770607644], [0.832705059259646, 362.94129641412314], [0.8639273220905341, 302.2677803515768], [0.8845716075810578, 241.84113891841866], [0.9158460815538035, 181.1543568674051], [0.9364590403592127, 120.72695626494169], [0.9676813031901008, 60.051482722157516], [0.9881063018848222, 0.38739227199403103], [1, 0]], 'analysisPrintTime': 1286.3358916641566, 'analysisFirstFilamentPrintTime': 1.1841417487732997, 'analysisLastFilamentPrintTime': 1286.3358916641566, 'compensatedPrintTime': 1485.3543160583797}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '8'}, 'history': [{'timestamp': 1673280713.9550083, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1673281357.1279793, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674088398.9882941, 'success': False, 'printerProfile': '_default'}, {'timestamp': 1674089247.4995196, 'success': False, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {}, 'lastPrintTime': {}}, 'name': 'bedlevel.gcode', 'display': 'bedlevel.gcode', 'path': 'Useful Prints/bedlevel.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 95765, 'date': 1673279728}, '100mm Calibration.gcode': {'hash': '10da3784faba3cd74a5ee6a891bb77055fffbb76', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/100mm%20Calibration.png?20230111172845', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 10261.9999817339, 'printingArea': {'maxX': 169.31500244140625, 'maxY': 152.69700622558594, 'maxZ': 100.0, 'minX': 47.31800079345703, 'minY': 30.698999404907227, 'minZ': 0}, 'dimensions': {'width': 121.99700164794922, 'depth': 121.99800682067871, 'height': 100.0}, 'filament': {'tool0': {'length': 5395.642578136176, 'volume': 12.978041299352753}}, 'firstFilament': 0.0047886995263688, 'lastFilament': 0.9999613046408238, 'progress': [[0, 10261.9999817339], [0.0047886995263688, 9876.483207373698], [0.01362314768292189, 9815.753154404367], [0.01667769980497539, 9753.307140852969], [0.02070856560470726, 9693.139661057614], [0.02466680319183135, 9633.072143696416], [0.02854169692842192, 9572.881232961616], [0.03180460867680922, 9512.508929561187], [0.0358676213903183, 9452.147446505707], [0.04036045024729311, 9392.128244658166], [0.04464075228540745, 9332.066391393788], [0.0484311115450283, 9271.738424646712], [0.05317159070073128, 9211.38810201845], [0.05794481208342957, 9151.170437310659], [0.06221499379683627, 9088.324366509058], [0.06638456757638464, 9028.319890738496], [0.07130721257682517, 8967.94123788612], [0.07603816672103861, 8907.850742414814], [0.08109356656911468, 8847.522878428439], [0.08593465365867597, 8787.288571625537], [0.0906150061793512, 8727.28181426661], [0.09536977285228851, 8667.05826888407], [0.10016502082405637, 8606.885332875994], [0.10529959733013929, 8546.638880544431], [0.11371911217367905, 8486.638674070398], [0.11955258639780734, 8426.636710011551], [0.1282513031406344, 8366.619790143617], [0.13407287110040075, 8306.319244999282], [0.14269598306452957, 8246.134121980765], [0.14837408053873466, 8186.116658317873], [0.156852531390866, 8126.063061068344], [0.16435228731244658, 8065.502967631433], [0.17157165070830366, 8005.314769409733], [0.17846656840029812, 7944.852450830901], [0.18501620442579658, 7884.8218671258655], [0.19135867145139743, 7824.808139761423], [0.19822918130144995, 7764.716067512964], [0.20501456136131463, 7704.631468982049], [0.21174457729189636, 7644.489851910121], [0.21881034987748454, 7584.230166982799], [0.22592315220730236, 7524.2066090703665], [0.2322989567731166, 7464.033088985391], [0.23928079019495319, 7404.006735619159], [0.24629834240987553, 7343.818783433899], [0.25339269002993237, 7283.691633204888], [0.26061681593153424, 7223.432839161026], [0.26793083412906865, 7163.332261126718], [0.27498470045029494, 7103.325279626461], [0.28132657216267765, 7043.197247138976], [0.28880965931415153, 6983.187410703737], [0.296024855517482, 6923.126948322193], [0.3033007736690582, 6862.962670762011], [0.3106064574815393, 6802.810781941345], [0.31754721429132726, 6742.578373823917], [0.32410578001509716, 6682.529124541701], [0.331539456169469, 6622.504943853353], [0.33890645724341406, 6562.137590127129], [0.34589662505030394, 6501.8746209726105], [0.35324219484839753, 6441.867764059438], [0.3605282333246814, 6381.853423834274], [0.3673052789994928, 6321.790245436665], [0.3732304314592079, 6261.597896747985], [0.3820178498715314, 6201.347297187508], [0.3881960104489376, 6141.340416387533], [0.3968340052435188, 6081.155477438679], [0.4029103672606305, 6021.049584441842], [0.41140846344895904, 5961.02687132252], [0.4173764784603771, 5900.954240208575], [0.42604662016873557, 5840.939630438722], [0.43108892312601355, 5780.813833566251], [0.4361413464079991, 5720.706306516895], [0.4411425727532284, 5660.508946493953], [0.44615927724212817, 5600.5020851218], [0.45052054187790364, 5537.538172058611], [0.45549319318866427, 5477.387059721721], [0.46087541999347537, 5417.347342567955], [0.4652890721924433, 5357.342147771738], [0.46987179334535073, 5297.263188053331], [0.47486587593196283, 5236.976772808071], [0.4798885335530436, 5176.976691701607], [0.4840729901630444, 5116.592662328706], [0.48886109437619507, 5056.207742131552], [0.4942206992787185, 4996.176739863539], [0.4985897029863292, 4936.17454358944], [0.5032260023288653, 4876.12098140863], [0.5082385396252385, 4815.81326144222], [0.514406579877937, 4755.7791487840295], [0.5255883480534448, 4695.77455722849], [0.5325112454666898, 4635.257880834995], [0.5378768035013942, 4574.933815259156], [0.5433751163837341, 4514.651141743949], [0.5486775712173203, 4454.630623124051], [0.5539020400193357, 4393.937925431217], [0.5595533483987265, 4333.8330127984955], [0.5649433142753728, 4273.7328098978605], [0.5744653491988275, 4213.675052851719], [0.5808298428134979, 4153.604075510537], [0.5873288772154581, 4093.5873059431788], [0.5937963600168593, 4032.9638216579924], [0.5997328234277183, 3972.653644783589], [0.6072534153119322, 3912.5698514950263], [0.6153794407389503, 3852.057078934753], [0.6209610974718238, 3792.0514249952175], [0.6264683400524352, 3731.89575892261], [0.6318618778083901, 3671.705276107633], [0.6374697283228598, 3611.5085440916882], [0.642988877167833, 3550.8939309551297], [0.6484639728346673, 3490.0513971916453], [0.6539188278520861, 3429.558026899168], [0.6591284138236492, 3369.469524451768], [0.6644397983555068, 3309.301503512176], [0.6697553500798911, 3249.2284307780747], [0.6775313313346685, 3188.986354310254], [0.6851185982993092, 3128.14730200747], [0.6910913758164721, 3067.974963893421], [0.6973945521696786, 3007.767944392045], [0.7038197677325948, 2947.707220276464], [0.7099443501203724, 2887.616093547341], [0.7195866383138825, 2827.507498415126], [0.7252290169950018, 2766.9654980927126], [0.7306505344722072, 2706.282087137469], [0.7358011844351787, 2646.046249244997], [0.7411500736997764, 2585.804354761982], [0.7467442320102299, 2525.1520452806535], [0.7522145651713192, 2465.097221753327], [0.757428318335409, 2405.033499774124], [0.7627658966488629, 2344.471096282552], [0.768320764286922, 2284.4101335328887], [0.7735517815343365, 2223.74815990357], [0.7789387708448924, 2163.3162507174447], [0.78851616989763, 2103.2835570684574], [0.7948312525151984, 2042.9004288829528], [0.8011219272908248, 1982.7080517400364], [0.8074715380750428, 1922.664903796489], [0.8138074566552446, 1862.1653857314795], [0.8212244640395098, 1802.120662690657], [0.8295862335008941, 1741.8818428143431], [0.8349369087051461, 1681.4488365087236], [0.8402203135157532, 1621.3313209942553], [0.8459115078807564, 1560.8751721337794], [0.8511175219730108, 1500.5391085804786], [0.856518203487583, 1439.9332976108617], [0.8619379350251342, 1379.9308476510232], [0.8671499022495696, 1319.2185006561558], [0.8724648586607358, 1259.1701537111967], [0.8779661481091662, 1198.8835648663335], [0.883420407813367, 1138.5130239966147], [0.891089232688887, 1078.4574429647491], [0.8989229593258197, 1018.382938398141], [0.9051648184175622, 958.3735253573232], [0.9113906040524161, 898.0595800874999], [0.917499112983305, 837.5773483881094], [0.9237677611698619, 777.0440120765415], [0.9332159772542725, 716.966494236487], [0.9388262090216146, 656.275912481422], [0.9439732871052776, 596.1261983792465], [0.9492810997578266, 535.3602147490583], [0.9547448844735169, 474.6614901757621], [0.9599580423243885, 414.37113752723235], [0.9653890848130836, 354.08728370436984], [0.9706766568162173, 293.60979655808296], [0.9761219868221466, 232.80739722207363], [0.9813851509833383, 172.53330600889058], [0.9867060605266855, 111.86492005032414], [0.9921740124349026, 51.01285764282329], [0.9999613046408238, 0.18667970380192855], [1, 0]], 'analysisPrintTime': 9878.469902266635, 'analysisFirstFilamentPrintTime': 2.1733745967394498, 'analysisLastFilamentPrintTime': 9878.469902266635, 'compensatedPrintTime': 10261.9999817339}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '499'}, 'history': [{'timestamp': 1673470516.2482352, 'printTime': 10077.033678275002, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 10077.033678275002}, 'lastPrintTime': {'_default': 10077.033678275002}}, 'name': '100mm Calibration.gcode', 'display': '100mm Calibration.gcode', 'path': 'Useful Prints/100mm Calibration.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 1679918, 'date': 1673458126}, 'Calibration_cube.gcode': {'hash': '6c4f57b992b95ac82de3201391f58b3c2fbe6434', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 2338.8140558707123, 'printingArea': {'maxX': 136.0, 'maxY': 136.0, 'maxZ': 20.0, 'minX': 94.0, 'minY': 94.0, 'minZ': 0}, 'dimensions': {'width': 42.0, 'depth': 42.0, 'height': 20.0}, 'filament': {'tool0': {'length': 1590.1744385063648, 'volume': 3.8248177556711815}}, 'firstFilament': 0.02431740793017226, 'lastFilament': 0.9984126252832354, 'progress': [[0, 2338.8140558707123], [0.02431740793017226, 1983.1452488485115], [0.04549776134093374, 1922.3214435527834], [0.05686487210953305, 1862.2385639631718], [0.07030310899275001, 1802.225842172739], [0.08578105956215264, 1741.7767331367477], [0.10388718331036736, 1681.4557828527704], [0.12126453871895929, 1621.4522372230213], [0.1507398673976688, 1561.2319585786865], [0.18661704899082338, 1500.9729713057732], [0.22002521370922143, 1440.2759250417344], [0.2527548699734879, 1379.8184121227341], [0.2843494904904108, 1319.4072358693325], [0.3174937908099799, 1259.2653623169915], [0.3483261363969526, 1198.994298567768], [0.3764926138909947, 1138.6413856000163], [0.4038654040266545, 1078.030412430699], [0.4317324163696447, 1018.0136925598723], [0.45983816316871823, 957.8996352322957], [0.49192281756918066, 897.4495099301722], [0.5269665227279391, 837.4485392465764], [0.5631536402816228, 777.0443897411818], [0.6007857295431795, 717.0091502580154], [0.6369037397543129, 656.9524573221241], [0.6736164919437592, 596.8940134721403], [0.7090015454914789, 536.1266374513172], [0.7464200302396977, 475.83016135296555], [0.7734472836626054, 415.7162627372271], [0.8095108456644566, 355.3372146714552], [0.845798482989123, 295.3175199877252], [0.8770810733836212, 235.31134401318118], [0.9081102701887678, 175.26181244539808], [0.938806495252535, 115.1911675469029], [0.9688556242906027, 54.94178807303651], [0.9984126252832354, 0.3504311170021538], [1, 0]], 'analysisPrintTime': 1984.9696495943972, 'analysisFirstFilamentPrintTime': 2.1748318628879133, 'analysisLastFilamentPrintTime': 1984.9696495943972, 'compensatedPrintTime': 2338.8140558707123}, 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/Useful Prints/Calibration_cube.png?20230111152647', 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '99'}, 'history': [{'timestamp': 1673456206.1873295, 'printTime': 2281.187219194, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 2281.187219194}, 'lastPrintTime': {'_default': 2281.187219194}}, 'name': 'Calibration_cube.gcode', 'display': 'Calibration_cube.gcode', 'path': 'Useful Prints/Calibration_cube.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 477518, 'date': 1673450807}}, 'size': 2253201}, 'CE3PRO_V-Ring_2.gcode': {'hash': 'd289247676b5d2648b755036e2128e3fd70c8c86', 'thumbnail': 'plugin/prusaslicerthumbnails/thumbnail/CE3PRO_V-Ring_2.png?20230118224728', 'analysis': {'analysisPending': False, 'estimatedPrintTime': 4564.264933203645, 'printingArea': {'maxX': 145.06700134277344, 'maxY': 149.0399932861328, 'maxZ': 13.5600004196167, 'minX': 81.91899871826172, 'minY': 81.52799987792969, 'minZ': 0}, 'dimensions': {'width': 63.14800262451172, 'depth': 67.51199340820312, 'height': 13.5600004196167}, 'filament': {'tool0': {'length': 1337.525146484375, 'volume': 3.217124992736864}}, 'firstFilament': 0.01761394696310152, 'lastFilament': 0.9998804963647685, 'progress': [[0, 4564.264933203645], [0.01761394696310152, 4401.444820504842], [0.03186599000613814, 4340.272593966286], [0.04730763741806964, 4279.832274544472], [0.06164165402907494, 4219.55045908228], [0.0741495365777418, 4159.434181711934], [0.09001734777977555, 4099.427293171918], [0.10193314413570477, 4039.3869336954626], [0.12017127537538709, 3979.383520819866], [0.1301547670839582, 3919.2255395576003], [0.1459618388350272, 3859.2100615740524], [0.1586415695864236, 3799.000223648224], [0.17722784158163554, 3738.935595974119], [0.18890759356714895, 3678.6740349183806], [0.20699412308775667, 3618.6693570982284], [0.22311871896053564, 3558.501872076074], [0.23713175473310938, 3498.4979778123284], [0.25498372133332475, 3438.4673708785035], [0.27358085729537596, 3378.257266855585], [0.2884146163809855, 3317.996320398168], [0.3056991876221888, 3257.995346616613], [0.3239704045790633, 3197.9682419952], [0.3367390223318715, 3137.802398147233], [0.3524177017475678, 3077.7451530596004], [0.37048102188447357, 3017.7034447235424], [0.3876905329911513, 2957.693143789146], [0.4043084517217659, 2897.680479856081], [0.42249571984397366, 2837.67767378024], [0.4382899523615054, 2777.595678539279], [0.4555710668859871, 2717.578570948496], [0.47123443798477366, 2657.5507114081483], [0.4871417545207682, 2597.5451295165435], [0.5037976971353201, 2537.501143653571], [0.5202037685125699, 2477.4675817494585], [0.534798026511042, 2417.4541661127146], [0.5505275690442129, 2357.324425325118], [0.5675691824815572, 2297.3225596649486], [0.5850651072594508, 2237.2950138226233], [0.6009581031118846, 2177.253278995057], [0.614786945264866, 2117.1362028694834], [0.6312053620589785, 2057.1285803668397], [0.6469946564097652, 1997.1155315737492], [0.6636659073412269, 1937.1154532736332], [0.6773663571588356, 1877.1067910639936], [0.6930983687753791, 1817.0769110770066], [0.7096940657556408, 1756.9813754867882], [0.7245890581088895, 1696.951084542808], [0.7376929773836901, 1636.8659749585486], [0.75176033299046, 1576.8590924503292], [0.7686370116585178, 1516.7887188445125], [0.7851428340040186, 1456.6487486317892], [0.8005652225656443, 1396.6467217898899], [0.8169485783758665, 1336.6413038443548], [0.8362706372160986, 1276.5591004601156], [0.8528070761954191, 1216.4564405760334], [0.8707143502631796, 1156.2603036132314], [0.8828834745731325, 1096.1906929461948], [0.8925370967431309, 1036.1611788786263], [0.900983337143952, 976.1508697969065], [0.9089955126878787, 916.1091872824385], [0.9167583108111779, 855.8819699822956], [0.9244376539164847, 795.6754998241867], [0.9321431693055406, 735.6557600655154], [0.9396773303085416, 675.5986986762845], [0.9488830607547593, 615.4062474461765], [0.9570117770338704, 555.2657953447223], [0.9639459507773415, 494.9916154762285], [0.9680362342923089, 434.9493140335761], [0.9720371369891898, 374.79324903328995], [0.9767224695969419, 313.78518879112096], [0.9810117612317368, 253.51356208490543], [0.9847924216917863, 193.35926332100954], [0.9884259247828318, 133.3110595342845], [0.9925744786653913, 73.13387932636252], [0.9983807751242814, 13.114759226802017], [0.9998804963647685, 0.9467125442010002], [1, 0]], 'analysisPrintTime': 4402.9079843678, 'analysisFirstFilamentPrintTime': 2.1115481714787165, 'analysisLastFilamentPrintTime': 4402.60965613212, 'compensatedPrintTime': 4564.264933203645}, 'thumbnail_src': 'prusaslicerthumbnails', 'DisplayLayerProgress': {'totalLayerCountWithoutOffset': '112'}, 'history': [{'timestamp': 1674087085.4836154, 'printTime': 4539.239679934002, 'success': True, 'printerProfile': '_default'}], 'statistics': {'averagePrintTime': {'_default': 4539.239679934002}, 'lastPrintTime': {'_default': 4539.239679934002}}, 'name': 'CE3PRO_V-Ring_2.gcode', 'display': 'CE3PRO_V-Ring_2.gcode', 'path': 'CE3PRO_V-Ring_2.gcode', 'type': 'machinecode', 'typePath': ['machinecode', 'gcode'], 'size': 2025043, 'date': 1674082048}}} 2023-01-19 17:03:05,203 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Chrome', 'browser_version': '109.0.0.0', 'os_name': 'Mac OS', 'os_version': '10.15.7'} 2023-01-19 17:03:14,536 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.68.76 2023-01-19 17:03:16,871 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 via autologin 2023-01-19 17:03:16,872 - octoprint.access.users - INFO - Logged in user: Dylan 2023-01-19 17:03:17,186 - octoprint.server.util.tornado - WARNING - Precompressed assets expected but eeprom_marlin.css.map.gz does not exist in /home/pi/.octoprint/generated/webassets, using plain file instead. 2023-01-19 17:03:17,712 - octoprint.plugins.octoeverywhere - INFO - SetFrontendLocalPort API called. Port:5000 IsHttps:False URL:http://192.168.68.95:5000/ 2023-01-19 17:03:17,792 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.68.76 2023-01-19 17:03:17,956 - octoprint.server.util.flask - INFO - Passively logging in user Dylan from 192.168.68.76 via autologin 2023-01-19 17:03:17,956 - octoprint.access.users - INFO - Logged in user: Dylan