Skip to content

Instantly share code, notes, and snippets.

@camnewnham
Created December 29, 2016 10:04
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 camnewnham/53aab695139f132550a55f1e9a8af22f to your computer and use it in GitHub Desktop.
Save camnewnham/53aab695139f132550a55f1e9a8af22f to your computer and use it in GitHub Desktop.
Octoprint Log
2016-12-29 03:39:01,682 - octoprint.server - INFO - Shutting down...
2016-12-29 03:39:02,154 - octoprint.server - INFO - Goodbye!
2016-12-29 03:39:09,343 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 03:39:09,377 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 03:39:09,693 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 03:39:09,872 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 03:39:09,877 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 03:39:11,749 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 03:39:11,752 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 03:39:11,756 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 03:39:11,757 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 03:39:11,758 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 03:39:11,764 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 03:39:11,766 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 03:39:12,421 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 529, in _fetch_repository_from_url
r = requests.get(repository_url)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
return request('get', url, params=params, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2016-12-29 03:39:12,439 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 03:39:12,449 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 03:39:12,452 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 03:52:37,512 - octoprint.server - INFO - Shutting down...
2016-12-29 03:52:37,935 - octoprint.server - INFO - Goodbye!
2016-12-29 03:52:44,986 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 03:52:45,019 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 03:52:45,368 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 03:52:45,544 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 03:52:45,549 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 03:52:47,426 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 03:52:47,429 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 03:52:47,433 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 03:52:47,434 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 03:52:47,436 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 03:52:47,441 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 03:52:47,443 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 03:52:48,201 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 529, in _fetch_repository_from_url
r = requests.get(repository_url)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
return request('get', url, params=params, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2016-12-29 03:52:48,219 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 03:52:48,228 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 03:52:48,231 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 03:58:26,342 - octoprint.server - INFO - Shutting down...
2016-12-29 03:58:26,589 - octoprint.server - INFO - Goodbye!
2016-12-29 03:58:32,850 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 03:58:32,884 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 03:58:33,192 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 03:58:33,365 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 03:58:33,370 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 03:58:35,252 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 03:58:35,255 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 03:58:35,258 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 03:58:35,259 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 03:58:35,261 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 03:58:35,267 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 03:58:35,268 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 03:58:35,918 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 529, in _fetch_repository_from_url
r = requests.get(repository_url)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
return request('get', url, params=params, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2016-12-29 03:58:35,936 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 03:58:35,945 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 03:58:35,948 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 03:59:07,706 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 03:59:10,882 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:16:22,291 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:16:47,351 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:16:47,422 - octoprint.server - INFO - Shutting down...
2016-12-29 04:16:48,046 - octoprint.server - INFO - Goodbye!
2016-12-29 04:16:54,932 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:16:54,966 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:16:55,271 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:16:55,449 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:16:55,454 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:16:57,335 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:16:57,339 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:16:57,342 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:16:57,343 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:16:57,345 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:16:57,354 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:16:57,362 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:16:57,994 - octoprint.plugins.pluginmanager - ERROR - Could not fetch plugins from repository at http://plugins.octoprint.org/plugins.json: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager/__init__.py", line 529, in _fetch_repository_from_url
r = requests.get(repository_url)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 69, in get
return request('get', url, params=params, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2016-12-29 04:16:58,012 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:16:58,022 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:16:58,025 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:16:58,062 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:17:02,966 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:20:41,849 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:21:10,488 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:21:13,381 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:22:24,561 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:22:24,600 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:22:24,664 - octoprint.server - INFO - Shutting down...
2016-12-29 04:22:24,808 - octoprint.server - INFO - Goodbye!
2016-12-29 04:22:32,689 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:22:32,724 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:22:33,041 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:22:33,217 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:22:33,222 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:22:35,109 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:22:35,112 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:22:35,116 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:22:35,117 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:22:35,119 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:22:35,128 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:22:35,136 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:22:36,925 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from http://plugins.octoprint.org/plugins.json
2016-12-29 04:22:37,018 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:22:37,028 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:22:37,031 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:22:37,032 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:22:37,107 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:22:41,999 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:22:44,897 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:24:55,563 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:24:55,623 - octoprint.server - INFO - Shutting down...
2016-12-29 04:24:55,682 - octoprint.server - INFO - Goodbye!
2016-12-29 04:25:03,595 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:25:03,629 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:25:03,942 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:25:04,120 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:25:04,125 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:25:06,005 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:25:06,009 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:25:06,012 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:25:06,013 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:25:06,015 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:25:06,024 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:25:06,033 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:25:06,647 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:25:06,671 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:25:06,681 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:25:06,684 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:25:06,734 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:25:09,363 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:25:11,844 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:28:48,562 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:29:13,631 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:29:19,574 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:29:20,577 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:29:23,100 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2016-12-29 04:29:23,303 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:29:23,955 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:29:25,158 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:29:27,610 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:25:12,676 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:25:12,710 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:25:13,020 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:25:13,192 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:25:13,197 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:25:13,216 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:25:15,106 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:25:15,110 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:25:15,112 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:25:15,113 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:25:15,115 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:25:15,117 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:25:15,125 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:25:15,757 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:25:15,779 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:25:15,782 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:25:15,845 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:25:15,861 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:25:15,919 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:25:20,989 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:25:21,969 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:32:02,733 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:32:04,055 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:32:59,014 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:32:59,016 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:32:59,085 - octoprint.server - INFO - Shutting down...
2016-12-29 04:33:00,029 - octoprint.server - INFO - Goodbye!
2016-12-29 04:33:14,421 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:33:14,455 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:33:14,765 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:33:14,941 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:33:14,946 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:33:14,966 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:33:16,846 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:33:16,850 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:33:16,853 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:33:16,854 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:33:16,856 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:33:16,865 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:33:16,874 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:33:17,480 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:33:17,490 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:33:17,503 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:33:17,520 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:33:17,576 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:33:21,991 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:33:23,279 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:33:23,406 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:33:26,566 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:34:16,728 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:34:23,355 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:35:37,195 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:35:37,199 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:35:37,268 - octoprint.server - INFO - Shutting down...
2016-12-29 04:35:37,376 - octoprint.server - INFO - Goodbye!
2016-12-29 04:35:44,727 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:35:44,761 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:35:45,073 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:35:45,245 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:35:45,250 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:35:45,270 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:35:47,163 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:35:47,167 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:35:47,170 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:35:47,171 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:35:47,173 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:35:47,182 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:35:47,191 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:35:47,799 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:35:47,810 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:35:47,812 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:35:47,875 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:35:47,892 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:35:47,954 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:35:51,591 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:35:53,061 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:35:55,091 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:35:56,860 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:36:10,259 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:37:00,331 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:35:44,868 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:35:44,902 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:35:45,209 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:35:45,383 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:35:45,388 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:35:45,407 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:35:47,287 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:35:47,291 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:35:47,294 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:35:47,296 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:35:47,297 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:35:47,298 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:35:47,306 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:35:47,933 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:35:47,946 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:35:47,949 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:35:48,040 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:35:48,058 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:35:48,122 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:35:53,104 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:35:54,157 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:35:56,927 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:38:25,630 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:38:47,711 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:38:54,669 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:39:01,437 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:44:15,451 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:44:15,459 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:44:15,468 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:44:15,520 - octoprint.server - INFO - Shutting down...
2016-12-29 04:44:16,182 - octoprint.server - INFO - Goodbye!
2016-12-29 04:44:23,425 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 04:44:23,460 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 04:44:23,774 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 04:44:23,949 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:44:23,954 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:44:23,974 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:44:25,843 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 04:44:25,847 - octoprint.plugin.core - INFO - Initialized 5 plugin implementation(s)
2016-12-29 04:44:25,849 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:44:25,850 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:44:25,852 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:44:25,862 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:44:25,871 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:44:26,489 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:44:26,499 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:44:26,512 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:44:26,529 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:44:26,587 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:44:31,907 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:44:32,968 - octoprint.server - INFO - Preemptively caching / for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:44:44,676 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:44:44,714 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:44:47,398 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:45:25,931 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:45:28,326 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:45:41,737 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:45:43,981 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:45:51,369 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:45:53,734 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:47:16,631 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:47:18,986 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:47:32,634 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:48:15,330 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:48:26,434 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:48:34,889 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:48:35,471 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:48:42,025 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.3.0...
2016-12-29 04:50:08,507 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:50:09,382 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:50:15,300 - octoprint.plugins.softwareupdate - INFO - Update of octoprint to 1.3.0 successful!
2016-12-29 04:50:15,356 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2016-12-29 04:50:15,380 - octoprint.plugins.softwareupdate - INFO - Restarting...
2016-12-29 04:50:47,401 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 04:50:47,401 - octoprint.server - INFO - --- Logged during platform initialization: ---
2016-12-29 04:50:47,246 - octoprint.settings - INFO - Migrated shutdown action to server.commands.systemShutdownCommand
2016-12-29 04:50:47,246 - octoprint.settings - INFO - Deleting shutdown action from configured system commands, superseeded by server.commands.systemShutdownCommand
2016-12-29 04:50:47,247 - octoprint.settings - INFO - Deleting reboot action from configured system commands, superseeded by server.commands.systemRestartCommand
2016-12-29 04:50:47,247 - octoprint.settings - INFO - Deleting restart action from configured system commands, superseeded by server.commands.serverRestartCommand
2016-12-29 04:50:47,248 - octoprint.settings - INFO - Made a copy of the current config at /home/pi/.octoprint/config.system_command_migration.yaml to allow recovery of manual system command configuration
2016-12-29 04:50:47,403 - octoprint.server - INFO - ----------------------------------------------
2016-12-29 04:50:47,477 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:50:48,826 - octoprint.plugin.core - INFO - Found 7 plugin(s) providing 7 mixin implementations, 4 hook handlers
2016-12-29 04:50:48,853 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:50:49,089 - octoprint.plugin.core - INFO - Found 7 plugin(s) providing 7 mixin implementations, 4 hook handlers
2016-12-29 04:50:49,094 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:50:49,095 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:50:49,104 - octoprint.plugins.softwareupdate - INFO - Version cache was created for another version of OctoPrint, not using it
2016-12-29 04:50:50,818 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:50:52,450 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:50:52,451 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 04:50:52,453 - octoprint.plugin.core - INFO - Initialized 7 plugin implementation(s)
2016-12-29 04:50:52,457 - octoprint.plugin.core - INFO - 7 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:50:52,458 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:50:52,464 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:50:52,466 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:50:52,475 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:50:52,770 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:50:52,781 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:50:52,785 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:50:52,810 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:50:52,829 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:50:52,876 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987052837 (127.0.0.1) 26.21ms
2016-12-29 04:50:52,914 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986766192 (127.0.0.1) 27.65ms
2016-12-29 04:50:53,416 - octoprint.plugins.announcements - INFO - Loaded channel _important from http://octoprint.org/feeds/important.xml in 0.55s
2016-12-29 04:50:53,880 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482986767097 (127.0.0.1) 11.94ms
2016-12-29 04:50:53,884 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:50:53,907 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987053869 (127.0.0.1) 9.73ms
2016-12-29 04:50:53,950 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987053887 (127.0.0.1) 36.47ms
2016-12-29 04:50:53,957 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:50:54,027 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986767260 (127.0.0.1) 29.24ms
2016-12-29 04:50:54,104 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:50:56,315 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2016-12-29 04:50:56,736 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987054953 (127.0.0.1) 85.27ms
2016-12-29 04:50:56,796 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986768408 (127.0.0.1) 52.56ms
2016-12-29 04:50:57,536 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987057456 (127.0.0.1) 28.44ms
2016-12-29 04:50:57,620 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986770909 (127.0.0.1) 29.02ms
2016-12-29 04:50:58,578 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987058539 (127.0.0.1) 28.18ms
2016-12-29 04:50:59,677 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986772043 (127.0.0.1) 33.70ms
2016-12-29 04:50:59,771 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987059581 (127.0.0.1) 90.39ms
2016-12-29 04:51:00,832 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986774023 (127.0.0.1) 33.20ms
2016-12-29 04:51:00,873 - tornado.access - WARNING - 404 GET /cached.gif?_=1482987060775 (127.0.0.1) 35.60ms
2016-12-29 04:51:01,333 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:51:01,899 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986775175 (127.0.0.1) 33.10ms
2016-12-29 04:51:01,928 - octoprint.server.views - INFO - Path / was bypassed from cache (key: ui:_default:http://127.0.0.1/:en), signaling as cached
2016-12-29 04:51:04,566 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:51:07,068 - octoprint.server.views - INFO - Path / was bypassed from cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:51:07,131 - octoprint.server.views - INFO - Path / was bypassed from cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:51:11,585 - octoprint.server.views - INFO - Path / was bypassed from cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:51:11,614 - octoprint.server.views - INFO - Path / was bypassed from cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:51:13,183 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:51:18,463 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:51:28,539 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:51:30,987 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:51:31,377 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:51:32,807 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:52:04,005 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:52:04,255 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 7 mixin implementations, 4 hook handlers
2016-12-29 04:52:04,256 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| !TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:52:08,143 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2016-12-29 04:52:08,222 - octoprint.server - INFO - Shutting down...
2016-12-29 04:52:08,505 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 04:52:08,518 - octoprint.events - INFO - Event loop shut down
2016-12-29 04:52:08,531 - octoprint.server - INFO - Goodbye!
2016-12-29 04:52:10,561 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 04:52:10,634 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:52:11,989 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:52:12,017 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:52:12,283 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:52:12,289 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:52:12,290 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:52:12,317 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:52:14,042 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:52:15,684 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:52:15,685 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 04:52:15,687 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 04:52:15,692 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:52:15,694 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:52:15,700 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:52:15,702 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:52:15,715 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:52:15,941 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:52:15,954 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:52:15,957 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:52:15,974 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:52:15,992 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:52:16,070 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:52:16,126 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:52:19,217 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:52:19,248 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:52:23,536 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:52:25,367 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/, --user flag needed => no, virtual env => yes
2016-12-29 04:52:25,464 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2016-12-29 04:52:25,771 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482986849972 (127.0.0.1) 10.81ms
2016-12-29 04:52:25,794 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987136922 (127.0.0.1) 9.24ms
2016-12-29 04:52:26,354 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987139424 (127.0.0.1) 8.79ms
2016-12-29 04:52:26,368 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482986853193 (127.0.0.1) 10.29ms
2016-12-29 04:52:26,383 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987141927 (127.0.0.1) 9.39ms
2016-12-29 04:52:26,395 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482987144429 (127.0.0.1) 9.03ms
2016-12-29 04:52:26,408 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482986855695 (127.0.0.1) 9.29ms
2016-12-29 04:52:26,424 - tornado.access - WARNING - 404 GET /intermediary.gif?_=1482986858197 (127.0.0.1) 9.93ms
2016-12-29 04:52:26,451 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://127.0.0.1/:en), signaling as cached
2016-12-29 04:52:26,489 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986859669 (127.0.0.1) 32.20ms
2016-12-29 04:52:26,518 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://127.0.0.1/:en), signaling as cached
2016-12-29 04:52:26,552 - tornado.access - WARNING - 404 GET /cached.gif?_=1482986859755 (127.0.0.1) 27.89ms
2016-12-29 04:52:26,618 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:52:27,532 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:52:27,690 - octoprint.server.views - INFO - Found path / in cache (key: ui:_default:http://10.1.1.35/:en), signaling as cached
2016-12-29 04:52:28,756 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:52:31,354 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:52:33,169 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:54:42,122 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:54:42,129 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 04:54:42,137 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:54:42,147 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 04:54:42,231 - octoprint.server - INFO - Shutting down...
2016-12-29 04:54:42,849 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 04:54:42,850 - octoprint.events - INFO - Event loop shut down
2016-12-29 04:54:42,858 - octoprint.server - INFO - Goodbye!
2016-12-29 04:54:52,222 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 04:54:52,354 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:54,339 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:54,390 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:54,625 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:54,631 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:54:54,635 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:54:54,675 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:54:57,446 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:54:59,234 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:54:59,235 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 04:54:59,237 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 04:54:59,249 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:54:59,251 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:54:59,262 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:54:59,294 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:54:59,347 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:55:00,419 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:55:00,435 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:55:00,438 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:55:00,539 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:55:00,556 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:55:00,695 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:55:00,834 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:54:51,572 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 04:54:51,875 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:53,865 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:53,917 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:54,150 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:54,155 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:54:54,160 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:54:54,200 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:54:56,650 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:54:58,415 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:54:58,419 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 04:54:58,422 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 04:54:58,429 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:54:58,431 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:54:58,432 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:54:58,440 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:54:58,453 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:54:59,524 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:54:59,536 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:54:59,541 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 04:54:59,626 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:54:59,647 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:54:59,802 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:56:17,652 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:56:20,747 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:56:21,652 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:54:51,749 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 04:54:51,904 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:53,904 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:53,956 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 04:54:54,190 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 04:54:54,195 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 04:54:54,201 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 04:54:54,240 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 04:54:56,202 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 04:54:57,857 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 04:54:57,858 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 04:54:57,860 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 04:54:57,865 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 04:54:57,867 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 04:54:57,872 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 04:54:57,874 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 04:54:57,886 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 04:54:58,481 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 04:54:58,493 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 04:54:58,509 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 04:54:58,527 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 04:54:58,619 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:57:43,095 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 04:57:47,980 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 04:57:51,134 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 04:59:43,087 - tornado.access - WARNING - 401 POST /api/login (127.0.0.1) 22.59ms
2016-12-29 04:59:43,122 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:59:46,675 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 04:59:46,744 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:00:38,287 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:00:38,315 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:00:38,322 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:00:38,335 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:00:38,401 - octoprint.server - INFO - Shutting down...
2016-12-29 05:00:38,978 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:00:38,979 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:00:39,007 - octoprint.server - INFO - Goodbye!
2016-12-29 05:00:45,558 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:00:45,710 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:47,809 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:47,861 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:48,093 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:48,098 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:00:48,103 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:00:48,143 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:00:50,559 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:00:52,354 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:00:52,356 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:00:52,359 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:00:52,371 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:00:52,377 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:00:52,379 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:00:52,474 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:00:52,509 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:00:53,599 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:00:53,615 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:00:53,619 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:00:53,752 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:00:53,770 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:00:54,027 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:00:56,183 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:00:57,455 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:01:15,751 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:01:16,880 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:01:19,384 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:01:19,541 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:00:46,046 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:00:46,184 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:48,274 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:48,326 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:48,557 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:48,563 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:00:48,568 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:00:48,607 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:00:51,296 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:00:53,158 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:00:53,159 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:00:53,161 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:00:53,167 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:00:53,168 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:00:53,174 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:00:53,176 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:00:53,188 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:00:54,406 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:00:54,426 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:00:54,429 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:00:54,469 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:00:54,487 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:00:54,591 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:02:54,700 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:02:57,855 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:02:58,800 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:00:46,209 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:00:46,362 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:48,481 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:48,533 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:00:48,765 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:00:48,771 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:00:48,776 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:00:48,815 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:00:50,825 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:00:52,707 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:00:52,708 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:00:52,710 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:00:52,716 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:00:52,717 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:00:52,723 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:00:52,725 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:00:52,737 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:00:53,574 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:00:53,585 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:00:53,588 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:00:53,624 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:00:53,641 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:00:53,770 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:04:31,431 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:04:34,549 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:04:34,890 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:06:37,599 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:06:37,680 - octoprint.server - INFO - Shutting down...
2016-12-29 05:06:38,465 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:06:38,466 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:06:38,475 - octoprint.server - INFO - Goodbye!
2016-12-29 05:06:45,113 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:06:45,250 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:06:47,352 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:06:47,403 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:06:47,633 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:06:47,638 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:06:47,643 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:06:47,682 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:06:49,674 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:06:51,431 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:06:51,432 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:06:51,434 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:06:51,441 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:06:51,442 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:06:51,449 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:06:51,457 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:06:51,478 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:06:51,940 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:06:51,957 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:06:51,961 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:06:51,999 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:06:52,033 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:06:52,149 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:06:45,099 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:06:45,235 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:06:47,344 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:06:47,396 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:06:47,631 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:06:47,636 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:06:47,641 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:06:47,681 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:06:50,139 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:06:51,948 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:06:51,950 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:06:51,952 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:06:51,961 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:06:51,963 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:06:51,972 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:06:51,974 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:06:51,988 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:06:52,927 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:06:52,939 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:06:52,942 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:06:53,019 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:06:53,043 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:06:53,213 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:08:55,379 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:08:55,448 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:08:57,472 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:08:58,840 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:08:59,496 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:11:14,098 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:11:14,134 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:11:14,139 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:11:14,184 - octoprint.server - INFO - Shutting down...
2016-12-29 05:11:14,723 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:11:14,724 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:11:14,734 - octoprint.server - INFO - Goodbye!
2016-12-29 05:11:20,701 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:11:20,851 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:22,948 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:22,999 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:23,235 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:23,240 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:11:23,245 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:11:23,285 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:11:25,281 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:11:27,158 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:11:27,159 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:11:27,161 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:11:27,167 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:11:27,173 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:11:27,188 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:11:27,258 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:11:27,286 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:11:28,209 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:11:28,222 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:11:28,225 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:11:28,263 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:11:28,283 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:11:28,400 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:11:29,237 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:11:31,433 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:11:50,651 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:11:53,797 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:11:54,634 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:12:18,740 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:12:23,574 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:12:54,625 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:11:20,719 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:11:20,851 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:22,965 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:23,017 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:23,250 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:23,255 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:11:23,261 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:11:23,300 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:11:25,325 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:11:27,124 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:11:27,125 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:11:27,127 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:11:27,142 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:11:27,144 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:11:27,150 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:11:27,153 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:11:27,167 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:11:28,052 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:11:28,067 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:11:28,070 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:11:28,101 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:11:28,118 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:11:28,219 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:14:25,092 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:14:25,151 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:14:28,312 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:11:20,773 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:11:20,910 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:23,046 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:23,098 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:11:23,332 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:11:23,338 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:11:23,343 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:11:23,382 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:11:25,858 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:11:27,745 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:11:27,745 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:11:27,747 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:11:27,754 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:11:27,755 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:11:27,764 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:11:27,766 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:11:27,786 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:11:28,663 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:11:28,679 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:11:28,685 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:11:28,833 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:11:28,849 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:11:29,094 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:11:31,891 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:15:48,947 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:15:49,031 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:15:52,182 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:18:32,335 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:18:36,924 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:20:11,126 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:20:12,330 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:20:54,842 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:20:54,851 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:20:54,913 - octoprint.server - INFO - Shutting down...
2016-12-29 05:20:55,771 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:20:55,772 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:20:55,781 - octoprint.server - INFO - Goodbye!
2016-12-29 05:21:02,067 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:21:02,204 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:21:04,297 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:21:04,349 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:21:04,584 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:21:04,589 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:21:04,594 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:21:04,634 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:21:07,027 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:21:08,862 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:21:08,863 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:21:08,865 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:21:08,873 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:21:08,875 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:21:08,882 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:21:08,909 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:21:08,951 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:21:09,950 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:21:09,972 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:21:09,982 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:21:10,062 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:21:10,083 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:21:10,315 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:21:32,750 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:21:32,816 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:21:35,444 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:21:38,770 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:23:54,590 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:23:56,734 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:26:43,193 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:26:43,241 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:26:43,303 - octoprint.server - INFO - Shutting down...
2016-12-29 05:26:43,422 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:26:43,422 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:26:43,435 - octoprint.server - INFO - Goodbye!
2016-12-29 05:26:53,576 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:26:53,707 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:26:55,823 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:26:55,875 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:26:56,104 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:26:56,109 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:26:56,196 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:26:56,371 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:26:58,762 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:27:00,549 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:27:00,550 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:27:00,552 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:27:00,557 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:27:00,558 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:27:00,564 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:27:00,571 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:27:00,584 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:27:00,900 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:27:00,912 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:27:00,915 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:27:00,941 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:27:00,960 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:27:01,059 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:27:01,640 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:27:09,078 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:27:11,763 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:27:21,518 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:27:21,591 - octoprint.server - INFO - Shutting down...
2016-12-29 05:27:22,212 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:27:22,213 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:27:22,228 - octoprint.server - INFO - Goodbye!
2016-12-29 05:27:30,421 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:27:30,557 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:27:32,685 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:27:32,737 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:27:32,967 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:27:32,973 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:27:32,978 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:27:33,017 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:27:35,203 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:27:37,035 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:27:37,036 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:27:37,038 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:27:37,043 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:27:37,045 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:27:37,050 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:27:37,057 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:27:37,071 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:27:37,773 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:27:37,784 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:27:37,787 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:27:37,815 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:27:37,831 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:27:37,929 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:28:09,831 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:28:12,461 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:32:21,703 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:32:45,427 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:32:45,491 - octoprint.server - INFO - Shutting down...
2016-12-29 05:32:45,781 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:32:45,782 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:32:45,792 - octoprint.server - INFO - Goodbye!
2016-12-29 05:32:54,568 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:32:54,701 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:32:56,788 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:32:56,839 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:32:57,069 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:32:57,075 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:32:57,097 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:32:57,134 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:32:59,659 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:33:01,500 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:33:01,501 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:33:01,503 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:33:01,511 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:33:01,512 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:33:01,519 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:33:01,574 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:33:01,616 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:33:02,449 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:33:02,463 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:33:02,466 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:33:02,581 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:33:02,601 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:33:02,800 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:33:05,551 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:33:24,642 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:33:27,803 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:33:28,958 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:40:57,891 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:41:02,376 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:41:33,969 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:41:33,977 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:41:34,045 - octoprint.server - INFO - Shutting down...
2016-12-29 05:41:34,901 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 05:41:34,902 - octoprint.events - INFO - Event loop shut down
2016-12-29 05:41:34,911 - octoprint.server - INFO - Goodbye!
2016-12-29 05:41:42,652 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 05:41:42,789 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:41:44,944 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:41:44,996 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 05:41:45,236 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 05:41:45,242 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 05:41:45,248 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 05:41:45,288 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 05:41:47,945 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 05:41:49,832 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 05:41:49,833 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 05:41:49,837 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 05:41:49,845 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 05:41:49,847 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 05:41:49,854 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 05:41:49,866 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 05:41:49,897 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 05:41:51,017 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 05:41:51,031 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 05:41:51,037 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 05:41:51,058 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 05:41:51,089 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 05:41:51,252 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 05:41:53,511 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 05:42:15,026 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:42:15,074 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 05:42:18,185 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 05:42:19,012 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 05:44:46,980 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 05:48:46,753 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.63ms
2016-12-29 05:48:46,779 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.07ms
2016-12-29 05:48:46,797 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.02ms
2016-12-29 05:48:48,852 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 9.80ms
2016-12-29 05:48:48,872 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.33ms
2016-12-29 05:48:48,890 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.16ms
2016-12-29 05:48:51,082 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 17.63ms
2016-12-29 05:48:51,114 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 15.67ms
2016-12-29 05:48:51,140 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 9.79ms
2016-12-29 05:48:53,170 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.20ms
2016-12-29 05:48:53,188 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.15ms
2016-12-29 05:48:53,207 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.45ms
2016-12-29 05:48:55,251 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 16.47ms
2016-12-29 05:48:55,286 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 16.81ms
2016-12-29 05:48:55,307 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.53ms
2016-12-29 05:48:57,341 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 17.12ms
2016-12-29 05:48:57,373 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 18.05ms
2016-12-29 05:48:57,405 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 15.73ms
2016-12-29 05:48:59,532 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 17.64ms
2016-12-29 05:48:59,565 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 16.93ms
2016-12-29 05:48:59,594 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 12.79ms
2016-12-29 05:49:01,718 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 17.50ms
2016-12-29 05:49:01,752 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 19.34ms
2016-12-29 05:49:01,782 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 16.47ms
2016-12-29 05:49:03,820 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 9.76ms
2016-12-29 05:49:03,840 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 13.23ms
2016-12-29 05:49:03,854 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.61ms
2016-12-29 05:49:06,090 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 20.94ms
2016-12-29 05:49:06,116 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 16.61ms
2016-12-29 05:49:06,160 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 25.35ms
2016-12-29 05:49:08,207 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.14ms
2016-12-29 05:49:08,226 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.49ms
2016-12-29 05:49:08,250 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 13.00ms
2016-12-29 05:49:09,835 - tornado.access - WARNING - 401 POST /api/printer/bed (127.0.0.1) 14.60ms
2016-12-29 05:49:10,018 - tornado.access - WARNING - 401 POST /api/printer/bed (127.0.0.1) 14.97ms
2016-12-29 05:49:10,420 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 24.50ms
2016-12-29 05:49:10,450 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 18.69ms
2016-12-29 05:49:10,480 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 15.81ms
2016-12-29 05:49:11,252 - tornado.access - WARNING - 401 POST /api/printer/tool (127.0.0.1) 11.77ms
2016-12-29 05:49:11,925 - tornado.access - WARNING - 401 POST /api/printer/printhead (127.0.0.1) 10.85ms
2016-12-29 05:49:12,574 - tornado.access - WARNING - 401 POST /api/printer/printhead (127.0.0.1) 9.81ms
2016-12-29 05:49:12,598 - tornado.access - WARNING - 401 GET /api/printer?apikey=API_KEY_GOES_HERE (127.0.0.1) 15.41ms
2016-12-29 05:49:12,609 - tornado.access - WARNING - 401 GET /api/job?apikey=API_KEY_GOES_HERE (127.0.0.1) 8.34ms
2016-12-29 05:49:12,629 - tornado.access - WARNING - 401 GET /api/connection?apikey=API_KEY_GOES_HERE (127.0.0.1) 9.09ms
2016-12-29 06:06:49,736 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': 'l10n=en', 'path': u'/', '_count': 1, '_timestamp': 1482991609.736411, 'base_url': 'http://0.0.0.0/'}
2016-12-29 06:07:00,928 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:10:04,256 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 06:10:04,334 - octoprint.server - INFO - Shutting down...
2016-12-29 06:10:04,462 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 06:10:04,467 - octoprint.events - INFO - Event loop shut down
2016-12-29 06:10:04,475 - octoprint.server - INFO - Goodbye!
2016-12-29 06:10:14,004 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 06:10:14,147 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:10:16,296 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:10:16,348 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:10:16,582 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:10:16,588 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 06:10:16,593 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 06:10:16,633 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 06:10:19,023 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 06:10:20,838 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 06:10:20,839 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 06:10:20,841 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 06:10:20,847 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 06:10:20,852 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 06:10:20,855 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 06:10:20,949 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 06:10:20,997 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 06:10:22,303 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 06:10:22,328 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 06:10:22,332 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 06:10:22,398 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 06:10:22,419 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 06:10:22,594 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 06:10:41,043 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:10:44,062 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:10:44,106 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 06:10:48,518 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:16:25,600 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 06:22:25,983 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:24:57,141 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 06:24:57,252 - octoprint.server - INFO - Shutting down...
2016-12-29 06:24:58,165 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 06:24:58,166 - octoprint.events - INFO - Event loop shut down
2016-12-29 06:24:58,176 - octoprint.server - INFO - Goodbye!
2016-12-29 06:25:05,429 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 06:25:05,574 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:07,776 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:07,829 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:08,069 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:08,075 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 06:25:08,081 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 06:25:08,122 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 06:25:10,479 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 06:25:12,407 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 06:25:12,408 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 06:25:12,410 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 06:25:12,417 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 06:25:12,419 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 06:25:12,425 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 06:25:12,439 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 06:25:12,455 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 06:25:13,381 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 06:25:13,398 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 06:25:13,404 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 06:25:13,490 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 06:25:13,512 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 06:25:13,715 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 06:25:31,461 - tornado.access - WARNING - 404 GET /static/webassets/packed_client.js?dc5a235f (127.0.0.1) 6.58ms
2016-12-29 06:25:31,470 - tornado.access - WARNING - 404 GET /static/webassets/packed_plugins.js?a217d061 (127.0.0.1) 3.76ms
2016-12-29 06:25:31,504 - tornado.access - WARNING - 404 GET /static/webassets/packed_core.js?6e94734d (127.0.0.1) 3.99ms
2016-12-29 06:25:32,905 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:25:36,115 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:25:36,166 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 06:25:36,180 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:25:06,437 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 06:25:06,680 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:10,548 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:10,668 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:11,179 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:11,189 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 06:25:11,192 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 06:25:11,278 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 06:31:19,202 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 06:31:22,431 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 06:31:22,432 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 06:31:22,436 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 06:31:22,447 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 06:31:22,449 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 06:31:22,460 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 06:31:22,463 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 06:31:22,484 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 06:31:23,282 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 06:31:23,325 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 06:31:23,331 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 06:31:23,380 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 06:31:23,415 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 06:31:23,618 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 06:31:46,718 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:31:51,389 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:31:51,433 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 06:31:53,374 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:25:04,974 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 06:25:05,129 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:07,302 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:07,353 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:07,587 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:07,593 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 06:25:07,599 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 06:25:07,638 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 06:25:09,619 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 06:25:11,237 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 06:25:11,238 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 06:25:11,240 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 06:25:11,246 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 06:25:11,247 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 06:25:11,253 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 06:25:11,255 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 06:25:11,266 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 06:25:11,888 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 06:25:11,900 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 06:25:11,916 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 06:25:11,933 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 06:25:12,033 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 06:46:33,262 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:46:39,051 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 06:46:39,131 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 06:46:43,564 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 06:50:09,378 - octoprint.util.comm - ERROR - Unexpected error while connecting to serial port: /dev/ttyACM0 SerialException: 'device reports readiness to read but returned no data (device disconnected or multiple access on port?)' @ comm.py:_detectPort:1645
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 1645, in _detectPort
programmer.connect(p)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 34, in connect
self.sendMessage([1])
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 108, in sendMessage
return self.recvMessage()
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 114, in recvMessage
s = self.serial.read()
File "build/bdist.linux-armv7l/egg/serial/serialposix.py", line 475, in read
raise SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
2016-12-29 06:50:09,388 - octoprint.util.comm - ERROR - Unexpected error while connecting to serial port: AUTO AttributeError: ''MachineCom' object has no attribute '_errorValue'' @ comm.py:_openSerial:1694 (hook default)
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 1694, in _openSerial
serial_obj = factory(self, self._port, self._baudrate, settings().getFloat(["serial", "timeout", "connection"]))
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 1671, in default
self._changeState(self.STATE_ERROR)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 432, in _changeState
self._callback.on_comm_state_change(newState)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/printer/standard.py", line 997, in on_comm_state_change
self._setState(state, state_string=state_string)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/printer/standard.py", line 639, in _setState
state_string=self.get_state_string(self._state)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/printer/standard.py", line 497, in get_state_string
return self._comm.getStateString(state=state)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 492, in getStateString
return "Error: %s" % (self.getErrorString())
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 500, in getErrorString
return self._errorValue
AttributeError: 'MachineCom' object has no attribute '_errorValue'
2016-12-29 06:50:12,077 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 06:50:12,078 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 06:53:30,147 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 06:53:30,149 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 06:53:37,708 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 06:53:37,709 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 06:25:06,261 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 06:25:06,400 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:08,418 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:08,470 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 06:25:08,705 - octoprint.plugin.core - INFO - Found 8 plugin(s) providing 8 mixin implementations, 6 hook handlers
2016-12-29 06:25:08,710 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 06:25:08,716 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 06:25:08,755 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 06:25:10,768 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 06:25:12,441 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 06:25:12,442 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 06:25:12,444 - octoprint.plugin.core - INFO - Initialized 8 plugin implementation(s)
2016-12-29 06:25:12,450 - octoprint.plugin.core - INFO - 8 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 06:25:12,451 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 06:25:12,457 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 06:25:12,459 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 06:25:12,472 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 06:25:13,513 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 06:25:13,527 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 06:25:13,530 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 06:25:13,566 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 06:25:13,590 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 06:25:13,750 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 07:03:18,693 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:03:21,916 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:03:21,960 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 07:03:23,532 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 07:04:14,989 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 07:04:14,989 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 07:10:43,199 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'query_string': 'l10n=en', 'path': u'/', '_count': 1, '_timestamp': 1482995443.19854, 'base_url': 'http://10.1.1.37/'}
2016-12-29 07:10:58,183 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.12
2016-12-29 07:14:17,291 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.12
2016-12-29 07:14:18,775 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.12
2016-12-29 07:14:33,590 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.12
2016-12-29 07:14:34,438 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.12
2016-12-29 07:22:54,867 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:22:54,917 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:23:49,795 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:23:50,351 - octoprint.plugin.core - INFO - Found 9 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:23:50,355 - octoprint.plugin.core - INFO - 9 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:24:36,044 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:24:36,608 - octoprint.plugin.core - INFO - Found 10 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:24:36,611 - octoprint.plugin.core - INFO - 10 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| !Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:25:07,792 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:25:08,394 - octoprint.plugin.core - INFO - Found 11 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:25:08,397 - octoprint.plugin.core - INFO - 11 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| !Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| !DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:25:36,589 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:25:37,184 - octoprint.plugin.core - INFO - Found 12 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:25:37,187 - octoprint.plugin.core - INFO - 12 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| !Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| !DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| !EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:26:33,829 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:26:34,183 - octoprint.plugin.core - INFO - Found 13 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:26:34,185 - octoprint.plugin.core - INFO - 13 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| !Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| !DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| !EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| !Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:28:17,426 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:28:17,722 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 9 mixin implementations, 6 hook handlers
2016-12-29 07:28:17,723 - octoprint.plugin.core - INFO - 14 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| !Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| !DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| !EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| !Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| !Pushbullet (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:29:20,267 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2016-12-29 07:29:20,437 - octoprint.server - INFO - Shutting down...
2016-12-29 07:29:20,671 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 07:29:20,693 - octoprint.events - INFO - Event loop shut down
2016-12-29 07:29:20,696 - octoprint.server - INFO - Goodbye!
2016-12-29 07:29:24,304 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 07:29:24,406 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:29:27,392 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 07:29:27,441 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:29:27,942 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 07:29:27,951 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 07:29:27,952 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 07:29:27,996 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 07:29:31,389 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 07:29:34,291 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 07:29:34,293 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 07:29:34,305 - octoprint.plugin.core - INFO - Initialized 14 plugin implementation(s)
2016-12-29 07:29:34,318 - octoprint.plugin.core - INFO - 14 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Pushbullet (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:29:34,320 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 07:29:34,332 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 07:29:34,337 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 07:29:34,364 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 07:29:35,319 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 07:29:35,363 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 07:29:35,369 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 07:29:35,402 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 07:29:35,456 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 07:29:37,257 - octoprint.plugins.octobullet - ERROR - Error while instantiating PushBullet
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet/__init__.py", line 205, in _create_sender
bullet = pushbullet.PushBullet(token)
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 29, in __init__
self.refresh()
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 288, in refresh
self._load_devices()
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 42, in _load_devices
resp_dict = self._get_data(self.DEVICES_URL)
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 35, in _get_data
raise InvalidKeyError()
InvalidKeyError
2016-12-29 07:29:37,401 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 07:29:38,986 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:29:40,052 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 07:29:44,158 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 07:29:44,199 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 07:29:49,173 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:29:53,775 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/, --user flag needed => no, virtual env => yes
2016-12-29 07:29:54,514 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:29:54,563 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 07:29:59,096 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
2016-12-29 07:29:59,549 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.37/'}
2016-12-29 07:30:41,897 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 07:30:48,861 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:34:47,181 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from http://plugins.octoprint.org/feed.xml in 0.29s
2016-12-29 07:34:53,175 - octoprint.plugins.announcements - INFO - Loaded channel _releases from http://octoprint.org/feeds/releases.xml in 1.1s
2016-12-29 07:34:58,029 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from http://octoprint.org/feeds/octopi.xml in 1.4s
2016-12-29 07:35:00,338 - octoprint.plugins.announcements - INFO - Loaded channel _news from http://octoprint.org/feeds/news.xml in 1.1s
2016-12-29 07:35:14,167 - octoprint.plugins.announcements - INFO - Loaded channel _spotlight from http://octoprint.org/feeds/spotlight.xml in 0.63s
2016-12-29 07:35:25,208 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from http://octoprint.org/feeds/octopi.xml in 0.89s
2016-12-29 07:35:25,624 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from http://plugins.octoprint.org/feed.xml in 0.38s
2016-12-29 07:35:26,869 - octoprint.plugins.announcements - INFO - Loaded channel _spotlight from http://octoprint.org/feeds/spotlight.xml in 1.1s
2016-12-29 07:35:28,927 - octoprint.plugins.announcements - INFO - Loaded channel _important from http://octoprint.org/feeds/important.xml in 0.57s
2016-12-29 07:35:30,423 - octoprint.plugins.announcements - INFO - Loaded channel _releases from http://octoprint.org/feeds/releases.xml in 0.96s
2016-12-29 07:35:33,217 - octoprint.plugins.announcements - INFO - Loaded channel _news from http://octoprint.org/feeds/news.xml in 0.88s
2016-12-29 07:37:53,162 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2016-12-29 07:37:53,315 - octoprint.server - INFO - Shutting down...
2016-12-29 07:37:53,351 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 07:37:53,353 - octoprint.events - INFO - Event loop shut down
2016-12-29 07:37:53,362 - octoprint.server - INFO - Goodbye!
2016-12-29 07:37:57,194 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 07:37:57,270 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:37:59,015 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 07:37:59,041 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 07:37:59,326 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 07:37:59,333 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 07:37:59,335 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 07:37:59,437 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 07:38:01,372 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 07:38:03,281 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 07:38:03,282 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 07:38:03,286 - octoprint.plugin.core - INFO - Initialized 14 plugin implementation(s)
2016-12-29 07:38:03,296 - octoprint.plugin.core - INFO - 14 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Pushbullet (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 07:38:03,297 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 07:38:03,312 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 07:38:03,319 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 07:38:03,336 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 07:38:04,084 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 07:38:04,101 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 07:38:04,109 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 07:38:04,137 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 07:38:04,154 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 07:38:05,246 - octoprint.plugins.octobullet - ERROR - Error while instantiating PushBullet
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet/__init__.py", line 205, in _create_sender
bullet = pushbullet.PushBullet(token)
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 29, in __init__
self.refresh()
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 288, in refresh
self._load_devices()
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 42, in _load_devices
resp_dict = self._get_data(self.DEVICES_URL)
File "/home/pi/oprint/local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 35, in _get_data
raise InvalidKeyError()
InvalidKeyError
2016-12-29 07:38:05,332 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 07:38:06,005 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 07:38:06,231 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:38:29,737 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:38:31,376 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 07:38:36,461 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.37/'}
2016-12-29 07:38:36,564 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 07:38:36,653 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 07:38:41,963 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:39:12,466 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 07:39:12,467 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 07:39:13,659 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 07:39:23,993 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 07:39:25,350 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:48:38,035 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 07:48:39,172 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 07:48:46,063 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 07:50:55,620 - octoprint.plugins.octobullet - INFO - Connected to PushBullet
2016-12-29 07:50:55,680 - octoprint.plugins.octobullet - ERROR - Error while uploading snapshot, sending only a note: 'NoneType' object has no attribute 'upload_file'
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet/__init__.py", line 187, in _send_file
file_data = self._bullet.upload_file(pic, filename)
AttributeError: 'NoneType' object has no attribute 'upload_file'
2016-12-29 07:50:55,683 - octoprint.plugins.octobullet - WARNING - Could not send a file message with the webcam image, sending only a note
2016-12-29 07:51:04,680 - octoprint.plugins.octobullet - INFO - Connected to PushBullet
2016-12-29 07:51:08,391 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 07:51:31,087 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.12
2016-12-29 08:03:11,804 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.12
2016-12-29 08:19:22,182 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 08:19:26,133 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 08:23:12,846 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 08:27:08,084 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 08:29:47,204 - octoprint.util.comm - ERROR - Unexpected error while reading from serial port
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 1767, in _readline
ret = self._serial.readline()
File "build/bdist.linux-armv7l/egg/serial/serialposix.py", line 475, in read
raise SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
2016-12-29 08:49:08,411 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 08:49:10,302 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 08:49:35,886 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 08:49:35,907 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 08:49:35,916 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 08:49:36,009 - octoprint.server - INFO - Shutting down...
2016-12-29 08:49:36,945 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 08:49:36,946 - octoprint.events - INFO - Event loop shut down
2016-12-29 08:49:36,959 - octoprint.server - INFO - Goodbye!
2016-12-29 08:49:46,255 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 08:49:46,478 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 08:49:50,248 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 08:49:50,346 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 08:49:50,836 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 08:49:50,846 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 08:49:50,853 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 08:49:51,028 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 08:49:55,089 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 08:49:58,692 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 08:49:58,693 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 08:49:58,701 - octoprint.plugin.core - INFO - Initialized 14 plugin implementation(s)
2016-12-29 08:49:58,716 - octoprint.plugin.core - INFO - 14 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Pushbullet (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 08:49:58,718 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 08:49:58,731 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 08:49:58,800 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 08:49:58,855 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 08:50:00,197 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 08:50:00,224 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 08:50:00,230 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 08:50:00,295 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 08:50:00,337 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 08:50:12,561 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 08:50:12,834 - octoprint.plugins.octobullet - INFO - Connected to PushBullet
2016-12-29 08:50:12,967 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 08:50:44,078 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 08:50:44,167 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 08:50:52,787 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.37/'}
2016-12-29 08:50:54,183 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 08:51:02,163 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 08:51:02,252 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 08:55:56,688 - octoprint.util.comm - ERROR - Error while connecting to /dev/ttyACM0: 'Timeout'
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/comm.py", line 1645, in _detectPort
programmer.connect(p)
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 34, in connect
self.sendMessage([1])
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 108, in sendMessage
return self.recvMessage()
File "/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 116, in recvMessage
raise ispBase.IspError("Timeout")
IspError: 'Timeout'
2016-12-29 08:56:03,565 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 08:56:03,567 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 08:56:04,084 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 08:56:04,804 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 08:56:04,861 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:09:18,587 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:09:31,833 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:09:47,049 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 216, line history has 50 entries.
2016-12-29 09:09:47,051 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 216
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N215 M105*33
| Recv: Error:expected line 1 got 215
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:09:48,706 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 222, line history has 50 entries.
2016-12-29 09:09:48,707 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 222
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:09:50,442 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 223, line history has 50 entries.
2016-12-29 09:09:50,443 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 223
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:09:52,049 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 223, line history has 50 entries.
2016-12-29 09:09:52,051 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 223
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:09:53,659 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 223, line history has 50 entries.
2016-12-29 09:09:53,660 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 223
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:09:55,440 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 224, line history has 50 entries.
2016-12-29 09:09:57,051 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 224, line history has 50 entries.
2016-12-29 09:09:58,657 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 224, line history has 50 entries.
2016-12-29 09:10:00,441 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 225, line history has 50 entries.
2016-12-29 09:10:02,053 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 225, line history has 50 entries.
2016-12-29 09:10:03,833 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 229, line history has 50 entries.
2016-12-29 09:10:05,450 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 229, line history has 50 entries.
2016-12-29 09:10:07,059 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 229, line history has 50 entries.
2016-12-29 09:10:08,668 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 229, line history has 50 entries.
2016-12-29 09:10:10,445 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 230, line history has 50 entries.
2016-12-29 09:10:12,056 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 230, line history has 50 entries.
2016-12-29 09:10:13,665 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 230, line history has 50 entries.
2016-12-29 09:10:15,447 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 231, line history has 50 entries.
2016-12-29 09:10:17,053 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 231, line history has 50 entries.
2016-12-29 09:10:18,662 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 231, line history has 50 entries.
2016-12-29 09:10:20,445 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 232, line history has 50 entries.
2016-12-29 09:10:24,984 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:10:24,985 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:10:25,358 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:10:25,374 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:10:25,390 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:14:50,512 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:14:50,513 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N65 M105*20
| Recv: ok 65
| Recv: T:29.19 /0 B:42.96 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N66 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 66
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:14:52,111 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:14:52,112 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:14:53,720 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:14:53,722 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:14:55,470 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:14:55,472 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 68
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N67 M105*22
| Recv: skip 67
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:14:57,084 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:14:57,085 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 68
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:14:58,694 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:15:00,823 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:15:02,429 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:15:04,038 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:15:05,669 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:15:07,280 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:15:08,890 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:15:10,672 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:15:12,281 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:15:13,887 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:15:15,676 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 81, line history has 50 entries.
2016-12-29 09:15:17,282 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 81, line history has 50 entries.
2016-12-29 09:15:18,888 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 81, line history has 50 entries.
2016-12-29 09:15:22,760 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:15:22,760 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:15:23,262 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:15:23,949 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:15:23,985 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 7, current line = 8
| Last lines in terminal:
| Recv: pi_cam.gcode 1597337
| Recv: pi_holder_v2.gcode 263445
| Recv: cable_chain_4.gcode 860425
| Recv: volcano_fan_adapter.gcode 153914
| Recv: End file list
| Recv: ok 6
| Send: N7 M115*33
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREN7 M115*P:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:7
2016-12-29 09:15:24,000 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:32,746 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 35
| Last lines in terminal:
| Recv: ok 32
| Recv: busy:processing
| Recv: busy:processing
| Send: N33 M105*23
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 33
| Recv: T:28.82 /0 B:41.57 /0 B@:0 @:0
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N34 M105*16
| Recv: Error:expected line 1 got 34
| Recv:
| Recv: Resend:1
2016-12-29 09:17:32,765 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:33,283 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:33,978 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:34,039 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:39,335 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 34, current line = 36
| Last lines in terminal:
| Recv: ok 29
| Send: N30 M105*20
| Recv: T:28.73 /0 B:41.57 /0 B@:0 @:0
| Recv: ok 30
| Send: N31 M105*21
| Recv: T:28.73 /0 B:41.57 /0 B@:0 @:0
| Recv: ok 31
| Send: N32 G28*34
| Recv: T:28.73 /0 B:41.57 /0 B@:0 @:0
| Recv: ok 32
| Send: N33 M105*23
| Recv: busy:processing
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 33
| Send: N35 G28*37
| Recv: T:28.55 /0 B:41.51 /0 B@:0 @:0
| Recv: Error:expected line 34 got 35
| Recv:
| Recv: Resend:34
2016-12-29 09:17:39,366 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 35, current line = 37
| Last lines in terminal:
| Recv: ok 33
| Send: N35 G28*37
| Recv: T:28.55 /0 B:41.51 /0 B@:0 @:0
| Recv: Error:expected line 34 got 35
| Recv:
| Recv: Resend:34
| Recv: ok
| Send: N36 M105*18
| Recv: skip 36
| Recv: ok
| Send: N34 M105*16
| Recv: ok 34
| Send: N34 M105*16
| Recv: T:28.82 /0 B:41.51 /0 B@:0 @:0
| Recv: skip 34
| Recv: ok
| Send: N36 M105*18
| Recv: Error:expected line 35 got 36
| Recv:
| Recv: Resend:35
2016-12-29 09:17:47,702 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 39
| Last lines in terminal:
| Recv: busy:processing
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 36
| Send: N37 M105*19
| Recv: T:28.73 /0 B:41.51 /0 B@:0 @:0
| Recv: ok 37
| Recv: T:28.64 /0 B:41.51 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N38 G91*42
| Recv: wait
| Recv: Error:expected line 1 got 38
| Recv:
| Recv: Resend:1
2016-12-29 09:17:47,754 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:47,764 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 2, current line = 44
| Last lines in terminal:
| Recv: ok
| Send: N43 M80*44
| Recv: skip 43
| Recv: ok
| Send: N1 M115*39
| Recv: ok 1
| Send: N3 M115*37
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:expected line 2 got 3
| Recv:
| Recv: Resend:2
2016-12-29 09:17:48,307 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:49,041 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:17:49,057 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:18:12,768 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:18:13,300 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:18:14,004 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:18:14,089 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:18:55,940 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 62, line history has 50 entries.
2016-12-29 09:18:55,941 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 62
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Send: N58 M105*26
| Recv: ok 58
| Recv: T:28.64 /0 B:41.03 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Send: N59 G91*45
| Send: N60 G28 Z0*111
| Send: N61 G90*39
| Recv: Error:expected line 1 got 59
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:18:57,543 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 62, line history has 50 entries.
2016-12-29 09:18:57,545 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 62
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:18:59,572 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 72, line history has 50 entries.
2016-12-29 09:18:59,573 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 72
| Last lines in terminal:
| Recv: skip 68
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N69 G91*46
| Recv: skip 69
| Send: N70 G28 Z0*110
| Recv: ok
| Send: N71 G90*38
| Recv: skip 70
| Recv: ok
| Recv: skip 71
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:19:03,365 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 82, line history has 50 entries.
2016-12-29 09:19:03,366 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 82
| Last lines in terminal:
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N81 M105*30
| Recv: Error:expected line 1 got 81
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:19:04,970 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 82, line history has 50 entries.
2016-12-29 09:19:04,971 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 82
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:19:06,575 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 82, line history has 50 entries.
2016-12-29 09:19:08,369 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 83, line history has 50 entries.
2016-12-29 09:19:09,979 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 83, line history has 50 entries.
2016-12-29 09:19:11,584 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 83, line history has 50 entries.
2016-12-29 09:19:13,372 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 84, line history has 50 entries.
2016-12-29 09:19:28,728 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:28,729 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:19:29,922 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:29,968 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:29,984 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:54,440 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 23
| Last lines in terminal:
| Send: N19 G28 Z0*97
| Recv: ok 19
| Send: N20 G90*34
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 20
| Send: N21 M105*20
| Recv: ok 21
| Recv: T:28.73 /0 B:40.79 /0 B@:0 @:0
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N22 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 22
| Recv:
| Recv: Resend:1
2016-12-29 09:19:54,457 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:55,650 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:55,686 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:19:55,703 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:20:00,683 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 10, current line = 24
| Last lines in terminal:
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 8
| Send: N9 M105*46
| Recv: busy:processing
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 9
| Send: N23 G91*32
| Recv: T:28.55 /0 B:40.60 /0 B@:0 @:0
| Recv: Error:expected line 10 got 23
| Recv:
| Recv: Resend:10
2016-12-29 09:20:03,787 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 13, current line = 27
| Last lines in terminal:
| Recv: skip 24
| Recv: ok
| Send: N25 G90*39
| Recv: skip 25
| Recv: ok
| Send: N26 M105*19
| Recv: skip 26
| Recv: ok
| Send: N10 G91*32
| Recv: ok 10
| Send: N11 G28 Z0*105
| Recv: ok 11
| Send: N12 G90*35
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 12
| Send: N14 G91*36
| Recv: Error:expected line 13 got 14
| Recv:
| Recv: Resend:13
2016-12-29 09:20:06,923 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 17, current line = 28
| Last lines in terminal:
| Recv: skip 27
| Recv: ok
| Send: N19 G28 Z0*97
| Recv: skip 19
| Recv: ok
| Send: N13 M105*21
| Recv: ok 13
| Send: N14 G91*36
| Recv: T:28.55 /0 B:40.66 /0 B@:0 @:0
| Recv: ok 14
| Send: N15 G28 Z0*109
| Recv: ok 15
| Send: N16 G90*39
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 16
| Send: N18 G91*40
| Recv: Error:expected line 17 got 18
| Recv:
| Recv: Resend:17
2016-12-29 09:20:13,106 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 26, current line = 29
| Last lines in terminal:
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 20
| Send: N21 M105*20
| Recv: ok 21
| Send: N22 M105*23
| Recv: T:28.64 /0 B:40.60 /0 B@:0 @:0
| Recv: ok 22
| Send: N23 G91*32
| Recv: T:28.64 /0 B:40.60 /0 B@:0 @:0
| Recv: ok 23
| Send: N24 G28 Z0*111
| Recv: ok 24
| Send: N25 G90*39
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 25
| Send: N28 M105*29
| Recv: Error:expected line 26 got 28
| Recv:
| Recv: Resend:26
2016-12-29 09:20:38,741 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:20:39,959 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:20:40,013 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:20:40,046 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:21:00,448 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 39, current line = 42
| Last lines in terminal:
| Recv: ok 33
| Send: N34 G28 Z0*110
| Recv: ok 34
| Send: N35 G90*38
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 35
| Send: N36 M105*18
| Recv: ok 36
| Send: N37 M105*19
| Recv: T:28.92 /0 B:40.12 /0 B@:0 @:0
| Recv: ok 37
| Send: N38 M105*28
| Recv: T:28.92 /0 B:40.12 /0 B@:0 @:0
| Recv: ok 38
| Send: N41 M105*18
| Recv: T:28.92 /0 B:40.12 /0 B@:0 @:0
| Recv: Error:expected line 39 got 41
| Recv:
| Recv: Resend:39
2016-12-29 09:21:09,197 - octoprint.server.api.system - INFO - Performing command for core:restart: sudo service octoprint restart
2016-12-29 09:21:09,372 - octoprint.server - INFO - Shutting down...
2016-12-29 09:21:09,828 - octoprint.events - INFO - Processing shutdown event, this will be our last event
2016-12-29 09:21:09,834 - octoprint.events - INFO - Event loop shut down
2016-12-29 09:21:09,841 - octoprint.server - INFO - Goodbye!
2016-12-29 09:21:11,950 - octoprint.server - INFO - Starting OctoPrint 1.3.0 (master branch)
2016-12-29 09:21:12,017 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 09:21:14,750 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 09:21:14,796 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages...
2016-12-29 09:21:15,277 - octoprint.plugin.core - INFO - Found 14 plugin(s) providing 14 mixin implementations, 10 hook handlers
2016-12-29 09:21:15,288 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 09:21:15,290 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 09:21:15,418 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk
2016-12-29 09:21:17,106 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python -m pip" as command to invoke pip
2016-12-29 09:21:18,767 - octoprint.util.pip - INFO - Version of pip is 8.1.1
2016-12-29 09:21:18,768 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages, --user flag needed => no, virtual env => yes
2016-12-29 09:21:18,771 - octoprint.plugin.core - INFO - Initialized 14 plugin implementation(s)
2016-12-29 09:21:18,779 - octoprint.plugin.core - INFO - 14 plugin(s) registered with the system:
| Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/announcements
| Autoselect Plugin (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_autoselect
| Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/corewizard
| CuraEngine (<= 15.04) (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/cura
| Custom Control Editor (0.2.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_customControl
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/discovery
| DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz
| EEPROM Repetier Editor Plugin (0.1.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_eeprom_repetier
| Navbar Temperature Plugin (0.8) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_navbartemp
| Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/pluginmanager
| Pushbullet (0.1.7) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octobullet
| Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/softwareupdate
| TouchUI (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_touchui
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.3.0-py2.7.egg/octoprint/plugins/virtual_printer
2016-12-29 09:21:18,780 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue...
2016-12-29 09:21:18,786 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue
2016-12-29 09:21:18,790 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets...
2016-12-29 09:21:18,803 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache...
2016-12-29 09:21:19,192 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _http._tcp
2016-12-29 09:21:19,204 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for _octoprint._tcp
2016-12-29 09:21:19,207 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP
2016-12-29 09:21:19,227 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2016-12-29 09:21:19,246 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2016-12-29 09:21:21,318 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 09:21:21,451 - octoprint.plugins.octobullet - INFO - Connected to PushBullet
2016-12-29 09:21:21,597 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.35/'}
2016-12-29 09:21:21,761 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:22,881 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:23,568 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:23,780 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:25,389 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:27,024 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:27,840 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:21:40,438 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 09:21:51,636 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://10.1.1.37/'}
2016-12-29 09:21:51,936 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://0.0.0.0/'}
2016-12-29 09:21:52,094 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,116 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,134 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,141 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,152 - octoprint.server - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://127.0.0.1/'}
2016-12-29 09:21:52,161 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,192 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:21:52,210 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1
2016-12-29 09:21:57,944 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1
2016-12-29 09:21:58,681 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:22:05,007 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:05,008 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:22:05,497 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:05,522 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:06,210 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:14,921 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 16
| Last lines in terminal:
| Recv: T:28.64 /0 B:39.82 /0 B@:0 @:0
| Send: N12 G91*34
| Recv: ok 12
| Send: N13 G1 Z10 F600*49
| Recv: ok 13
| Send: N14 G90*37
| Recv: ok 14
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N15 M105*19
| Recv: Error:expected line 1 got 15
| Recv:
| Recv: Resend:1
2016-12-29 09:22:14,949 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:14,983 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:15,002 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:15,011 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 5, current line = 16
| Last lines in terminal:
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 4
| Send: N5 M21*21
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:5
2016-12-29 09:22:15,689 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:29,922 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 22
| Last lines in terminal:
| Recv: ok 19
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N20 M105*21
| Recv: ok 20
| Recv: T:28.55 /0 B:39.63 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N21 M105*20
| Recv: Error:expected line 1 got 21
| Recv:
| Recv: Resend:1
2016-12-29 09:22:29,938 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:30,467 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:30,482 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 4, current line = 23
| Last lines in terminal:
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 2
| Send: N3 M115*37
| Recv: ok 3
| Send: N22 G91*33
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:expected line 4 got 22
| Recv:
| Recv: Resend:4
2016-12-29 09:22:30,504 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:22:30,522 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 5, current line = 25
| Last lines in terminal:
| Recv: ok
| Send: N4 M115*34
| Recv: ok 4
| Send: N4 M115*34
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: skip 4
| Recv: ok
| Send: N6 M20*23
| Recv: Error:expected line 5 got 6
| Recv:
| Recv: Resend:5
2016-12-29 09:22:31,214 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:23:49,946 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 56, line history has 50 entries.
2016-12-29 09:23:49,948 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 56
| Last lines in terminal:
| Recv: T:28.37 /0 B:38.99 /0 B@:0 @:0
| Send: N52 G91*38
| Recv: ok 52
| Send: N53 G1 Z-10 F600*24
| Recv: ok 53
| Send: N54 G90*33
| Recv: ok 54
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N55 M105*23
| Recv: Error:expected line 1 got 55
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:23:51,605 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 59, line history has 50 entries.
2016-12-29 09:23:51,607 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 59
| Last lines in terminal:
| Recv: skip 58
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:23:53,215 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 59, line history has 50 entries.
2016-12-29 09:23:53,216 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 59
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:23:55,145 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:23:55,147 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 63
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N62 M105*19
| Recv: skip 62
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:23:56,753 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:23:56,754 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 63
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:23:58,361 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:24:00,147 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 64, line history has 50 entries.
2016-12-29 09:24:01,752 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 64, line history has 50 entries.
2016-12-29 09:24:03,362 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 64, line history has 50 entries.
2016-12-29 09:24:05,144 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 65, line history has 50 entries.
2016-12-29 09:24:06,993 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 74, line history has 50 entries.
2016-12-29 09:24:08,601 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 74, line history has 50 entries.
2016-12-29 09:24:10,346 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:24:11,956 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:24:13,565 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:24:15,348 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:24:17,707 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:24:18,608 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 76, line history has 50 entries.
2016-12-29 09:24:20,349 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:24:21,960 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:24:23,565 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 80, line history has 50 entries.
2016-12-29 09:24:27,870 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:27,872 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:24:28,362 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:29,174 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:29,196 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 7, current line = 8
| Last lines in terminal:
| Recv: pi_cam.gcode 1597337
| Recv: pi_holder_v2.gcode 263445
| Recv: cable_chain_4.gcode 860425
| Recv: volcano_fan_adapter.gcode 153914
| Recv: End file list
| Recv: ok 6
| Send: N7 M115*33
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:7
2016-12-29 09:24:29,280 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:32,389 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 8, current line = 12
| Last lines in terminal:
| Recv: ok
| Send: N7 M115*33
| Recv: ok 7
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N11 G91*33
| Recv: Error:expected line 8 got 11
| Recv:
| Recv: Resend:8
2016-12-29 09:24:32,419 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 9, current line = 14
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N11 G91*33
| Recv: Error:expected line 8 got 11
| Recv:
| Recv: Resend:8
| Recv: ok
| Send: N12 G28 Z0*106
| Recv: skip 12
| Recv: ok
| Send: N13 G90*34
| Recv: skip 13
| Recv: ok
| Send: N8 G91*25
| Recv: ok 8
| Send: N10 G90*33
| Recv: Error:expected line 9 got 10
| Recv:
| Recv: Resend:9
2016-12-29 09:24:55,685 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 14
| Last lines in terminal:
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N11 G91*33
| Recv: Error:expected line 1 got 11
| Recv:
| Recv: Resend:1
2016-12-29 09:24:55,745 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:56,257 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 3, current line = 19
| Last lines in terminal:
| Recv: skip 13
| Recv: ok
| Send: N1 M115*39
| Recv: ok 1
| Send: N2 M21*18
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 2
| Send: N4 M21*20
| Recv: Error:expected line 3 got 4
| Recv:
| Recv: Resend:3
2016-12-29 09:24:56,315 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:57,014 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:24:57,070 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:27:37,859 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 48
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N46 M105*21
| Recv: ok 46
| Recv: T:28.18 /0 B:37.43 /0 B@:0 @:0
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Send: N47 G91*34
| Recv: Error:expected line 1 got 47
| Recv:
| Recv: Resend:1
2016-12-29 09:27:38,147 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 51
| Last lines in terminal:
| Recv: ok
| Send: N43 M105*16
| Recv: skip 43
| Recv: ok
| Send: N44 M105*23
| Recv: skip 44
| Recv: ok
| Send: N45 M105*22
| Recv: skip 45
| Recv: ok
| Send: N46 M105*21
| Recv: skip 46
| Recv: ok
| Send: N47 G91*34
| Recv: skip 47
| Recv: ok
| Send: N48 G28 Z0*101
| Recv: Error:expected line 1 got 48
| Recv:
| Recv: Resend:1
2016-12-29 09:27:38,178 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:27:38,710 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:27:39,395 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:27:39,453 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:27:45,942 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 13, current line = 52
| Last lines in terminal:
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 8
| Send: N9 G28 Z0*80
| Recv: ok 9
| Send: N10 G90*33
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 10
| Send: N11 G91*33
| Recv: ok 11
| Send: N12 G28 Z0*106
| Recv: ok 12
| Send: N51 M105*19
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: Error:expected line 13 got 51
| Recv:
| Recv: Resend:13
2016-12-29 09:27:52,147 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 21, current line = 53
| Last lines in terminal:
| Send: N16 G28 Z0*110
| Recv: ok 16
| Send: N17 G90*38
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 17
| Send: N18 G28 Z*80
| Recv: ok 18
| Send: N19 M105*31
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 19
| Send: N20 M105*21
| Recv: T:28.18 /0 B:37.25 /0 B@:0 @:0
| Recv: ok 20
| Send: N52 M105*16
| Recv: T:28.18 /0 B:37.25 /0 B@:0 @:0
| Recv: Error:expected line 21 got 52
| Recv:
| Recv: Resend:21
2016-12-29 09:27:52,175 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 24, current line = 53
| Last lines in terminal:
| Recv: ok 20
| Send: N52 M105*16
| Recv: T:28.18 /0 B:37.25 /0 B@:0 @:0
| Recv: Error:expected line 21 got 52
| Recv:
| Recv: Resend:21
| Recv: ok
| Send: N21 M105*20
| Recv: ok 21
| Send: N22 M105*23
| Recv: T:28.27 /0 B:37.25 /0 B@:0 @:0
| Recv: ok 22
| Send: N23 M105*22
| Recv: T:28.27 /0 B:37.25 /0 B@:0 @:0
| Recv: ok 23
| Send: N25 M105*16
| Recv: T:28.27 /0 B:37.25 /0 B@:0 @:0
| Recv: Error:expected line 24 got 25
| Recv:
| Recv: Resend:24
2016-12-29 09:28:04,273 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:04,341 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:04,368 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:19,837 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 12
| Last lines in terminal:
| Recv: T:28.09 /0 B:37.25 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Send: N10 M105*22
| Recv: ok 10
| Recv: T:28.27 /0 B:37.25 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N11 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 11
| Recv:
| Recv: Resend:1
2016-12-29 09:28:20,553 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:20,638 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 4, current line = 12
| Last lines in terminal:
| Recv: volcano_fan_adapter.gcode 153914
| Recv: End file list
| Recv: ok 3
| Send: N4 M115*34
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: skip 0
| Recv: ok
| Send: N5 M115*35
| Recv: Error:expected line 4 got 5
| Recv:
| Recv: Resend:4
2016-12-29 09:28:20,654 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:20,670 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:24,218 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 9, current line = 13
| Last lines in terminal:
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 6
| Send: N7 G28 Z0*94
| Recv: ok 7
| Send: N8 G90*24
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 8
| Send: N12 M105*20
| Recv: Error:expected line 9 got 12
| Recv:
| Recv: Resend:9
2016-12-29 09:28:43,648 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 17
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N15 M105*19
| Recv: ok 15
| Recv: T:28.27 /0 B:36.97 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N16 G91*38
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 16
| Recv:
| Recv: Resend:1
2016-12-29 09:28:43,745 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 20
| Last lines in terminal:
| Recv: ok
| Send: N11 M105*23
| Recv: skip 11
| Recv: ok
| Send: N12 M105*20
| Recv: skip 12
| Recv: ok
| Send: N13 M105*21
| Recv: skip 13
| Recv: ok
| Send: N14 M105*18
| Recv: skip 14
| Recv: ok
| Send: N15 M105*19
| Recv: skip 15
| Recv: ok
| Send: N16 G91*38
| Recv: Error:expected line 1 got 16
| Recv:
| Recv: Resend:1
2016-12-29 09:28:44,463 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:44,503 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:28:44,520 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:29:43,607 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 32
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N30 M105*20
| Recv: ok 30
| Recv: T:28.18 /0 B:36.70 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Send: N31 M105*21
| Recv: Error:expected line 1 got 31
| Recv:
| Recv: Resend:1
2016-12-29 09:29:44,306 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:29:44,416 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:29:44,437 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:29:50,975 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 19, current line = 33
| Last lines in terminal:
| Recv: ok 13
| Send: N14 M105*18
| Recv: T:28.18 /0 B:36.61 /0 B@:0 @:0
| Recv: ok 14
| Send: N15 M105*19
| Recv: T:28.18 /0 B:36.61 /0 B@:0 @:0
| Recv: ok 15
| Send: N16 G91*38
| Recv: T:28.18 /0 B:36.61 /0 B@:0 @:0
| Recv: ok 16
| Send: N17 G28 Z0*111
| Recv: ok 17
| Send: N18 G90*41
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 18
| Send: N32 M105*22
| Recv: Error:expected line 19 got 32
| Recv:
| Recv: Resend:19
2016-12-29 09:30:04,037 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 36
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N34 M105*16
| Recv: ok 34
| Recv: T:28.18 /0 B:36.61 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Send: N35 M105*17
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 35
| Recv:
| Recv: Resend:1
2016-12-29 09:30:04,725 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:30:04,836 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 4, current line = 36
| Last lines in terminal:
| Send: N4 M115*34
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 3
| Send: N5 M115*35
| Recv: Unknown command:
| Recv: ok 3
| Send: N6 G91*23
| Recv: Unknown command: P0
| Recv: Error:expected line 4 got 5
| Recv:
| Recv: Resend:4
2016-12-29 09:30:04,852 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:30:04,868 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:30:04,883 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 7, current line = 36
| Last lines in terminal:
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 5
| Send: N7 G28 Z0*94
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 6
| Send: N8 G90*24
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:7
2016-12-29 09:31:38,632 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 55, line history has 50 entries.
2016-12-29 09:31:38,634 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 55
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Send: N53 M105*17
| Recv: ok 53
| Recv: T:28.09 /0 B:36.06 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N54 M105*22
| Recv: Error:expected line 1 got 54
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:31:40,239 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 55, line history has 50 entries.
2016-12-29 09:31:40,240 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 55
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:31:41,847 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 55, line history has 50 entries.
2016-12-29 09:31:41,848 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 55
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:31:43,454 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 55, line history has 50 entries.
2016-12-29 09:31:43,455 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 55
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:31:45,236 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 56, line history has 50 entries.
2016-12-29 09:31:45,238 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 56
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:31:46,846 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 56, line history has 50 entries.
2016-12-29 09:31:48,452 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 56, line history has 50 entries.
2016-12-29 09:31:50,233 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 57, line history has 50 entries.
2016-12-29 09:31:51,843 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 57, line history has 50 entries.
2016-12-29 09:31:53,449 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 57, line history has 50 entries.
2016-12-29 09:31:55,234 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 58, line history has 50 entries.
2016-12-29 09:31:58,832 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 59, line history has 50 entries.
2016-12-29 09:32:00,437 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 59, line history has 50 entries.
2016-12-29 09:32:02,047 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 59, line history has 50 entries.
2016-12-29 09:32:03,837 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 60, line history has 50 entries.
2016-12-29 09:32:05,439 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 60, line history has 50 entries.
2016-12-29 09:32:07,048 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 60, line history has 50 entries.
2016-12-29 09:32:08,834 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 61, line history has 50 entries.
2016-12-29 09:32:10,441 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 61, line history has 50 entries.
2016-12-29 09:32:12,050 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 61, line history has 50 entries.
2016-12-29 09:32:13,831 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 62, line history has 50 entries.
2016-12-29 09:32:15,441 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 62, line history has 50 entries.
2016-12-29 09:32:17,052 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 62, line history has 50 entries.
2016-12-29 09:32:18,833 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:32:20,443 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:32:22,052 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 63, line history has 50 entries.
2016-12-29 09:32:23,834 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 64, line history has 50 entries.
2016-12-29 09:32:25,444 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 64, line history has 50 entries.
2016-12-29 09:32:29,237 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 65, line history has 50 entries.
2016-12-29 09:32:29,355 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:32:30,264 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:32:30,849 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 65, line history has 50 entries.
2016-12-29 09:32:32,555 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 65, line history has 50 entries.
2016-12-29 09:32:34,238 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 66, line history has 50 entries.
2016-12-29 09:32:35,844 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 66, line history has 50 entries.
2016-12-29 09:32:37,455 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 66, line history has 50 entries.
2016-12-29 09:32:39,242 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:32:39,248 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N66 M105*23
| Recv: skip 66
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:32:40,850 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:32:40,851 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:32:42,457 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 67, line history has 50 entries.
2016-12-29 09:32:42,458 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 67
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:32:44,243 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:32:44,252 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 68
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N67 M105*22
| Recv: skip 67
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:32:45,849 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:32:45,850 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 68
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:32:47,457 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 68, line history has 50 entries.
2016-12-29 09:32:49,240 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 69, line history has 50 entries.
2016-12-29 09:32:51,051 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 72, line history has 50 entries.
2016-12-29 09:32:52,661 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 72, line history has 50 entries.
2016-12-29 09:32:54,480 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 73, line history has 50 entries.
2016-12-29 09:32:56,052 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 73, line history has 50 entries.
2016-12-29 09:32:57,662 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 73, line history has 50 entries.
2016-12-29 09:33:03,652 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:33:05,249 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:33:06,859 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:33:08,464 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 75, line history has 50 entries.
2016-12-29 09:33:11,317 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 2
| Last lines in terminal:
| Connecting to: /dev/ttyACM0
| Changing monitoring state from 'Offline' to 'Opening serial port'
| Connected to: Serial<id=0x6e93e0b0, open=True>(port='/dev/ttyACM0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
| Changing monitoring state from 'Opening serial port' to 'Connecting'
| Send: N0 M110 N0*125
| Recv:
| Recv: Resend:1
| Recv: ok
| Changing monitoring state from 'Connecting' to 'Operational'
| Send: N0 M110 N0*125
| Send: N1 M21*17
| Recv:
| Recv: Resend:1
2016-12-29 09:33:11,363 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 4
| Last lines in terminal:
| Connecting to: /dev/ttyACM0
| Changing monitoring state from 'Offline' to 'Opening serial port'
| Connected to: Serial<id=0x6e93e0b0, open=True>(port='/dev/ttyACM0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
| Changing monitoring state from 'Opening serial port' to 'Connecting'
| Send: N0 M110 N0*125
| Recv:
| Recv: Resend:1
| Recv: ok
| Changing monitoring state from 'Connecting' to 'Operational'
| Send: N0 M110 N0*125
| Send: N1 M21*17
| Recv:
| Recv: Resend:1
| Send: N2 M20*19
| Recv: ok
| Send: N3 M115*37
| Recv:
| Recv: Resend:1
2016-12-29 09:33:11,368 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 5
| Last lines in terminal:
| Changing monitoring state from 'Opening serial port' to 'Connecting'
| Send: N0 M110 N0*125
| Recv:
| Recv: Resend:1
| Recv: ok
| Changing monitoring state from 'Connecting' to 'Operational'
| Send: N0 M110 N0*125
| Send: N1 M21*17
| Recv:
| Recv: Resend:1
| Send: N2 M20*19
| Recv: ok
| Send: N3 M115*37
| Recv:
| Recv: Resend:1
| Send: N1 M21*17
| Recv: ok
| Send: N4 M115*34
| Recv:
| Recv: Resend:1
2016-12-29 09:33:11,372 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 5
| Last lines in terminal:
| Changing monitoring state from 'Connecting' to 'Operational'
| Send: N0 M110 N0*125
| Send: N1 M21*17
| Recv:
| Recv: Resend:1
| Send: N2 M20*19
| Recv: ok
| Send: N3 M115*37
| Recv:
| Recv: Resend:1
| Send: N1 M21*17
| Recv: ok
| Send: N4 M115*34
| Recv:
| Recv: Resend:1
| Send: N1 M21*17
| Recv: ok
| Send: N2 M20*19
| Recv:
| Recv: Resend:1
2016-12-29 09:33:54,232 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 3, current line = 6
| Last lines in terminal:
| Recv: wait
| Send: N1 M21*17
| Recv: ok 1
| Send: N2 M20*19
| Recv: ok 2
| Send: N5 M115*35
| Recv: Begin file list
| Recv: benchy04 1303421
| Recv: benchy_retractor.gcode 4620878
| Recv: benchy_04mm.gcode 2401387
| Recv: speedtest.gcode 3370711
| Recv: 70mm_bowl.gcode 4739079
| Recv: pi_cam.gcode 1597337
| Recv: pi_holder_v2.gcode 263445
| Recv: cable_chain_4.gcode 860425
| Recv: volcano_fan_adapter.gcode 153914
| Recv: End file list
| Recv: Error:expected line 3 got 5
| Recv:
| Recv: Resend:3
2016-12-29 09:33:54,303 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:33:54,350 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:33:54,406 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:16,321 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 19
| Last lines in terminal:
| Recv: ok 15
| Recv: busy:processing
| Send: N17 M105*17
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 16
| Recv: ok 17
| Recv: T:27.75 /0 B:35.23 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Send: N18 M105*30
| Recv: Error:expected line 1 got 18
| Recv:
| Recv: Resend:1
2016-12-29 09:34:17,051 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:17,083 - octoprint.util.comm - INFO - Printer reports firmware name "RepeN5 M1150.0dev"
2016-12-29 09:34:17,106 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:25,056 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 13, current line = 20
| Last lines in terminal:
| Send: N10 G28*34
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 9
| Send: N11 M105*23
| Recv: ok 10
| Send: N12 M105*20
| Send: N19 M105*31
| Recv: busy:processing
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 11
| Send: N14 G91*36
| Recv: T:28.09 /0 B:35.32 /0 B@:0 @:0
| Recv: ok 12
| Send: N15 G28 Z0*109
| Recv: T:28.09 /0 B:35.32 /0 B@:0 @:0
| Recv: Error:expected line 13 got 19
| Recv:
| Recv: Resend:13
2016-12-29 09:34:37,892 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 23
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N21 M105*20
| Recv: ok 21
| Recv: T:27.87 /0 B:35.05 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N22 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 22
| Recv:
| Recv: Resend:1
2016-12-29 09:34:38,581 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:38,702 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:38,720 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:34:46,652 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 11, current line = 25
| Last lines in terminal:
| Send: N8 G28 Z0*81
| Recv: T:28.09 /0 B:35.14 /0 B@:0 @:0
| Recv: ok 7
| Send: N9 G90*25
| Recv: ok 8
| Send: N10 G28*34
| Recv: busy:processing
| Send: N23 M105*22
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 9
| Send: N12 M105*20
| Recv: ok 10
| Send: N13 M105*21
| Recv: busy:processing
| Recv: busy:processing
| Send: N24 M105*17
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: Error:expected line 11 got 23
| Recv:
| Recv: Resend:11
2016-12-29 09:34:46,691 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 14, current line = 25
| Last lines in terminal:
| Send: N14 G91*36
| Recv: skip 24
| Recv: ok
| Send: N15 G28 Z0*109
| Recv: ok 11
| Send: N16 G90*39
| Recv: T:28.00 /0 B:35.14 /0 B@:0 @:0
| Recv: ok 12
| Send: N17 M105*17
| Recv: T:28.00 /0 B:35.14 /0 B@:0 @:0
| Recv: ok 13
| Send: N18 M105*30
| Recv: T:28.00 /0 B:35.14 /0 B@:0 @:0
| Recv: ok 13
| Send: N19 M105*31
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 14 got 15
| Recv:
| Recv: Resend:14
2016-12-29 09:35:56,899 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 45
| Last lines in terminal:
| Recv: ok 40
| Recv: ok 41
| Send: N43 M105*16
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 42
| Recv: ok 43
| Recv: T:27.87 /0 B:34.95 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N44 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 44
| Recv:
| Recv: Resend:1
2016-12-29 09:35:57,591 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:35:57,649 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:35:57,675 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 5, current line = 45
| Last lines in terminal:
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 4
| Send: N6 M105*33
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: skip 0
| Recv: ok
| Send: N7 G91*22
| Recv: Error:expected line 5 got 6
| Recv:
| Recv: Resend:5
2016-12-29 09:35:57,696 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:35:57,715 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 8, current line = 45
| Last lines in terminal:
| Recv: ok 5
| Send: N8 G28 Z0*81
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https:/N7 G91*2com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 6
| Send: N9 G90*25
| Recv: T:28.09 /0 B:34.86 /0 B@:0 @:0
| Recv: ok 7
| Send: N10 G28*34
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:8
2016-12-29 09:36:05,653 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 15, current line = 46
| Last lines in terminal:
| Recv: ok 10
| Send: N14 G91*36
| Send: N45 M105*22
| Recv: busy:processing
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 11
| Send: N16 G90*39
| Recv: T:27.75 /0 B:34.77 /0 B@:0 @:0
| Recv: ok 12
| Send: N17 M105*17
| Recv: T:27.75 /0 B:34.77 /0 B@:0 @:0
| Recv: ok 13
| Send: N18 M105*30
| Recv: T:27.75 /0 B:34.77 /0 B@:0 @:0
| Recv: ok 14
| Send: N19 M105*31
| Recv: Error:expected line 15 got 45
| Recv:
| Recv: Resend:15
2016-12-29 09:36:05,663 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 15, current line = 46
| Last lines in terminal:
| Recv: ok 12
| Send: N17 M105*17
| Recv: T:27.75 /0 B:34.77 /0 B@:0 @:0
| Recv: ok 13
| Send: N18 M105*30
| Recv: T:27.75 /0 B:34.77 /0 B@:0 @:0
| Recv: ok 14
| Send: N19 M105*31
| Recv: Error:expected line 15 got 45
| Recv:
| Recv: Resend:15
| Send: N15 G28 Z0*109
| Recv: ok
| Send: N16 G90*39
| Recv: ok 45
| Send: N17 M105*17
| Recv: Unknown command:
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:15
2016-12-29 09:39:46,404 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:46,406 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 94
| Last lines in terminal:
| Recv: busy:processing
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 91
| Send: N92 M105*28
| Recv: ok 92
| Recv: T:27.75 /0 B:33.94 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N93 M105*29
| Recv: Error:expected line 1 got 93
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:39:46,599 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:46,601 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 94
| Last lines in terminal:
| Recv: ok 92
| Recv: T:27.75 /0 B:33.94 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N93 M105*29
| Recv: Error:expected line 1 got 93
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:39:46,800 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:46,801 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 94
| Last lines in terminal:
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N93 M105*29
| Recv: Error:expected line 1 got 93
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:39:47,000 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:47,001 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 94
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N93 M105*29
| Recv: Error:expected line 1 got 93
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:39:47,201 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:47,202 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 94
| Last lines in terminal:
| Recv: Error:expected line 1 got 93
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:39:47,402 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:47,603 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:47,803 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:48,004 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:48,205 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:48,405 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:48,606 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:48,807 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:49,012 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:49,212 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:49,421 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:49,622 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:49,823 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:50,027 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:50,266 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:50,428 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:50,629 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:50,829 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:51,030 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:51,231 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 94, line history has 50 entries.
2016-12-29 09:39:51,598 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:51,796 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:51,998 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:52,202 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:52,403 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:52,604 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:52,805 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:53,005 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:53,207 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:53,408 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:53,608 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:53,809 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:54,009 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:54,214 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:54,414 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:54,614 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:54,816 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:55,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:55,217 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:55,418 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:55,619 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:55,819 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:56,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:56,221 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 95, line history has 50 entries.
2016-12-29 09:39:56,602 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:56,802 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:57,004 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:57,204 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:57,405 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:57,609 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:57,806 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:58,010 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:58,211 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:58,412 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:58,613 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:58,815 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:59,015 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:59,215 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:59,417 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:59,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:39:59,817 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:00,019 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:00,223 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:00,424 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:00,625 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:00,825 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:01,027 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:01,227 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 96, line history has 50 entries.
2016-12-29 09:40:01,600 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:01,803 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:02,004 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:02,204 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:02,407 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:02,607 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:02,808 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:03,009 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:03,209 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:03,409 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:03,611 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:03,810 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:04,012 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:04,212 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:04,412 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:04,614 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:04,814 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:05,014 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:05,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:05,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:05,620 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:05,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:06,023 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:06,224 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 97, line history has 50 entries.
2016-12-29 09:40:06,600 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:06,801 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:07,003 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:07,204 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:07,404 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:07,609 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:07,809 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:08,011 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:08,211 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:08,411 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:08,613 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:08,813 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:09,013 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:09,216 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:09,415 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:09,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:09,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:10,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:10,224 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:10,423 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:10,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:10,825 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:11,025 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:11,226 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 98, line history has 50 entries.
2016-12-29 09:40:11,602 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:11,804 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:12,004 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:12,206 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:12,406 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:12,606 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:12,811 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:13,011 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:13,208 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:13,412 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:13,613 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:13,814 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:14,014 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:14,215 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:14,416 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:14,616 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:14,818 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:15,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:15,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:15,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:15,620 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:15,822 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:16,022 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:16,225 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 99, line history has 50 entries.
2016-12-29 09:40:16,603 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:16,804 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:17,006 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:17,206 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:17,408 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:17,608 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:17,810 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:18,009 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:18,210 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:18,411 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:18,615 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:18,818 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:19,017 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:19,217 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:19,419 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:19,619 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:19,820 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:20,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:20,221 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:20,423 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:20,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:20,824 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:21,025 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:21,225 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 100, line history has 50 entries.
2016-12-29 09:40:21,607 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:21,807 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:22,007 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:22,208 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:22,409 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:22,609 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:22,810 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:23,011 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:23,214 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:23,416 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:23,616 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:23,818 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:24,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:24,220 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:24,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:24,621 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:24,822 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:25,022 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:25,223 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:25,425 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:25,624 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:25,829 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:26,030 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:26,231 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 101, line history has 50 entries.
2016-12-29 09:40:26,606 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:26,808 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:27,009 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:27,210 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:27,411 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:27,611 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:27,812 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:28,013 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:28,213 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:28,414 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:28,615 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:28,815 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:29,017 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:29,243 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:29,747 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:29,752 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:29,832 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:30,073 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:30,284 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:30,425 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:30,625 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:30,825 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:31,026 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:31,227 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 102, line history has 50 entries.
2016-12-29 09:40:31,604 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:31,805 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:32,006 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:32,207 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:32,408 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:32,609 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:32,814 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:33,014 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:33,214 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:33,415 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:33,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:33,817 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:34,017 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:34,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:34,419 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:34,619 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:34,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:35,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:35,222 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:35,427 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:35,628 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:35,828 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:36,029 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:36,230 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 103, line history has 50 entries.
2016-12-29 09:40:36,610 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:36,810 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:37,010 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:37,213 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:37,413 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:37,614 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:37,815 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:38,015 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:38,217 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:38,417 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:38,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:38,819 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:39,019 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:39,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:39,425 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:39,625 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:39,827 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:40,027 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:40,227 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:40,428 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:40,629 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:40,833 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:41,033 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:41,234 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 104, line history has 50 entries.
2016-12-29 09:40:41,611 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:41,808 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:42,009 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:42,210 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:42,416 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:42,616 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:42,816 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:43,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:43,218 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:43,423 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:43,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:43,828 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:44,049 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:44,228 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:44,429 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:44,630 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:44,831 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:45,032 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:45,232 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:45,433 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:45,645 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:45,834 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:46,035 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:46,236 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 105, line history has 50 entries.
2016-12-29 09:40:46,609 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:46,610 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 106
| Last lines in terminal:
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Send: N105 M105*35
| Recv: skip 105
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:40:46,809 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:46,810 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 106
| Last lines in terminal:
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Send: N105 M105*35
| Recv: skip 105
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:40:47,010 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:47,012 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 106
| Last lines in terminal:
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Send: N105 M105*35
| Recv: skip 105
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:40:47,212 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:47,213 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 106
| Last lines in terminal:
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Send: N105 M105*35
| Recv: skip 105
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:40:47,412 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:47,413 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 106
| Last lines in terminal:
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:40:47,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:47,817 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:48,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:48,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:48,421 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:48,621 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:48,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:49,023 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:49,223 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:49,423 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:49,625 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:49,825 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:50,025 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:50,227 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:50,427 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:50,628 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:50,829 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:51,033 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:51,233 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 106, line history has 50 entries.
2016-12-29 09:40:51,612 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:51,813 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:52,012 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:52,214 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:52,414 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:52,614 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:52,828 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:53,020 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:53,220 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:53,422 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:53,622 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:53,822 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:54,024 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:54,224 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:54,426 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:54,627 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:54,830 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:55,030 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:55,232 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:55,433 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:55,633 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:55,835 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:56,035 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:56,236 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 107, line history has 50 entries.
2016-12-29 09:40:56,612 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:56,814 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:57,014 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:57,215 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:57,416 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:57,616 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:57,817 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:58,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:58,218 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:58,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:58,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:58,823 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:59,024 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:59,226 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:59,427 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:59,627 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:40:59,828 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:00,029 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:00,229 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:00,432 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:00,631 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:00,832 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:01,033 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:01,233 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 108, line history has 50 entries.
2016-12-29 09:41:01,615 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:01,815 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:02,015 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:02,217 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:02,417 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:02,618 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:02,819 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:03,022 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:03,220 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:03,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:03,622 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:03,826 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:04,027 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:04,228 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:04,428 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:04,629 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:04,830 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:05,031 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:05,231 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:05,432 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:05,633 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:05,833 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:06,035 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:06,235 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 109, line history has 50 entries.
2016-12-29 09:41:06,617 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:06,817 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:07,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:07,218 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:07,419 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:07,619 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:07,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:08,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:08,221 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:08,423 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:08,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:08,827 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:09,029 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:09,229 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:09,431 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:09,631 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:09,831 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:10,033 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:10,233 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:10,433 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:10,634 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:10,835 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:11,041 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:11,242 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 110, line history has 50 entries.
2016-12-29 09:41:11,618 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:11,818 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:12,018 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:12,220 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:12,420 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:12,621 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:12,822 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:13,022 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:13,223 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:13,424 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:13,625 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:13,826 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:14,026 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:14,227 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:14,427 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:14,630 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:14,833 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:15,034 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:15,235 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:15,435 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:15,645 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:15,837 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:16,037 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:16,239 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 111, line history has 50 entries.
2016-12-29 09:41:16,615 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:16,816 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:17,016 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:17,220 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:17,418 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:17,619 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:17,823 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:18,037 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:18,382 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:18,547 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:18,664 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:18,847 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:19,061 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:19,228 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:19,428 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:19,629 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:19,830 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:20,033 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:20,234 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:20,435 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:20,637 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:20,837 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:21,038 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:21,238 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 112, line history has 50 entries.
2016-12-29 09:41:21,616 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:21,816 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:22,019 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:22,219 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:22,424 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:22,624 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:22,824 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:23,026 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:23,226 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 113, line history has 50 entries.
2016-12-29 09:41:27,494 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:27,690 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:27,890 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:28,092 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:28,294 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:28,494 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:28,695 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:28,896 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:29,096 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:29,298 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:29,498 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:29,703 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:29,903 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:30,103 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:30,304 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:30,505 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:30,706 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:30,907 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:31,108 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:31,308 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 114, line history has 50 entries.
2016-12-29 09:41:31,620 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:31,820 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:32,021 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:32,222 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:32,422 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:32,623 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:32,828 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:33,029 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:33,229 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:33,430 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:33,631 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:33,832 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:34,032 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:34,233 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:34,436 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:34,637 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:34,838 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:35,040 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:35,240 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:35,442 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:35,642 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:35,844 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:36,044 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:36,244 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 115, line history has 50 entries.
2016-12-29 09:41:36,621 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 116, line history has 50 entries.
2016-12-29 09:41:36,821 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 116, line history has 50 entries.
2016-12-29 09:41:37,023 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 116, line history has 50 entries.
2016-12-29 09:41:40,863 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:41:40,865 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:41:40,967 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 2, current line = 4
| Last lines in terminal:
| Send: N1 M115*39
| Recv: ok 1
| Send: N2 M21*18
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 1
| Send: N3 M20*18
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 2 got 3
| Recv:
| Recv: Resend:2
2016-12-29 09:41:41,500 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 3, current line = 7
| Last lines in terminal:
| Recv: FlowMultiply:100
| Recv: Error:expected line 2 got 3
| Recv:
| Recv: Resend:2
| Recv: ok
| Send: N4 M115*34
| Recv: skip 4
| Recv: ok
| Send: N5 M115*35
| Recv: skip 5
| Recv: ok
| Send: N6 M115*32
| Recv: skip 6
| Recv: ok
| Send: N2 M21*18
| Recv: ok 2
| Send: N4 M115*34
| Recv: Error:expected line 3 got 4
| Recv:
| Recv: Resend:3
2016-12-29 09:41:41,753 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:41:41,769 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:41:41,784 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:10,823 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 16
| Last lines in terminal:
| Recv: T:27.75 /0 B:33.49 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Send: N14 M105*18
| Recv: ok 14
| Recv: T:27.75 /0 B:33.49 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N15 M105*19
| Recv: Error:expected line 1 got 15
| Recv:
| Recv: Resend:1
2016-12-29 09:42:10,843 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:10,868 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 2, current line = 16
| Last lines in terminal:
| Recv: ok
| Send: N1 M115*39
| Recv: ok 1
| Send: N2 M21*18
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 1
| Send: N3 M20*18
| Recv: Unknown command: X0.00 Y0.00 E8.0000 R0.00
| Recv: Error:expected line 2 got 3
| Recv:
| Recv: Resend:2
2016-12-29 09:42:11,558 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:11,659 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:11,698 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:56,813 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 25
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N23 M105*22
| Recv: ok 23
| Recv: T:27.87 /0 B:33.39 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N24 M105*17
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 24
| Recv:
| Recv: Resend:1
2016-12-29 09:42:56,830 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:57,518 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:42:57,617 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:29,592 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:29,593 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:43:30,253 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:30,328 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 5, current line = 7
| Last lines in terminal:
| Recv: ok 4
| Send: N5 M115*35
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 4
| Send: N6 M115*32
| Recv: Unknown command:
| Recv: ok 4
| Recv: Unknown command:M0 E0.0000 R0.00
| Recv: Error:expected line 5 got 6
| Recv:
| Recv: Resend:5
2016-12-29 09:43:30,344 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:30,370 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:47,021 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 18
| Last lines in terminal:
| Recv: ok 12
| Send: N14 G90*37
| Recv: ok 13
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 14
| Send: N15 M105*19
| Recv: ok 15
| Recv: T:27.87 /0 B:33.21 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Send: N16 G91*38
| Send: N17 G28 Z0*111
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 16
| Recv:
| Recv: Resend:1
2016-12-29 09:43:47,288 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 19
| Last lines in terminal:
| Recv: skip 13
| Recv: ok
| Send: N15 M105*19
| Recv: skip 14
| Recv: ok
| Send: N16 G91*38
| Recv: Error:expected line 1 got 15
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N17 G28 Z0*111
| Recv: skip 16
| Recv: ok
| Send: N18 G90*41
| Recv: skip 17
| Recv: ok
| Recv: skip 18
| Recv: ok
| Recv:
| Recv: Resend:1
2016-12-29 09:43:47,307 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:48,021 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:48,073 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:48,099 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:43:51,247 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 11, current line = 22
| Last lines in terminal:
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: ok 7
| Send: N8 G91*25
| Recv: T:27.75 /0 B:33.21 /0 B@:0 @:0
| Recv: ok 8
| Send: N9 G28 Z0*80
| Recv: ok 9
| Send: N10 G90*33
| Send: N19 G91*41
| Send: N20 G28 Z0*107
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 10
| Send: N21 G90*35
| Recv: Error:expected line 11 got 19
| Recv:
| Recv: Resend:11
2016-12-29 09:44:14,581 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 29
| Last lines in terminal:
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 26
| Recv: wait
| Send: N27 M105*18
| Recv: ok 27
| Recv: T:27.62 /0 B:33.12 /0 B@:0 @:0
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N28 M105*29
| Recv: Error:expected line 1 got 28
| Recv:
| Recv: Resend:1
2016-12-29 09:44:14,599 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:44:15,292 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:44:15,369 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:44:15,398 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:44:30,859 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 29, current line = 32
| Last lines in terminal:
| Recv: ok 23
| Send: N26 G90*36
| Recv: T:27.75 /0 B:33.03 /0 B@:0 @:0
| Recv: ok 24
| Send: N27 M105*18
| Recv: ok 25
| Send: N28 M105*29
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 26
| Send: N31 M105*21
| Recv: ok 27
| Recv: T:27.75 /0 B:33.12 /0 B@:0 @:0
| Send: N29 M105*28
| Recv: ok 28
| Send: N31 M105*21
| Recv: T:27.75 /0 B:33.12 /0 B@:0 @:0
| Recv: Error:expected line 29 got 31
| Recv:
| Recv: Resend:29
2016-12-29 09:44:30,872 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 30, current line = 32
| Last lines in terminal:
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 26
| Send: N31 M105*21
| Recv: ok 27
| Recv: T:27.75 /0 B:33.12 /0 B@:0 @:0
| Send: N29 M105*28
| Recv: ok 28
| Send: N31 M105*21
| Recv: T:27.75 /0 B:33.12 /0 B@:0 @:0
| Recv: Error:expected line 29 got 31
| Recv:
| Recv: Resend:29
| Recv: ok
| Send: N29 M105*28
| Recv: ok 29
| Send: N30 M105*20
| Recv: T:27.75 /0 B:33.12 /0 B@:0 @:0
| Recv: Error:expected line 30 got 31
| Recv:
| Recv: Resend:30
2016-12-29 09:53:30,265 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 140, line history has 50 entries.
2016-12-29 09:53:30,266 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 140
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N138 M105*45
| Recv: ok 138
| Recv: T:27.62 /0 B:31.83 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N139 M105*44
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 139
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:53:31,864 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 140, line history has 50 entries.
2016-12-29 09:53:31,865 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 140
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:53:33,474 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 140, line history has 50 entries.
2016-12-29 09:53:33,475 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 140
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:53:35,108 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 141, line history has 50 entries.
2016-12-29 09:53:35,109 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 141
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N140 M105*34
| Recv: skip 140
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:53:36,714 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 141, line history has 50 entries.
2016-12-29 09:53:36,716 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 141
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:53:40,105 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 142, line history has 50 entries.
2016-12-29 09:53:41,714 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 142, line history has 50 entries.
2016-12-29 09:53:43,320 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 142, line history has 50 entries.
2016-12-29 09:53:45,106 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 143, line history has 50 entries.
2016-12-29 09:53:46,715 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 143, line history has 50 entries.
2016-12-29 09:53:48,326 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 143, line history has 50 entries.
2016-12-29 09:53:50,108 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 144, line history has 50 entries.
2016-12-29 09:53:51,717 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 144, line history has 50 entries.
2016-12-29 09:53:53,325 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 144, line history has 50 entries.
2016-12-29 09:53:55,110 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 145, line history has 50 entries.
2016-12-29 09:53:56,716 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 145, line history has 50 entries.
2016-12-29 09:53:58,326 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 145, line history has 50 entries.
2016-12-29 09:54:00,111 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 146, line history has 50 entries.
2016-12-29 09:54:01,720 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 146, line history has 50 entries.
2016-12-29 09:54:03,328 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 146, line history has 50 entries.
2016-12-29 09:54:05,113 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 147, line history has 50 entries.
2016-12-29 09:54:06,722 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 147, line history has 50 entries.
2016-12-29 09:54:08,336 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 147, line history has 50 entries.
2016-12-29 09:54:10,114 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 148, line history has 50 entries.
2016-12-29 09:54:11,723 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 148, line history has 50 entries.
2016-12-29 09:54:13,331 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 148, line history has 50 entries.
2016-12-29 09:54:15,117 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 149, line history has 50 entries.
2016-12-29 09:54:16,721 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 149, line history has 50 entries.
2016-12-29 09:54:18,331 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 149, line history has 50 entries.
2016-12-29 09:54:20,118 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 150, line history has 50 entries.
2016-12-29 09:54:21,726 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 150, line history has 50 entries.
2016-12-29 09:54:23,333 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 150, line history has 50 entries.
2016-12-29 09:54:25,120 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 151, line history has 50 entries.
2016-12-29 09:54:26,729 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 151, line history has 50 entries.
2016-12-29 09:54:28,335 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 151, line history has 50 entries.
2016-12-29 09:54:30,121 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 152, line history has 50 entries.
2016-12-29 09:54:31,727 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 152, line history has 50 entries.
2016-12-29 09:54:31,729 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 152
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:54:33,337 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 152, line history has 50 entries.
2016-12-29 09:54:33,338 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 152
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:54:35,121 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 153, line history has 50 entries.
2016-12-29 09:54:35,122 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 153
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N152 M105*33
| Recv: skip 152
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:54:36,728 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 153, line history has 50 entries.
2016-12-29 09:54:36,730 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 153
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:54:38,338 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 153, line history has 50 entries.
2016-12-29 09:54:38,339 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 153
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:54:40,119 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 154, line history has 50 entries.
2016-12-29 09:54:41,729 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 154, line history has 50 entries.
2016-12-29 09:54:43,336 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 154, line history has 50 entries.
2016-12-29 09:54:45,121 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 155, line history has 50 entries.
2016-12-29 09:54:46,732 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 155, line history has 50 entries.
2016-12-29 09:54:48,337 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 155, line history has 50 entries.
2016-12-29 09:54:50,123 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 156, line history has 50 entries.
2016-12-29 09:54:51,733 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 156, line history has 50 entries.
2016-12-29 09:54:53,338 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 156, line history has 50 entries.
2016-12-29 09:54:55,124 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 157, line history has 50 entries.
2016-12-29 09:54:56,729 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 157, line history has 50 entries.
2016-12-29 09:54:58,344 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 157, line history has 50 entries.
2016-12-29 09:55:00,127 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 158, line history has 50 entries.
2016-12-29 09:55:01,740 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 158, line history has 50 entries.
2016-12-29 09:55:03,348 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 158, line history has 50 entries.
2016-12-29 09:55:05,128 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 159, line history has 50 entries.
2016-12-29 09:55:06,733 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 159, line history has 50 entries.
2016-12-29 09:55:08,343 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 159, line history has 50 entries.
2016-12-29 09:55:10,129 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 160, line history has 50 entries.
2016-12-29 09:55:11,735 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 160, line history has 50 entries.
2016-12-29 09:55:13,341 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 160, line history has 50 entries.
2016-12-29 09:55:15,125 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 161, line history has 50 entries.
2016-12-29 09:55:16,736 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 161, line history has 50 entries.
2016-12-29 09:55:18,342 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 161, line history has 50 entries.
2016-12-29 09:55:20,128 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 162, line history has 50 entries.
2016-12-29 09:55:21,738 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 162, line history has 50 entries.
2016-12-29 09:55:23,347 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 162, line history has 50 entries.
2016-12-29 09:55:25,129 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 163, line history has 50 entries.
2016-12-29 09:55:26,738 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 163, line history has 50 entries.
2016-12-29 09:55:28,347 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 163, line history has 50 entries.
2016-12-29 09:55:30,131 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 164, line history has 50 entries.
2016-12-29 09:55:31,737 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 164, line history has 50 entries.
2016-12-29 09:55:31,744 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 164
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:55:33,346 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 164, line history has 50 entries.
2016-12-29 09:55:33,347 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 164
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:55:35,129 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 165, line history has 50 entries.
2016-12-29 09:55:35,130 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 165
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N164 M105*36
| Recv: skip 164
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:55:36,739 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 165, line history has 50 entries.
2016-12-29 09:55:36,745 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 165
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:55:38,345 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 165, line history has 50 entries.
2016-12-29 09:55:38,346 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 165
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:55:40,130 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 166, line history has 50 entries.
2016-12-29 09:55:41,740 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 166, line history has 50 entries.
2016-12-29 09:55:43,345 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 166, line history has 50 entries.
2016-12-29 09:55:45,131 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 167, line history has 50 entries.
2016-12-29 09:55:46,742 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 167, line history has 50 entries.
2016-12-29 09:55:48,347 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 167, line history has 50 entries.
2016-12-29 09:55:50,133 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 168, line history has 50 entries.
2016-12-29 09:55:51,747 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 168, line history has 50 entries.
2016-12-29 09:55:53,353 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 168, line history has 50 entries.
2016-12-29 09:55:55,134 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 169, line history has 50 entries.
2016-12-29 09:55:56,744 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 169, line history has 50 entries.
2016-12-29 09:55:58,350 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 169, line history has 50 entries.
2016-12-29 09:56:00,136 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 170, line history has 50 entries.
2016-12-29 09:56:01,743 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 170, line history has 50 entries.
2016-12-29 09:56:03,353 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 170, line history has 50 entries.
2016-12-29 09:56:05,137 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 171, line history has 50 entries.
2016-12-29 09:56:06,743 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 171, line history has 50 entries.
2016-12-29 09:56:08,353 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 171, line history has 50 entries.
2016-12-29 09:56:10,139 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 172, line history has 50 entries.
2016-12-29 09:56:11,745 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 172, line history has 50 entries.
2016-12-29 09:56:13,350 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 172, line history has 50 entries.
2016-12-29 09:56:15,136 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 173, line history has 50 entries.
2016-12-29 09:56:16,746 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 173, line history has 50 entries.
2016-12-29 09:56:18,352 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 173, line history has 50 entries.
2016-12-29 09:56:20,138 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 174, line history has 50 entries.
2016-12-29 09:56:21,748 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 174, line history has 50 entries.
2016-12-29 09:56:23,359 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 174, line history has 50 entries.
2016-12-29 09:56:25,140 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 175, line history has 50 entries.
2016-12-29 09:56:26,750 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 175, line history has 50 entries.
2016-12-29 09:56:28,358 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 175, line history has 50 entries.
2016-12-29 09:56:30,146 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 176, line history has 50 entries.
2016-12-29 09:56:31,752 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 176, line history has 50 entries.
2016-12-29 09:56:31,759 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 176
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:56:33,357 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 176, line history has 50 entries.
2016-12-29 09:56:33,358 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 176
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:56:35,143 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 177, line history has 50 entries.
2016-12-29 09:56:35,144 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 177
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N176 M105*39
| Recv: skip 176
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:56:36,942 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 183, line history has 50 entries.
2016-12-29 09:56:36,943 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 183
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Send: N180 G91*24
| Send: N181 G28 Z0*81
| Recv:
| Send: N182 G90*27
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:56:38,554 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 183, line history has 50 entries.
2016-12-29 09:56:38,555 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 183
| Last lines in terminal:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Recv: ok
| Recv:
| Recv: Resend:1
| Printer requested line 1 but no sufficient history is available, can't resend
2016-12-29 09:56:40,346 - octoprint.util.comm - WARNING - Printer requested line 1 but no sufficient history is available, can't resend. Printer requested line 1, current line is 184, line history has 50 entries.
2016-12-29 09:56:46,287 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:56:46,287 - octoprint.util.comm - INFO - Detected Repetier firmware, enabling relevant features for issue free communication
2016-12-29 09:56:46,972 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:56:47,042 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:56:47,181 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:01,272 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 19
| Last lines in terminal:
| Recv: ok 15
| Send: N16 G90*39
| Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
| Recv: ok 16
| Send: N17 M105*17
| Recv: ok 17
| Recv: T:27.37 /0 B:31.56 /0 B@:0 @:0
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: wait
| Recv: wait
| Send: N18 M105*30
| Recv: Error:expected line 1 got 18
| Recv:
| Recv: Resend:1
2016-12-29 09:57:01,287 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:01,977 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:02,039 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:02,079 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 7, current line = 19
| Last lines in terminal:
| Send: N6 M115*32
| Recv: Unknown command:N5 M11 P0 R35.00
| Recv: ok 6
| Send: N7 G91*22
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: skip 0
| Recv: ok
| Send: N8 G28 Z0*81
| Recv: Error:expected line 7 got 8
| Recv:
| Recv: Resend:7
2016-12-29 09:57:08,284 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 13, current line = 20
| Last lines in terminal:
| Send: N7 G91*22
| Recv: ok 7
| Send: N8 G28 Z0*81
| Recv: ok 8
| Send: N9 G90*25
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 9
| Send: N10 G91*32
| Recv: ok 10
| Send: N11 G28 Z0*105
| Recv: ok 11
| Send: N12 G90*35
| Recv: busy:processing
| Recv: X:0.00 Y:0.00 Z:0.000 E:0.0000
| Recv: ok 12
| Send: N19 M105*31
| Recv: Error:expected line 13 got 19
| Recv:
| Recv: Resend:13
2016-12-29 09:57:10,260 - octoprint.server.util.sockjs - INFO - Client connection closed: 10.1.1.34
2016-12-29 09:57:11,705 - octoprint.server.util.sockjs - INFO - New connection from client: 10.1.1.34
2016-12-29 09:57:22,957 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 1, current line = 23
| Last lines in terminal:
| Recv: wait
| Recv: wait
| Recv: wait
| Send: N21 M105*20
| Recv: ok 21
| Recv: T:27.37 /0 B:31.47 /0 B@:0 @:0
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: wait
| Recv: start
| Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
| Recv: Z jerk was too low, setting to 0.61
| Send: N22 M105*23
| Recv: Free RAM:2087
| Recv: SelectExtruder:0
| Recv: FlowMultiply:100
| Recv: Error:expected line 1 got 22
| Recv:
| Recv: Resend:1
2016-12-29 09:57:22,978 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:23,650 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:23,703 - octoprint.util.comm - INFO - Got a resend request from the printer: requested line = 5, current line = 23
| Last lines in terminal:
| Recv: pi_cam.gcode 1597337
| Recv: pi_holder_v2.gcode 263445
| Recv: cable_chain_4.gcode 860425
| Recv: volcano_fan_adapter.gcode 153914
| Recv: End file list
| Recv: ok 4
| Send: N5 M115*35
| Recv: FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Core_XY EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
| Recv: Cap:PROGRESS:1
| Recv: Cap:AUTOREPORT_TEMP:1
| Recv: Cap:EEPROM:0
| Recv: Cap:AUTOLEVEL:0
| Recv: Cap:Z_PROBE:0
| Recv: Cap:SOFTWARE_POWER:1
| Recv: Cap:TOGGLE_LIGHTS:0
| Recv: Printed filament:548.21m Printing time:4 days 9 hours 39 min
| Recv: PrinterMode:FFF
| Recv: Error:Wrong checksum
| Recv:
| Recv: Resend:5
2016-12-29 09:57:23,723 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
2016-12-29 09:57:23,754 - octoprint.util.comm - INFO - Printer reports firmware name "Repetier_1.0.0dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment