Skip to content

Instantly share code, notes, and snippets.

View C-o-r-E's full-sized avatar

Corey C C-o-r-E

View GitHub Profile
@C-o-r-E
C-o-r-E / gist:ea5401a33116b6368033
Created May 28, 2015 17:18
octo-virtual-serial bug
debug start
gcode = False
phase = queuing
debug end
2015-05-28 13:11:59,137 - octoprint.util.comm - ERROR - Something crashed inside the serial connection loop, please report this in OctoPrint's bug tracker:
Traceback (most recent call last):
File "/home/corey/git/OctoPrint/src/octoprint/util/comm.py", line 1059, in _monitor
self._onConnected()
File "/home/corey/git/OctoPrint/src/octoprint/util/comm.py", line 1192, in _onConnected
self.initSdCard()
"Error queueing Visit" bundle-client.js:135:6
Object { status: 401, error: "unauthorized", reason: "user_not_authenticated" } authorize:8:29
"Starting dependency resolution..." main.js:132:8
"... dependency resolution done" main.js:189:8
"Going to bind 20 view models..." main.js:408:12
"... binding done" main.js:476:12
"Reconnect trial #0, waiting 0s" dataupdater.js:64:12
This file has been truncated, but you can view the full file.
2015-05-12 15:36:24,140 - octoprint.server - INFO - Starting OctoPrint 1.2.0-dev-832-gfa98210 (devel branch)
2015-05-12 15:36:24,147 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins and installed plugin packages...
2015-05-12 15:36:25,749 - octoprint.plugin.core - INFO - Found 3 plugin(s) providing 3 mixin implementations, 1 hook handlers
2015-05-12 15:36:25,767 - octoprint.plugin.core - INFO - Initialized 3 plugin(s)
2015-05-12 15:36:25,768 - octoprint.plugin.core - INFO - 3 plugin(s) registered with the system:
| CuraEngine (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/cura
| Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery
| Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer
2015-05-12 15:36:25,769 - octoprint.filemanager - INFO - Adding backlog items from local to analysis queue
201
Changing monitoring state from 'Offline' to 'Detecting serial port'
Serial port list: ['/dev/ttyUSB0']
Connecting to: /dev/ttyUSB0
Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
Connected to: Serial<id=0x1d948f0, open=True>(port='/dev/ttyUSB0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=1, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Changing monitoring state from 'Opening serial port' to 'Connecting'
Send: M110
Recv: n&x??0?]At?JAa}?q?& ??????h
@C-o-r-E
C-o-r-E / gist:52545f697907644ab4f3
Created May 14, 2015 16:22
octo_auto_bug_may14
Changing monitoring state from 'Offline' to 'Detecting serial port'
Serial port list: ['/dev/ttyUSB0']
Connecting to: /dev/ttyUSB0
Changing monitoring state from 'Detecting serial port' to 'Opening serial port'
Connected to: Serial<id=0x1d948f0, open=True>(port='/dev/ttyUSB0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=1, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Changing monitoring state from 'Opening serial port' to 'Connecting'
Send: M110
Recv: n&x??0?]At?JAa}?q?& ??????h
...
...
@C-o-r-E
C-o-r-E / may13
Created May 14, 2015 15:51
Slic3r Profile from May 13
# generated by Slic3r 1.2.6 on Tue May 12 13:03:47 2015
avoid_crossing_perimeters = 0
bed_shape = 0x0,230x0,230x250,0x250
bed_temperature = 100
before_layer_gcode =
bottom_solid_layers = 3
bridge_acceleration = 0
bridge_fan_speed = 100
bridge_flow_ratio = 1
bridge_speed = 60
@C-o-r-E
C-o-r-E / gist:8363699
Created January 10, 2014 22:11
spiff error when doing syncdb and creating a new superuser
yncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session
@C-o-r-E
C-o-r-E / gist:8361914
Created January 10, 2014 20:24
spiff migrate fails
*** snip ***
> membership:0011_auto__del_field_member_profession
> membership:0011_convert_to_invoices
> membership:0012_auto__del_duepayment__add_field_ranklineitem_activeFromDate__add_field
/home/c-o-r-e/spaceman/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:903: RuntimeWarning: DateTimeField FakeModel.activeFromDate received a naive datetime (2013-03-02 00:00:00) while time zone support is active.
RuntimeWarning)
/home/c-o-r-e/spaceman/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:903: RuntimeWarning: DateTimeField FakeModel.activeToDate received a naive datetime (2013-03-02 00:00:00) while time zone support is active.
RuntimeWarning)
@C-o-r-E
C-o-r-E / gist:8361884
Created January 10, 2014 20:22
spiff syncdb completes
(spaceman)[c-o-r-e@mako] [~/git/spiff] python manage.py syncdb
Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
@C-o-r-E
C-o-r-E / gist:8361748
Created January 10, 2014 20:14
python env for spiff
(spaceman)[c-o-r-e@mako] [~/git/spiff] pip freeze
Django==1.6
Jinja2==2.6
Markdown==2.2.1
Pillow==1.0
Pygments==1.6rc1
South==0.7.6
Sphinx==1.1.3
argparse==1.2.1
django-bootstrap-toolkit==2.15.0