Advertisement
ctgreybeard

Octoprint.log 12/3/2016

Dec 3rd, 2016
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. 2016-12-03 10:18:40,280 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: 0: Extruder switched off. MINTEMP triggered !
  2.  
  3. | Last lines in terminal:
  4. | Send: M105
  5. | Recv: ok T:21.8 /0.0 B:21.3 /0.0 T0:21.8 /0.0 @:0 B@:0
  6. | Send: M105
  7. | Recv: ok T:21.7 /0.0 B:21.3 /0.0 T0:21.7 /0.0 @:0 B@:0
  8. | Send: M105
  9. | Recv: ok T:21.7 /0.0 B:21.3 /0.0 T0:21.7 /0.0 @:0 B@:0
  10. | Send: M105
  11. | Recv: ok T:21.7 /0.0 B:21.3 /0.0 T0:21.7 /0.0 @:0 B@:0
  12. | Send: M105
  13. | Recv: ok T:21.7 /0.0 B:21.4 /0.0 T0:21.7 /0.0 @:0 B@:0
  14. | Send: M105
  15. | Recv: ok T:21.8 /0.0 B:21.4 /0.0 T0:21.8 /0.0 @:0 B@:0
  16. | Send: M105
  17. | Recv: ok T:21.8 /0.0 B:21.3 /0.0 T0:21.8 /0.0 @:0 B@:0
  18. | Send: M105
  19. | Recv: ok T:21.7 /0.0 B:21.3 /0.0 T0:21.7 /0.0 @:0 B@:0
  20. | Send: M105
  21. | Recv: ok T:21.8 /0.0 B:21.2 /0.0 T0:21.8 /0.0 @:0 B@:0
  22. | Recv: Error:0
  23. | Recv: : Extruder switched off. MINTEMP triggered !
  24. 2016-12-03 10:40:12,534 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.235
  25. 2016-12-03 10:40:14,910 - octoprint.plugins.announcements - INFO - Loaded channel _important from http://octoprint.org/feeds/important.xml in 0.21s
  26. 2016-12-03 10:40:16,204 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk
  27. 2016-12-03 10:40:34,546 - octoprint.util.comm - ERROR - Error while connecting to /dev/ttyACM0: 'Timeout'
  28. Traceback (most recent call last):
  29. File "/home/pi/.virtualenvs/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0rc3-py2.7.egg/octoprint/util/comm.py", line 1645, in _detectPort
  30. programmer.connect(p)
  31. File "/home/pi/.virtualenvs/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0rc3-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 34, in connect
  32. self.sendMessage([1])
  33. File "/home/pi/.virtualenvs/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0rc3-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 108, in sendMessage
  34. return self.recvMessage()
  35. File "/home/pi/.virtualenvs/octoprint/local/lib/python2.7/site-packages/OctoPrint-1.3.0rc3-py2.7.egg/octoprint/util/avr_isp/stk500v2.py", line 116, in recvMessage
  36. raise ispBase.IspError("Timeout")
  37. IspError: 'Timeout'
  38. 2016-12-03 10:40:54,581 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.0.2; Sprinter/grbl mashup for gen6"
  39. 2016-12-03 10:50:24,708 - octoprint.util.comm - INFO - Communication timeout while idle, trying to trigger response from printer.
  40. 2016-12-03 10:50:54,734 - octoprint.util.comm - INFO - No response from printer after 3 consecutive communication timeouts, considering it dead.
  41. 2016-12-03 11:23:20,039 - octoprint.filemanager.analysis - INFO - Starting analysis of local:edge_test_3.gcode
  42. 2016-12-03 11:25:23,120 - octoprint.filemanager.analysis - INFO - Starting analysis of local:edge_test_3-200.gcode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement