Skip to content

Instantly share code, notes, and snippets.

@chris-schmitz
Created April 29, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-schmitz/1b5aa637a785ca1e19e858008f710d59 to your computer and use it in GitHub Desktop.
Save chris-schmitz/1b5aa637a785ca1e19e858008f710d59 to your computer and use it in GitHub Desktop.
Octoprint.log for timeslapse freezing issue
2018-04-28 01:22:37,689 - octoprint.server - INFO - --- Log roll over detected ---------------------------------------------------
2018-04-28 01:22:37,690 - octoprint.server - INFO - OctoPrint 1.3.8
2018-04-28 01:22:37,693 - octoprint.plugin.core - INFO - 11 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
| DisplayLayerProgress Plugin (1.3.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress
| Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
| OctoPi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/octopi_support
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
| Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
2018-04-28 01:22:37,713 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
| hardware:
| cores: 4
| freq: 1200.0
| ram: 901689344
| os:
| id: linux
| platform: linux2
| plugins:
| octopi_support:
| model: 3B
| revision: a22082
| version: 0.14.0
| python:
| pip: 9.0.1
| version: 2.7.9
| virtualenv: /home/pi/oprint
2018-04-28 01:22:37,713 - octoprint.server - INFO - ------------------------------------------------------------------------------
2018-04-28 01:22:37,681 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 01:37:37,715 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 01:52:37,716 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 02:07:37,717 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 02:22:37,719 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 02:37:37,720 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 02:52:37,722 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 03:07:37,724 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 03:22:37,725 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 03:37:37,727 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 03:52:37,728 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 04:07:37,730 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 04:15:04,011 - octoprint.util.comm - INFO - Communication timeout while idle, trying to trigger response from printer.
2018-04-28 04:15:24,786 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 04:15:24,955 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 155, in on_event
self._updateDisplay()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 174, in _updateDisplay
printerMessageCommand = "M117 " + stringUtils.multiple_replace(printerMessagePattern, currentValueDict)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/stringUtils.py", line 11, in multiple_replace
return rx.sub(one_xlat, text)
TypeError: sequence item 8: expected string, float found
2018-04-28 04:15:25,471 - octoprint - ERROR - Exception on /api/plugin/DisplayLayerProgress [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/api/__init__.py", line 68, in pluginData
response = api_plugin.on_api_get(request)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 205, in on_api_get
self._updateDisplay()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 174, in _updateDisplay
printerMessageCommand = "M117 " + stringUtils.multiple_replace(printerMessagePattern, currentValueDict)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/stringUtils.py", line 11, in multiple_replace
return rx.sub(one_xlat, text)
TypeError: sequence item 8: expected string, float found
2018-04-28 04:15:25,480 - tornado.access - ERROR - 500 GET /api/plugin/DisplayLayerProgress (127.0.0.1) 21.62ms
2018-04-28 04:15:27,105 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.8s
2018-04-28 04:15:28,292 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.71s
2018-04-28 04:15:29,149 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.72s
2018-04-28 04:15:30,071 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.79s
2018-04-28 04:15:30,986 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.73s
2018-04-28 04:15:32,165 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2018-04-28 04:15:44,666 - octoprint.plugins.softwareupdate - INFO - Starting update of DisplayLayerProgress to 1.4.1...
2018-04-28 04:16:04,594 - octoprint.plugins.softwareupdate - INFO - Update of DisplayLayerProgress to 1.4.1 successful!
2018-04-28 04:16:04,773 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2018-04-28 04:16:04,777 - octoprint.plugins.softwareupdate - INFO - Restarting...
2018-04-28 04:16:05,025 - octoprint.server - INFO - Shutting down...
2018-04-28 04:16:06,001 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2018-04-28 04:16:06,010 - octoprint.events - INFO - Event loop shut down
2018-04-28 04:16:06,020 - octoprint.server - INFO - Goodbye!
2018-04-28 04:16:11,436 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 04:16:11,438 - octoprint.startup - INFO - Starting OctoPrint 1.3.8
2018-04-28 04:16:11,438 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 04:16:11,554 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
2018-04-28 04:16:12,306 - octoprint.startup - INFO - Blacklist processing done
2018-04-28 04:16:12,384 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 04:16:16,263 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 11 mixin implementations, 8 hook handlers
2018-04-28 04:16:16,483 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2018-04-28 04:16:16,549 - octoprint.server - INFO - Intermediary server started
2018-04-28 04:16:16,550 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 04:16:17,099 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 11 mixin implementations, 8 hook handlers
2018-04-28 04:16:17,165 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2018-04-28 04:16:20,482 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2018-04-28 04:16:20,576 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2018-04-28 04:16:25,207 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2018-04-28 04:16:29,640 - octoprint.util.pip - INFO - Version of pip is 9.0.1
2018-04-28 04:16:29,642 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2018-04-28 04:16:29,643 - octoprint.util.pip - INFO - ==> pip ok -> yes
2018-04-28 04:16:29,647 - octoprint.plugin.core - INFO - Initialized 11 plugin implementation(s)
2018-04-28 04:16:29,661 - octoprint.plugin.core - INFO - 11 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
| DisplayLayerProgress Plugin (1.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress
| Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
| OctoPi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/octopi_support
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
| Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
2018-04-28 04:16:29,687 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
| hardware:
| cores: 4
| freq: 1200.0
| ram: 901689344
| os:
| id: linux
| platform: linux2
| plugins:
| octopi_support:
| model: 3B
| revision: a22082
| version: 0.14.0
| python:
| pip: 9.0.1
| version: 2.7.9
| virtualenv: /home/pi/oprint
2018-04-28 04:16:29,704 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2018-04-28 04:16:29,746 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2018-04-28 04:16:30,103 - octoprint.server - INFO - Shutting down intermediary server...
2018-04-28 04:16:30,432 - octoprint.server - INFO - Intermediary server shut down
2018-04-28 04:16:30,435 - octoprint.events - INFO - Processing startup event, this is our first event
2018-04-28 04:16:30,437 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2018-04-28 04:16:30,447 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2018-04-28 04:16:30,518 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2018-04-28 04:16:31,394 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 04:16:31,399 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 04:16:31,437 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 04:16:31,467 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _http._tcp
2018-04-28 04:16:31,492 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _octoprint._tcp
2018-04-28 04:16:31,499 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for SSDP
2018-04-28 04:16:31,508 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2018-04-28 04:16:31,808 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
2018-04-28 04:16:32,057 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
2018-04-28 04:16:32,413 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational"
2018-04-28 04:16:32,435 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json
2018-04-28 04:16:32,468 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 04:16:34,064 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2018-04-28 04:16:34,204 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2018-04-28 04:16:34,213 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.12
2018-04-28 04:16:34,360 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:16:36,092 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2018-04-28 04:16:36,172 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 04:16:36,302 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:16:37,035 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.0.2; Sprinter/grbl mashup for gen6"
2018-04-28 04:16:47,905 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes
2018-04-28 04:16:47,911 - octoprint.util.pip - INFO - ==> pip ok -> yes
2018-04-28 04:16:49,616 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2018-04-28 04:17:03,510 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.3
2018-04-28 04:17:03,527 - octoprint.server.preemptive_cache - INFO - ... done in 31.51s
2018-04-28 04:17:03,528 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'}
2018-04-28 04:17:05,429 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 04:17:05,538 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:17:05,803 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:17:15,041 - octoprint.server.preemptive_cache - INFO - ... done in 11.51s
2018-04-28 04:17:40,940 - octoprint.plugins.DisplayLayerProgress - INFO - File selected. Determining number of layers.
2018-04-28 04:17:40,944 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 146, in on_event
with open(selectedFile, "r") as f:
IOError: [Errno 2] No such file or directory: u'domeca~1.gco'
2018-04-28 04:17:41,129 - octoprint.plugins.DisplayLayerProgress - INFO - File selected. Determining number of layers.
2018-04-28 04:17:41,131 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 146, in on_event
with open(selectedFile, "r") as f:
IOError: [Errno 2] No such file or directory: u'domeca~1.gco'
2018-04-28 04:17:44,834 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-28 04:17:44,875 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'sdcard', 'name': u'domeca~1.gco', 'file': u'domeca~1.gco', 'path': u'domeca~1.gco', 'size': 1845196, 'filename': u'domeca~1.gco'}
2018-04-28 04:17:44,891 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:17:45,969 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-28 04:19:09,933 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, telling it to set the busy interval to our "communicationBusy" timeout - 1s = 2s
2018-04-28 04:19:44,772 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 04:19:44,786 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:19:50,801 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 04:20:11,752 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 04:20:28,039 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Cancelling"
2018-04-28 04:20:29,603 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 04:20:29,613 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:20:29,704 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 04:20:29,727 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 04:20:29,748 - octoprint.util.comm - INFO - Changing monitoring state from "Cancelling" to "Operational"
2018-04-28 04:20:36,505 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:20:37,142 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:20:37,754 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:20:38,347 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:24:19,862 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-28 04:24:19,896 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'sdcard', 'name': u'domeca~1.gco', 'file': u'domeca~1.gco', 'path': u'domeca~1.gco', 'size': 1845196, 'filename': u'domeca~1.gco'}
2018-04-28 04:24:19,937 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:24:20,994 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-28 04:25:56,298 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 04:25:56,314 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:26:01,854 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 04:27:00,160 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 04:27:15,182 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 04:27:57,571 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '1'
2018-04-28 04:27:57,587 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 1% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:29:46,046 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '2'
2018-04-28 04:29:46,061 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 2% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:31:02,612 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '3'
2018-04-28 04:31:02,621 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 3% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:31:16,492 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 04:32:00,033 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '4'
2018-04-28 04:32:00,046 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 4% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:32:45,883 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '5'
2018-04-28 04:32:45,898 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 5% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:33:44,945 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '6'
2018-04-28 04:33:44,959 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 6% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:34:31,367 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '7'
2018-04-28 04:34:31,381 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 7% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:35:23,767 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '8'
2018-04-28 04:35:23,781 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 8% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:36:13,091 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '9'
2018-04-28 04:36:13,105 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 9% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:36:54,135 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.10
2018-04-28 04:36:54,353 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 9% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:36:54,693 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 9% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:37:14,472 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '10'
2018-04-28 04:37:14,490 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 10% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:38:05,599 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '11'
2018-04-28 04:38:05,615 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 11% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:39:09,131 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '12'
2018-04-28 04:39:09,151 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 12% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:40:11,706 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '13'
2018-04-28 04:40:11,727 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 13% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:41:06,809 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '14'
2018-04-28 04:41:06,827 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 14% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:42:12,799 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '15'
2018-04-28 04:42:12,811 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 15% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:43:10,015 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '16'
2018-04-28 04:43:10,038 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 16% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:44:09,054 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '17'
2018-04-28 04:44:09,073 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 17% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:44:50,102 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.3
2018-04-28 04:45:16,144 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '18'
2018-04-28 04:45:16,155 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 18% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:46:07,736 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '19'
2018-04-28 04:46:07,752 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 19% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:46:16,494 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 04:47:05,069 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '20'
2018-04-28 04:47:05,081 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 20% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:48:13,476 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '21'
2018-04-28 04:48:13,491 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 21% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:49:03,532 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '22'
2018-04-28 04:49:03,546 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 22% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:50:07,107 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '23'
2018-04-28 04:50:07,117 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 23% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:51:06,799 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '24'
2018-04-28 04:51:06,811 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 24% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:52:04,373 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '25'
2018-04-28 04:52:04,389 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 25% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:53:05,717 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '26'
2018-04-28 04:53:05,731 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 26% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:54:09,913 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '27'
2018-04-28 04:54:09,928 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 27% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:55:01,496 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '28'
2018-04-28 04:55:01,511 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 28% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:56:11,131 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '29'
2018-04-28 04:56:11,143 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 29% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:57:06,248 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '30'
2018-04-28 04:57:06,260 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 30% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:58:24,595 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '31'
2018-04-28 04:58:24,612 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 31% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 04:59:26,118 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '32'
2018-04-28 04:59:26,131 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 32% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:00:50,083 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '33'
2018-04-28 05:00:50,099 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 33% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:01:16,495 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 05:02:00,526 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '34'
2018-04-28 05:02:00,542 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 34% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:04:22,335 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '35'
2018-04-28 05:04:22,345 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 35% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:06:48,480 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '36'
2018-04-28 05:06:48,495 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 36% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:09:12,815 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '37'
2018-04-28 05:09:12,831 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 37% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:11:28,179 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '38'
2018-04-28 05:11:28,189 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 38% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:13:46,597 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '39'
2018-04-28 05:13:46,609 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 39% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:16:11,351 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '40'
2018-04-28 05:16:11,363 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 40% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:16:16,497 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 05:18:34,967 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '41'
2018-04-28 05:18:34,982 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 41% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:20:51,919 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '42'
2018-04-28 05:20:51,935 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 42% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:23:10,448 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '43'
2018-04-28 05:23:10,463 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 43% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:25:30,645 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '44'
2018-04-28 05:25:30,660 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 44% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:27:55,885 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '45'
2018-04-28 05:27:55,900 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 45% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:30:12,638 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '46'
2018-04-28 05:30:12,651 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 46% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:31:16,498 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 05:32:31,444 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '47'
2018-04-28 05:32:31,459 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 47% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:34:46,224 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '48'
2018-04-28 05:34:46,239 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 48% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:37:01,191 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '49'
2018-04-28 05:37:01,206 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 49% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:38:07,219 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '50'
2018-04-28 05:38:07,233 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 50% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:39:17,541 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '51'
2018-04-28 05:39:17,551 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 51% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:40:30,918 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '52'
2018-04-28 05:40:30,934 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 52% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:43:22,727 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '53'
2018-04-28 05:43:22,742 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 53% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:46:16,505 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 05:46:16,808 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '54'
2018-04-28 05:46:16,823 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 54% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:47:59,065 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '55'
2018-04-28 05:47:59,081 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 55% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:48:59,082 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:49:45,226 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:50:31,264 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:50:45,814 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '56'
2018-04-28 05:50:45,829 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 56% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:50:54,186 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:51:17,323 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:51:40,216 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:52:27,741 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:52:49,397 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:53:13,782 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:53:35,421 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:54:21,458 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:54:44,376 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 05:54:53,858 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '57'
2018-04-28 05:54:53,873 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 57% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 05:55:07,489 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 06:01:09,652 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '58'
2018-04-28 06:01:09,667 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 58% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:01:16,506 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 06:02:57,806 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '59'
2018-04-28 06:02:57,815 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 59% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:04:43,329 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '60'
2018-04-28 06:04:43,343 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 60% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:06:11,591 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '61'
2018-04-28 06:06:11,607 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 61% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:08:08,299 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '62'
2018-04-28 06:08:08,313 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 62% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:09:15,317 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '63'
2018-04-28 06:09:15,332 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 63% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:10:01,190 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '64'
2018-04-28 06:10:01,205 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 64% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:10:40,102 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '65'
2018-04-28 06:10:40,117 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 65% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:11:21,515 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '66'
2018-04-28 06:11:21,527 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 66% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:12:02,574 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '67'
2018-04-28 06:12:02,589 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 67% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:12:47,957 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '68'
2018-04-28 06:12:47,975 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 68% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:13:25,654 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '69'
2018-04-28 06:13:25,664 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 69% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:13:59,477 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '70'
2018-04-28 06:13:59,485 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 70% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:14:23,825 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '71'
2018-04-28 06:14:23,840 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 71% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:14:58,337 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '72'
2018-04-28 06:14:58,349 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 72% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:15:34,936 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '73'
2018-04-28 06:15:34,946 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 73% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:16:16,507 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 06:16:18,960 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '74'
2018-04-28 06:16:18,974 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 74% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:17:27,976 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '75'
2018-04-28 06:17:27,988 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 75% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:18:43,153 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '76'
2018-04-28 06:18:43,168 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 76% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:20:00,257 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '77'
2018-04-28 06:20:00,272 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 77% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:21:12,820 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '78'
2018-04-28 06:21:12,839 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 78% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:22:25,657 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '79'
2018-04-28 06:22:25,666 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 79% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:23:36,547 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '80'
2018-04-28 06:23:36,563 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 80% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:24:46,650 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '81'
2018-04-28 06:24:46,664 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 81% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:25:59,714 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '82'
2018-04-28 06:25:59,729 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 82% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:27:15,403 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '83'
2018-04-28 06:27:15,418 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 83% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:28:33,748 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '84'
2018-04-28 06:28:33,761 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 84% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:29:44,014 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '85'
2018-04-28 06:29:44,024 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 85% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:30:50,471 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '86'
2018-04-28 06:30:50,482 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 86% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:31:16,509 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 06:32:02,243 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '87'
2018-04-28 06:32:02,257 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 87% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:33:15,195 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '88'
2018-04-28 06:33:15,209 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 88% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:34:11,477 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '89'
2018-04-28 06:34:11,492 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 89% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:35:01,550 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '90'
2018-04-28 06:35:01,568 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 90% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:36:05,043 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '91'
2018-04-28 06:36:05,059 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 91% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:36:54,845 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '92'
2018-04-28 06:36:54,860 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 92% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:38:08,951 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '93'
2018-04-28 06:38:08,966 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 93% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:41:04,592 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '94'
2018-04-28 06:41:04,608 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 94% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:44:10,321 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '95'
2018-04-28 06:44:10,337 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 95% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:44:41,383 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '96'
2018-04-28 06:44:41,399 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 96% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:45:27,713 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '97'
2018-04-28 06:45:27,723 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 97% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:46:01,478 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '98'
2018-04-28 06:46:01,488 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 98% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:46:16,510 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 06:46:51,710 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '99'
2018-04-28 06:46:51,724 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 99% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:47:40,756 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '100'
2018-04-28 06:47:40,770 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 100% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:48:10,900 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '101'
2018-04-28 06:48:10,916 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 101% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:48:53,766 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '102'
2018-04-28 06:48:53,790 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 102% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:49:08,866 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '103'
2018-04-28 06:49:08,882 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:49:21,841 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 06:49:21,852 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 06:49:21,855 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-28 07:01:16,512 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 07:16:16,513 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 07:31:16,515 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 07:46:16,516 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 08:01:16,518 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 08:16:16,520 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 08:31:16,521 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 08:46:16,522 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 09:01:16,524 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 09:16:16,525 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 09:31:16,527 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 09:46:16,528 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 10:01:16,529 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 10:16:16,531 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 10:31:16,532 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 10:46:16,533 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 11:01:16,535 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 11:16:16,536 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 11:31:16,538 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 11:32:39,303 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.10
2018-04-28 11:46:16,539 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 11:49:59,049 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 11:49:59,209 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 12:01:16,541 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 12:16:16,546 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 12:31:16,547 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 12:46:16,548 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 13:01:16,550 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 13:06:59,256 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.3
2018-04-28 13:07:02,550 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 13:07:02,743 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 13:07:03,025 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 13:07:04,873 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.93s
2018-04-28 13:07:06,425 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 1.1s
2018-04-28 13:07:07,576 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.99s
2018-04-28 13:07:08,746 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 1.0s
2018-04-28 13:07:10,016 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 1.1s
2018-04-28 13:10:58,094 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.3
2018-04-28 13:10:58,602 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.3
2018-04-28 13:10:58,805 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 13:10:59,249 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 103% Layer: - of - Height: 10.00 of 0.0mm
2018-04-28 13:12:04,355 - octoprint.plugins.DisplayLayerProgress - INFO - File selected. Determining number of layers.
2018-04-28 13:12:04,356 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 146, in on_event
with open(selectedFile, "r") as f:
IOError: [Errno 2] No such file or directory: u'domeca~2.gco'
2018-04-28 13:12:10,060 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-28 13:12:10,077 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'sdcard', 'name': u'domeca~2.gco', 'file': u'domeca~2.gco', 'path': u'domeca~2.gco', 'size': 2665065, 'filename': u'domeca~2.gco'}
2018-04-28 13:12:10,095 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:12:10,274 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 13:12:10,285 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:12:11,331 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-28 13:13:30,308 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 13:15:39,896 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '1'
2018-04-28 13:15:39,906 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 1% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:16:16,551 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 13:17:31,453 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 13:20:45,317 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '2'
2018-04-28 13:20:45,332 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 2% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:22:34,468 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '3'
2018-04-28 13:22:34,482 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 3% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:24:35,571 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '4'
2018-04-28 13:24:35,586 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 4% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:26:24,869 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '5'
2018-04-28 13:26:24,880 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 5% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:27:34,858 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '6'
2018-04-28 13:27:34,873 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 6% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:28:58,005 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '7'
2018-04-28 13:28:58,020 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 7% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:30:22,099 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '8'
2018-04-28 13:30:22,109 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 8% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:31:16,553 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 13:31:18,855 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '9'
2018-04-28 13:31:18,865 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 9% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:33:00,653 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '10'
2018-04-28 13:33:00,665 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 10% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:33:54,455 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '11'
2018-04-28 13:33:54,469 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 11% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:35:03,455 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '12'
2018-04-28 13:35:03,469 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 12% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:36:06,628 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '13'
2018-04-28 13:36:06,642 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 13% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:37:15,641 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '14'
2018-04-28 13:37:15,655 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 14% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:38:18,003 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '15'
2018-04-28 13:38:18,018 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 15% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:39:16,950 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '16'
2018-04-28 13:39:16,965 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 16% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:40:16,917 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '17'
2018-04-28 13:40:16,933 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 17% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:41:18,003 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '18'
2018-04-28 13:41:18,019 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 18% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:41:38,092 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.10
2018-04-28 13:41:38,283 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 18% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:41:38,784 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 18% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:42:17,613 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '19'
2018-04-28 13:42:17,634 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 19% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:42:51,410 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.3
2018-04-28 13:43:13,249 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '20'
2018-04-28 13:43:13,263 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 20% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:44:12,313 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '21'
2018-04-28 13:44:12,326 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 21% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:45:12,384 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '22'
2018-04-28 13:45:12,399 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 22% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:46:10,578 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '23'
2018-04-28 13:46:10,588 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 23% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:46:16,554 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 13:47:09,372 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '24'
2018-04-28 13:47:09,388 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 24% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:48:16,611 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '25'
2018-04-28 13:48:16,624 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 25% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:50:49,314 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '26'
2018-04-28 13:50:49,327 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 26% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:54:06,437 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '27'
2018-04-28 13:54:06,452 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 27% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:55:34,192 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '28'
2018-04-28 13:55:34,201 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 28% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:56:40,286 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '29'
2018-04-28 13:56:40,300 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 29% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:57:46,357 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.10
2018-04-28 13:58:13,715 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '30'
2018-04-28 13:58:13,727 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 30% Layer: - of - Height: 0 of 0.0mm
2018-04-28 13:59:44,227 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '31'
2018-04-28 13:59:44,236 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 31% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:00:47,640 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '32'
2018-04-28 14:00:47,650 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 32% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:01:16,556 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 14:02:01,728 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '33'
2018-04-28 14:02:01,738 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 33% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:04:10,938 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '34'
2018-04-28 14:04:10,948 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 34% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:05:18,122 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '35'
2018-04-28 14:05:18,129 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 35% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:06:30,199 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '36'
2018-04-28 14:06:30,211 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 36% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:07:37,715 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '37'
2018-04-28 14:07:37,723 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 37% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:08:52,809 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '38'
2018-04-28 14:08:52,818 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 38% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:09:58,403 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '39'
2018-04-28 14:09:58,413 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 39% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:11:06,500 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '40'
2018-04-28 14:11:06,516 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 40% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:12:21,459 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-28 14:12:21,647 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 40% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:12:21,997 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 40% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:12:22,332 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '41'
2018-04-28 14:12:22,349 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 41% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:13:32,293 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '42'
2018-04-28 14:13:32,305 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 42% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:14:47,388 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '43'
2018-04-28 14:14:47,402 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 43% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:16:16,557 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 14:16:50,630 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '44'
2018-04-28 14:16:50,644 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 44% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:18:31,645 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '45'
2018-04-28 14:18:31,659 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 45% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:21:03,028 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.2
2018-04-28 14:21:03,200 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 45% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:21:17,763 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '46'
2018-04-28 14:21:17,784 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 46% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:23:51,974 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '47'
2018-04-28 14:23:51,989 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 47% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:25:29,947 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.12
2018-04-28 14:26:31,163 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '48'
2018-04-28 14:26:31,173 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 48% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:29:12,078 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '49'
2018-04-28 14:29:12,088 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 49% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:30:58,430 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-28 14:31:16,558 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 14:31:45,942 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '50'
2018-04-28 14:31:45,952 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 50% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:34:21,414 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '51'
2018-04-28 14:34:21,424 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 51% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:37:00,720 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '52'
2018-04-28 14:37:00,730 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 52% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:38:28,862 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '53'
2018-04-28 14:38:28,872 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 53% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:39:50,243 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '54'
2018-04-28 14:39:50,248 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 54% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:41:33,117 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '55'
2018-04-28 14:41:33,126 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 55% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:42:54,790 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '56'
2018-04-28 14:42:54,796 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 56% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:44:40,370 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '57'
2018-04-28 14:44:40,380 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 57% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:45:58,371 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '58'
2018-04-28 14:45:58,380 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 58% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:46:16,560 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 14:47:40,604 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '59'
2018-04-28 14:47:40,614 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 59% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:49:10,435 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '60'
2018-04-28 14:49:10,445 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 60% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:49:30,848 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-28 14:49:31,076 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 60% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:54:08,703 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '61'
2018-04-28 14:54:08,717 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 61% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:54:37,236 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-28 14:54:44,285 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-28 14:54:44,469 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 61% Layer: - of - Height: 0 of 0.0mm
2018-04-28 14:57:08,253 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 14:57:10,394 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '62'
2018-04-28 14:57:10,410 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 62% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:00:52,555 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 15:01:16,561 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 15:04:19,235 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '63'
2018-04-28 15:04:19,249 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 63% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:07:12,665 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '64'
2018-04-28 15:07:12,679 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 64% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:09:41,885 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '65'
2018-04-28 15:09:41,898 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 65% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:11:13,363 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '66'
2018-04-28 15:11:13,378 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 66% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:11:18,346 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-28 15:11:51,629 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '67'
2018-04-28 15:11:51,639 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 67% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:12:35,892 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '68'
2018-04-28 15:12:35,901 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 68% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:13:23,946 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '69'
2018-04-28 15:13:23,955 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 69% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:14:20,838 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '70'
2018-04-28 15:14:20,847 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 70% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:15:03,935 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '71'
2018-04-28 15:15:03,945 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 71% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:15:45,018 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '72'
2018-04-28 15:15:45,027 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 72% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:16:16,563 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 15:16:36,071 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '73'
2018-04-28 15:16:36,079 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 73% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:17:30,120 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '74'
2018-04-28 15:17:30,125 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 74% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:18:13,169 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '75'
2018-04-28 15:18:13,177 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 75% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:18:53,202 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '76'
2018-04-28 15:18:53,211 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 76% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:19:40,496 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '77'
2018-04-28 15:19:40,505 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 77% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:20:54,506 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '78'
2018-04-28 15:20:54,515 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 78% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:22:18,747 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '79'
2018-04-28 15:22:18,757 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 79% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:23:32,741 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '80'
2018-04-28 15:23:32,750 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 80% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:24:40,801 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '81'
2018-04-28 15:24:40,811 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 81% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:25:55,518 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '82'
2018-04-28 15:25:55,528 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 82% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:27:19,376 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '83'
2018-04-28 15:27:19,386 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 83% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:28:33,914 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '84'
2018-04-28 15:28:33,922 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 84% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:29:53,263 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '85'
2018-04-28 15:29:53,272 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 85% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:31:13,499 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '86'
2018-04-28 15:31:13,511 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 86% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:31:16,564 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 15:32:28,005 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '87'
2018-04-28 15:32:28,014 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 87% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:33:49,579 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '88'
2018-04-28 15:33:49,589 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 88% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:35:02,697 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '89'
2018-04-28 15:35:02,706 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 89% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:35:58,690 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '90'
2018-04-28 15:35:58,699 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 90% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:36:55,702 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '91'
2018-04-28 15:36:55,709 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 91% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:37:54,713 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '92'
2018-04-28 15:37:54,722 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 92% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:38:42,852 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '93'
2018-04-28 15:38:42,861 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 93% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:41:24,519 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '94'
2018-04-28 15:41:24,528 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 94% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:44:42,682 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '95'
2018-04-28 15:44:42,689 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 95% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:45:59,454 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '96'
2018-04-28 15:45:59,464 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 96% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:46:16,565 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 15:47:04,700 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '97'
2018-04-28 15:47:04,708 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 97% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:48:28,597 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '98'
2018-04-28 15:48:28,607 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 98% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:48:56,661 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '99'
2018-04-28 15:48:56,670 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 99% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:49:19,183 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 15:49:19,199 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 99% Layer: - of - Height: 0 of 0.0mm
2018-04-28 15:49:19,200 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-28 16:01:16,567 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 16:16:16,568 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 16:31:16,570 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 16:46:16,571 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 17:01:16,573 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 17:16:16,574 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 17:31:16,575 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 17:46:16,577 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 18:01:16,578 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 18:16:16,580 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 18:31:16,581 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 18:46:16,583 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 19:01:16,584 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 19:16:16,585 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 19:31:16,587 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 19:46:16,588 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 20:01:16,590 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 20:16:16,591 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 20:31:16,592 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 20:46:16,594 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 21:01:16,595 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 21:16:16,597 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 21:31:16,598 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 21:46:16,599 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 22:01:16,601 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 22:16:16,602 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 22:27:29,422 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 22:27:29,623 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 99% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:31:16,604 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 22:46:16,605 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 22:48:59,965 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.91s
2018-04-28 22:49:01,180 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.77s
2018-04-28 22:49:02,051 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.74s
2018-04-28 22:49:02,991 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.81s
2018-04-28 22:49:03,904 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.72s
2018-04-28 22:49:43,258 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 22:49:43,263 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 22:49:44,332 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:49:44,421 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Sending file to SD"
2018-04-28 22:49:44,953 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 22:49:45,053 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:49:51,174 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:49:54,184 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:49:57,193 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:50:00,204 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:50:03,213 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:50:06,223 - octoprint.util.comm - INFO - No response from printer after 6 consecutive communication timeouts, considering it dead.
2018-04-28 22:50:06,250 - octoprint.util.comm - INFO - Changing monitoring state from "Sending file to SD" to "Offline (Error: Too many consecutive timeouts, printer still connected and alive?)"
2018-04-28 22:50:06,255 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 22:50:06,262 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:50:06,266 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 22:50:06,273 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 22:50:11,934 - octoprint.filemanager.analysis - INFO - Analysis of entry local:caseslice.gcode finished, needed 5.67s
2018-04-28 22:50:44,464 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 22:50:44,476 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 22:50:44,593 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:54,626 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:55,137 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:55,647 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:56,154 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:56,657 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:50:57,162 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:05,851 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-28 22:51:06,429 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 22:51:06,617 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:51:07,042 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:51:07,203 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:07,725 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:08,304 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:08,915 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:09,418 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:09,926 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:19,949 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:20,457 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:20,960 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:21,463 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:21,966 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:22,470 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:24,677 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Offline"
2018-04-28 22:51:26,143 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 22:51:26,163 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 22:51:26,197 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:36,208 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:36,709 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:37,212 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:37,715 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:38,218 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:38,723 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:48,744 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:49,244 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:49,748 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:50,252 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:50,756 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:51,262 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:51:54,431 - octoprint.server.api.system - INFO - Performing command for core:reboot: sudo shutdown -r now
2018-04-28 22:51:54,642 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.2
2018-04-28 22:51:54,662 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-28 22:51:54,743 - octoprint.server - INFO - Shutting down...
2018-04-28 22:51:55,455 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2018-04-28 22:51:55,457 - octoprint.events - INFO - Event loop shut down
2018-04-28 22:51:55,473 - octoprint.server - INFO - Goodbye!
2018-04-28 22:52:05,305 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 22:52:05,310 - octoprint.startup - INFO - Starting OctoPrint 1.3.8
2018-04-28 22:52:05,311 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 22:52:05,471 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
2018-04-28 22:52:06,612 - octoprint.startup - INFO - Blacklist processing done
2018-04-28 22:52:06,755 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 22:52:10,886 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 11 mixin implementations, 8 hook handlers
2018-04-28 22:52:11,114 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2018-04-28 22:52:11,198 - octoprint.server - INFO - Intermediary server started
2018-04-28 22:52:11,199 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 22:52:11,747 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 11 mixin implementations, 8 hook handlers
2018-04-28 22:52:11,813 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2018-04-28 22:52:23,318 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2018-04-28 22:52:23,451 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2018-04-28 22:52:28,435 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2018-04-28 22:52:32,851 - octoprint.util.pip - INFO - Version of pip is 9.0.1
2018-04-28 22:52:32,853 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2018-04-28 22:52:32,854 - octoprint.util.pip - INFO - ==> pip ok -> yes
2018-04-28 22:52:32,858 - octoprint.plugin.core - INFO - Initialized 11 plugin implementation(s)
2018-04-28 22:52:32,872 - octoprint.plugin.core - INFO - 11 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
| DisplayLayerProgress Plugin (1.4.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress
| Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
| OctoPi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/octopi_support
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
| Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
2018-04-28 22:52:32,900 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
| hardware:
| cores: 4
| freq: 1200.0
| ram: 901689344
| os:
| id: linux
| platform: linux2
| plugins:
| octopi_support:
| model: 3B
| revision: a22082
| version: 0.14.0
| python:
| pip: 9.0.1
| version: 2.7.9
| virtualenv: /home/pi/oprint
2018-04-28 22:52:32,919 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2018-04-28 22:52:32,964 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2018-04-28 22:52:33,327 - octoprint.server - INFO - Shutting down intermediary server...
2018-04-28 22:52:33,792 - octoprint.server - INFO - Intermediary server shut down
2018-04-28 22:52:33,807 - octoprint.events - INFO - Processing startup event, this is our first event
2018-04-28 22:52:33,809 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2018-04-28 22:52:33,812 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2018-04-28 22:52:33,889 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2018-04-28 22:52:33,968 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2018-04-28 22:52:34,829 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 22:52:34,835 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 22:52:34,856 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:52:34,867 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _http._tcp
2018-04-28 22:52:34,888 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _octoprint._tcp
2018-04-28 22:52:34,896 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for SSDP
2018-04-28 22:52:34,898 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2018-04-28 22:52:35,047 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2018-04-28 22:52:35,475 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2018-04-28 22:52:35,810 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
2018-04-28 22:52:35,845 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational"
2018-04-28 22:52:35,859 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:52:36,556 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2018-04-28 22:52:37,481 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.0.2; Sprinter/grbl mashup for gen6"
2018-04-28 22:52:42,463 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.2
2018-04-28 22:52:42,862 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:52:45,085 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 22:52:45,239 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:52:57,872 - octoprint.server.preemptive_cache - INFO - ... done in 22.06s
2018-04-28 22:52:57,874 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'}
2018-04-28 22:53:06,365 - octoprint.server.preemptive_cache - INFO - ... done in 8.49s
2018-04-28 22:54:44,967 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 22:54:44,970 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 22:54:46,090 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 22:54:46,145 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Sending file to SD"
2018-04-28 22:54:46,405 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 22:54:46,439 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:55:46,950 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:56:16,963 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:56:46,996 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:57:17,023 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:57:47,028 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 22:58:17,061 - octoprint.util.comm - INFO - No response from printer after 6 consecutive communication timeouts, considering it dead.
2018-04-28 22:58:17,103 - octoprint.util.comm - INFO - Changing monitoring state from "Sending file to SD" to "Offline (Error: Too many consecutive timeouts, printer still connected and alive?)"
2018-04-28 22:58:17,113 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 22:58:17,115 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 22:58:17,120 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 22:58:17,127 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 22:58:22,778 - octoprint.filemanager.analysis - INFO - Analysis of entry local:caseslice.gcode finished, needed 5.67s
2018-04-28 23:02:04,868 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 23:02:04,885 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 23:02:04,913 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 23:02:05,886 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational"
2018-04-28 23:02:10,567 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 23:02:10,600 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.0.2; Sprinter/grbl mashup for gen6"
2018-04-28 23:03:34,991 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-28 23:03:35,592 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 23:03:35,723 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:03:35,987 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:03:52,551 - octoprint.plugins.DisplayLayerProgress - INFO - File selected. Determining number of layers.
2018-04-28 23:03:52,555 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 146, in on_event
with open(selectedFile, "r") as f:
IOError: [Errno 2] No such file or directory: u'casesl~2.gco'
2018-04-28 23:03:52,735 - octoprint.plugins.DisplayLayerProgress - INFO - File selected. Determining number of layers.
2018-04-28 23:03:52,737 - octoprint.plugin - ERROR - Error while calling plugin DisplayLayerProgress
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/plugin/__init__.py", line 225, in call_plugin
result = getattr(plugin, method)(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_DisplayLayerProgress/__init__.py", line 146, in on_event
with open(selectedFile, "r") as f:
IOError: [Errno 2] No such file or directory: u'casesl~2.gco'
2018-04-28 23:03:54,086 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-28 23:03:54,112 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'sdcard', 'name': u'casesl~2.gco', 'file': u'casesl~2.gco', 'path': u'casesl~2.gco', 'size': 226979, 'filename': u'casesl~2.gco'}
2018-04-28 23:03:54,133 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:03:55,200 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-28 23:04:42,842 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, telling it to set the busy interval to our "communicationBusy" timeout - 1s = 2s
2018-04-28 23:05:18,167 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '0'
2018-04-28 23:05:18,179 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 0% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:05:37,286 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '1'
2018-04-28 23:05:37,303 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 1% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:05:44,052 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '2'
2018-04-28 23:05:44,066 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 2% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:05:53,420 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '3'
2018-04-28 23:05:53,438 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 3% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:07,121 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-28 23:06:15,197 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '4'
2018-04-28 23:06:15,212 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 4% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:25,772 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '5'
2018-04-28 23:06:25,785 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 5% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:31,458 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '6'
2018-04-28 23:06:31,472 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 6% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:36,043 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '7'
2018-04-28 23:06:36,059 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 7% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:41,285 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '8'
2018-04-28 23:06:41,296 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 8% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:46,890 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '9'
2018-04-28 23:06:46,904 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 9% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:51,479 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '10'
2018-04-28 23:06:51,494 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 10% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:06:56,067 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '11'
2018-04-28 23:06:56,081 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 11% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:01,466 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '12'
2018-04-28 23:07:01,481 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 12% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:06,820 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '13'
2018-04-28 23:07:06,830 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 13% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:10,891 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '14'
2018-04-28 23:07:10,904 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 14% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:11,117 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 23:07:16,673 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '15'
2018-04-28 23:07:16,684 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 15% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:20,935 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '16'
2018-04-28 23:07:20,950 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 16% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:27,062 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '17'
2018-04-28 23:07:27,076 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 17% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:31,146 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '18'
2018-04-28 23:07:31,156 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 18% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:36,864 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '19'
2018-04-28 23:07:36,879 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 19% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:41,986 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '20'
2018-04-28 23:07:41,996 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 20% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:48,116 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '21'
2018-04-28 23:07:48,127 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 21% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:07:54,076 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '22'
2018-04-28 23:07:54,090 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 22% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:02,410 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '23'
2018-04-28 23:08:02,424 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 23% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:05,982 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '24'
2018-04-28 23:08:05,994 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 24% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:10,101 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '25'
2018-04-28 23:08:10,114 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 25% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:24,263 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '26'
2018-04-28 23:08:24,273 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 26% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:27,956 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '27'
2018-04-28 23:08:27,966 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 27% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:32,035 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '28'
2018-04-28 23:08:32,049 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 28% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:35,093 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '29'
2018-04-28 23:08:35,102 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 29% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:40,186 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '30'
2018-04-28 23:08:40,197 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 30% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:43,943 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '31'
2018-04-28 23:08:43,958 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 31% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:47,003 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '32'
2018-04-28 23:08:47,012 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 32% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:50,064 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '33'
2018-04-28 23:08:50,074 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 33% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:08:55,162 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '34'
2018-04-28 23:08:55,171 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 34% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:00,967 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '35'
2018-04-28 23:09:00,980 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 35% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:07,011 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '36'
2018-04-28 23:09:07,022 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 36% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:11,592 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '37'
2018-04-28 23:09:11,606 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 37% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:15,678 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '38'
2018-04-28 23:09:15,696 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 38% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:30,292 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '39'
2018-04-28 23:09:30,306 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 39% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:34,876 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '40'
2018-04-28 23:09:34,891 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 40% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:38,046 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '41'
2018-04-28 23:09:38,060 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 41% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:42,121 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '42'
2018-04-28 23:09:42,135 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 42% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:46,198 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '43'
2018-04-28 23:09:46,212 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 43% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:51,294 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '44'
2018-04-28 23:09:51,307 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 44% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:53,844 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '45'
2018-04-28 23:09:53,858 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 45% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:09:57,071 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '46'
2018-04-28 23:09:57,085 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 46% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:01,148 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '47'
2018-04-28 23:10:01,161 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 47% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:06,326 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '48'
2018-04-28 23:10:06,341 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 48% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:10,059 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '49'
2018-04-28 23:10:10,070 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 49% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:15,242 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '50'
2018-04-28 23:10:15,255 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 50% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:29,758 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '51'
2018-04-28 23:10:29,769 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 51% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:35,105 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '52'
2018-04-28 23:10:35,119 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 52% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:38,163 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '53'
2018-04-28 23:10:38,176 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 53% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:41,222 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '54'
2018-04-28 23:10:41,231 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 54% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:45,300 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '55'
2018-04-28 23:10:45,314 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 55% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:50,397 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '56'
2018-04-28 23:10:50,411 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 56% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:54,132 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '57'
2018-04-28 23:10:54,146 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 57% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:10:57,193 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '58'
2018-04-28 23:10:57,207 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 58% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:00,252 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '59'
2018-04-28 23:11:00,262 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 59% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:05,884 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '60'
2018-04-28 23:11:05,898 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 60% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:09,719 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '61'
2018-04-28 23:11:09,733 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 61% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:13,287 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '62'
2018-04-28 23:11:13,301 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 62% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:25,961 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '63'
2018-04-28 23:11:25,972 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 63% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:33,269 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '64'
2018-04-28 23:11:33,282 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 64% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:37,351 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '65'
2018-04-28 23:11:37,362 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 65% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:40,415 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '66'
2018-04-28 23:11:40,427 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 66% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:44,494 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '67'
2018-04-28 23:11:44,508 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 67% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:48,070 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '68'
2018-04-28 23:11:48,081 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 68% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:52,529 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '69'
2018-04-28 23:11:52,545 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 69% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:11:56,222 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '70'
2018-04-28 23:11:56,235 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 70% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:00,302 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '71'
2018-04-28 23:12:00,313 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 71% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:03,358 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '72'
2018-04-28 23:12:03,371 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 72% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:08,787 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '73'
2018-04-28 23:12:08,800 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 73% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:12,910 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '74'
2018-04-28 23:12:12,924 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 74% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:19,877 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '75'
2018-04-28 23:12:19,891 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 75% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:31,270 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '76'
2018-04-28 23:12:31,283 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 76% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:33,314 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '77'
2018-04-28 23:12:33,323 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 77% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:36,366 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '78'
2018-04-28 23:12:36,377 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 78% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:38,401 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '79'
2018-04-28 23:12:38,414 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 79% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:41,461 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '80'
2018-04-28 23:12:41,473 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 80% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:43,265 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '81'
2018-04-28 23:12:43,279 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 81% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:45,305 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '82'
2018-04-28 23:12:45,320 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 82% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:47,345 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '83'
2018-04-28 23:12:47,359 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 83% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:50,404 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '84'
2018-04-28 23:12:50,419 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 84% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:52,445 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '85'
2018-04-28 23:12:52,460 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 85% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:55,295 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '86'
2018-04-28 23:12:55,310 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 86% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:12:58,356 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '87'
2018-04-28 23:12:58,370 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 87% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:00,398 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '88'
2018-04-28 23:13:00,413 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 88% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:03,292 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '89'
2018-04-28 23:13:03,304 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 89% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:05,333 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '90'
2018-04-28 23:13:05,347 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 90% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:08,392 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '91'
2018-04-28 23:13:08,407 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 91% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:10,436 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '92'
2018-04-28 23:13:10,445 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 92% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:13,496 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '93'
2018-04-28 23:13:13,511 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 93% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:15,304 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '94'
2018-04-28 23:13:15,314 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 94% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:18,369 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '95'
2018-04-28 23:13:18,384 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 95% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:22,448 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '96'
2018-04-28 23:13:22,459 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 96% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:26,319 - octoprint.plugins.DisplayLayerProgress - INFO - **** print_progress: '97'
2018-04-28 23:13:26,331 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 97% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:13:27,635 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2018-04-28 23:13:27,640 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-28 23:13:27,649 - octoprint.plugins.DisplayLayerProgress - INFO - ** NavBar:Progress: 97% Layer: - of - Height: 0 of 0.0mm
2018-04-28 23:17:36,264 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 23:17:36,877 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 11 mixin implementations, 8 hook handlers
2018-04-28 23:22:11,119 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 23:23:40,985 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2018-04-28 23:23:41,189 - octoprint.server - INFO - Shutting down...
2018-04-28 23:23:41,958 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2018-04-28 23:23:41,966 - octoprint.events - INFO - Event loop shut down
2018-04-28 23:23:41,979 - octoprint.server - INFO - Goodbye!
2018-04-28 23:23:47,093 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 23:23:47,094 - octoprint.startup - INFO - Starting OctoPrint 1.3.8
2018-04-28 23:23:47,095 - octoprint.startup - INFO - ******************************************************************************
2018-04-28 23:23:47,237 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
2018-04-28 23:23:48,347 - octoprint.startup - INFO - Blacklist processing done
2018-04-28 23:23:48,433 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 23:23:51,808 - octoprint.plugin.core - INFO - Found 10 plugin(s) providing 10 mixin implementations, 4 hook handlers
2018-04-28 23:23:52,014 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval
2018-04-28 23:23:52,068 - octoprint.server - INFO - Intermediary server started
2018-04-28 23:23:52,069 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2018-04-28 23:23:52,659 - octoprint.plugin.core - INFO - Found 10 plugin(s) providing 10 mixin implementations, 4 hook handlers
2018-04-28 23:23:52,726 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2018-04-28 23:23:56,270 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2018-04-28 23:23:56,401 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2018-04-28 23:24:00,889 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2018-04-28 23:24:05,723 - octoprint.util.pip - INFO - Version of pip is 9.0.1
2018-04-28 23:24:05,725 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2018-04-28 23:24:05,726 - octoprint.util.pip - INFO - ==> pip ok -> yes
2018-04-28 23:24:05,730 - octoprint.plugin.core - INFO - Initialized 10 plugin implementation(s)
2018-04-28 23:24:05,746 - octoprint.plugin.core - INFO - 10 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
| Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging
| OctoPi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/octopi_support
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager
| Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
2018-04-28 23:24:05,778 - octoprint.environment - INFO - Detected environment is Python 2.7.9 under Linux (linux2). Details:
| hardware:
| cores: 4
| freq: 1200.0
| ram: 901689344
| os:
| id: linux
| platform: linux2
| plugins:
| octopi_support:
| model: 3B
| revision: a22082
| version: 0.14.0
| python:
| pip: 9.0.1
| version: 2.7.9
| virtualenv: /home/pi/oprint
2018-04-28 23:24:05,796 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2018-04-28 23:24:05,843 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2018-04-28 23:24:06,153 - octoprint.server - INFO - Shutting down intermediary server...
2018-04-28 23:24:06,411 - octoprint.server - INFO - Intermediary server shut down
2018-04-28 23:24:06,414 - octoprint.events - INFO - Processing startup event, this is our first event
2018-04-28 23:24:06,416 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event
2018-04-28 23:24:06,421 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2018-04-28 23:24:06,502 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2018-04-28 23:24:06,720 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2018-04-28 23:24:06,849 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2018-04-28 23:24:07,556 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial port"
2018-04-28 23:24:07,563 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate"
2018-04-28 23:24:07,585 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 23:24:07,601 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _http._tcp
2018-04-28 23:24:07,621 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for _octoprint._tcp
2018-04-28 23:24:07,626 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "OctoPrint" for SSDP
2018-04-28 23:24:07,629 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2018-04-28 23:24:07,773 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2018-04-28 23:24:08,048 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid
2018-04-28 23:24:08,398 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://octopi.local/'}
2018-04-28 23:24:08,573 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational"
2018-04-28 23:24:08,585 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 23:24:09,922 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.0.2; Sprinter/grbl mashup for gen6"
2018-04-28 23:24:11,674 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.2
2018-04-28 23:24:12,293 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 23:24:37,334 - octoprint.server.preemptive_cache - INFO - ... done in 28.94s
2018-04-28 23:24:37,344 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-28 23:24:37,346 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.13/'}
2018-04-28 23:24:39,570 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-28 23:24:45,315 - octoprint.server.preemptive_cache - INFO - ... done in 7.97s
2018-04-28 23:25:56,667 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 23:25:56,672 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 23:25:57,758 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-28 23:25:57,882 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Sending file to SD"
2018-04-28 23:28:04,766 - octoprint.util.comm - INFO - Finished in 127.004 s. Approx. transfer rate of 103.186 lines/s or 9.691 ms per line
2018-04-28 23:28:04,788 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Operational"
2018-04-28 23:28:04,790 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-28 23:28:04,795 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-28 23:28:11,903 - octoprint.filemanager.analysis - INFO - Analysis of entry local:caseslice.gcode finished, needed 7.11s
2018-04-28 23:38:52,017 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-28 23:53:52,020 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 00:08:52,022 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 00:11:46,673 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-29 00:11:46,681 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-29 00:11:47,763 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2018-04-29 00:11:47,872 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Sending file to SD"
2018-04-29 00:14:12,749 - octoprint.util.comm - INFO - Finished in 144.983 s. Approx. transfer rate of 99.564 lines/s or 10.044 ms per line
2018-04-29 00:14:12,769 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Operational"
2018-04-29 00:14:12,778 - octoprint.filemanager.analysis - INFO - Starting analysis of local:caseslice.gcode
2018-04-29 00:14:12,781 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/caseslice.gcode
2018-04-29 00:14:21,329 - octoprint.filemanager.analysis - INFO - Analysis of entry local:caseslice.gcode finished, needed 8.55s
2018-04-29 00:15:09,301 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-29 00:15:10,367 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-29 00:15:18,428 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, telling it to set the busy interval to our "communicationBusy" timeout - 1s = 2s
2018-04-29 00:15:58,252 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:16:05,661 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:16:08,718 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:16:42,453 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:16:46,729 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:16:50,502 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:23:52,023 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 00:24:21,686 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:25:03,974 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:25:11,520 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:25:47,188 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:26:21,936 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:26:29,940 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:29:52,068 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:30:01,400 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:31:17,965 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:32:34,474 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-29 00:38:52,025 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 00:46:09,712 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-29 00:46:10,891 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-29 00:49:25,122 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:49:28,128 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 00:53:07,885 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 00:53:52,026 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 00:59:07,510 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 01:01:18,678 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 01:04:03,453 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 01:08:52,028 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 01:23:52,030 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 01:25:05,579 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 01:38:52,031 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 01:49:27,100 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 01:53:52,032 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 02:04:55,987 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 02:08:52,034 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 02:16:44,118 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 02:23:52,035 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 02:25:58,304 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 02:37:27,098 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 02:38:52,037 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 02:42:37,248 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 02:44:33,426 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 02:52:55,458 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 02:53:52,038 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 03:08:52,039 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 03:23:52,041 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 03:35:29,718 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 03:38:52,042 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 03:39:02,602 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-29 03:52:09,150 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-29 03:52:10,310 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-29 03:53:52,044 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 03:55:03,538 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 03:55:06,545 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 04:08:52,045 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 04:23:52,047 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 04:38:52,049 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 04:53:52,051 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 05:08:52,052 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 05:23:52,054 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 05:38:52,055 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 05:53:52,056 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 06:08:52,058 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 06:23:52,059 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 06:38:52,061 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 06:44:44,158 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Operational"
2018-04-29 06:53:52,062 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 07:08:52,064 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 07:23:52,065 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 07:38:52,067 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 07:53:52,068 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 08:08:52,069 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 08:23:52,071 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 08:27:59,605 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 08:38:52,072 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 08:43:45,585 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 08:53:52,074 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 09:08:52,075 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 09:23:52,076 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 09:38:52,078 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 09:53:52,079 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 10:08:52,081 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 10:23:52,082 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 10:38:52,083 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 10:53:52,085 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 11:08:52,086 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 11:23:52,088 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 11:34:22,126 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 11:38:52,089 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 11:39:31,384 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.4
2018-04-29 11:45:08,706 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.4
2018-04-29 11:53:52,090 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 12:08:52,092 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 12:10:43,456 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 12:23:52,093 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 12:27:05,906 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 12:38:52,094 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 12:53:52,096 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 13:08:52,097 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 13:23:52,099 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 13:38:52,100 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 13:53:52,102 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 14:08:52,103 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 14:23:52,104 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 14:38:52,106 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 14:53:52,107 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 15:08:52,109 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 15:23:52,110 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 15:37:55,887 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.2
2018-04-29 15:38:01,282 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.2
2018-04-29 15:38:52,111 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 15:53:52,113 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 16:08:52,114 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 16:16:37,145 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 16:16:49,617 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 16:16:52,016 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 16:16:54,401 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.92s
2018-04-29 16:16:55,829 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.9s
2018-04-29 16:16:56,835 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.86s
2018-04-29 16:16:57,934 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.96s
2018-04-29 16:16:59,006 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.87s
2018-04-29 16:17:05,292 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2018-04-29 16:17:15,334 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes
2018-04-29 16:17:15,335 - octoprint.util.pip - INFO - ==> pip ok -> yes
2018-04-29 16:17:15,382 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2018-04-29 16:23:52,116 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 16:38:52,118 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 16:53:21,969 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Printing from SD"
2018-04-29 16:53:23,150 - octoprint.util.comm - INFO - Externally triggered heatup detected
2018-04-29 16:53:35,483 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.1.8
2018-04-29 16:53:36,024 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.1.8
2018-04-29 16:53:52,119 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 16:54:50,284 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:55:08,802 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:55:34,394 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:55:44,578 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:55:48,269 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:14,639 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:22,930 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:32,281 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:41,037 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:44,044 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:44,861 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:56:57,751 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 16:57:00,757 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:00:33,393 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:00:40,956 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:02:28,966 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:04:14,164 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:04:25,314 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:05:36,231 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:05:45,098 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:06:39,671 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:06:47,237 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:07:28,703 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:07:43,100 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:08:27,387 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:08:36,289 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:08:52,121 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2018-04-29 17:09:37,219 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:10:17,190 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:11:22,707 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:11:29,853 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:11:34,819 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:12:31,866 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:12:37,728 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:13:17,588 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:13:28,176 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:14:27,386 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2018-04-29 17:14:31,256 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment