Skip to content

Commit

Permalink
a bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
derpicknicker1 committed Sep 26, 2016
1 parent 9f4c791 commit e1f4836
Show file tree
Hide file tree
Showing 9 changed files with 9,196 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore tools on release
dev_utils export-ignore
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ dist
.DS_Store
*.zip
*.*~
*.yaml
config old/config.yaml.bak
config.yaml.bak
emojiDict.py
generate_emojiDict.py
emojis.json
*.yaml
9 changes: 6 additions & 3 deletions NOTES.txt → dev_utils/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### NOW
Change "not allowd" message id wrung message in chain
on snapshot fail tell user in Message.


### Migration
! on message migrate look for binding/ no setting changes
migrate message markdown
Expand All @@ -11,14 +16,12 @@
### Commands
delete/download files
File List multipage
command for getting user settings/rights
message/icon/delay settings
send video
[send video, makes no sense since telegram can't play .mpg]
user settings --> admin

### Features
check webcam integration to hide/prevent "with image"
save command states successive command messages per user to prevent false messages
markup option for send_msg()
markup settings (html, markup) individual for notification messages
tab page with individual settings per print
Expand Down
1 change: 1 addition & 0 deletions dev_utils/datastructures/file_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
METADATA: {'statistics': {'averagePrintTime': {'FlowPrintr': 882.9036154747009}, 'lastPrintTime': {'FlowPrintr': 887.6926238536835}}, 'hash': '17e272d5489856e1f34d10acaf943dde5f24b856', 'analysis': {'estimatedPrintTime': 806.4507162646581, 'filament': {'tool0': {'volume': 0.0, 'length': 1726.7180000002309}}}, 'links': [], 'history': [{'timestamp': 1474503658.085729, 'printTime': 878.1146070957184, 'printerProfile': 'FlowPrintr', 'success': True}, {'timestamp': 1474649360.381397, 'printTime': 887.6926238536835, 'printerProfile': 'FlowPrintr', 'success': True}, {'timestamp': 1474748267.978149, 'printerProfile': 'FlowPrintr', 'success': False}, {'timestamp': 1474748304.664165, 'printerProfile': 'FlowPrintr', 'success': False}]}
22 changes: 22 additions & 0 deletions dev_utils/datastructures/list_rendered_timelapses,json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{'date': '2016-06-01 11:11', 'bytes': 9920512L, 'name': 'sat_tranciver_20160531233649.mpg', 'size': '9.5MB'},
{'date': '2016-05-30 11:11', 'bytes': 17324032L, 'name': 'CloudFactory_cloud_20160530172641.mpg', 'size': '16.5MB'},
{'date': '2016-06-01 11:11', 'bytes': 729088L, 'name': 'sat_spec_20160601124054.mpg', 'size': '712.0KB'},
{'date': '2016-05-31 11:11', 'bytes': 10340352L, 'name': 'sat_payload_20160531102339.mpg', 'size': '9.9MB'},
{'date': '2016-05-31 11:11', 'bytes': 1896448L, 'name': 'sat_frame_1_20160530233044.mpg', 'size': '1.8MB'},
{'date': '2016-05-31 11:11', 'bytes': 9078784L, 'name': 'sat_solar_x2_20160531033216.mpg', 'size': '8.7MB'},
{'date': '2016-05-31 11:11', 'bytes': 1001472L, 'name': 'sd_tray_20160531023604.mpg', 'size': '978.0KB'},
{'date': '2016-05-31 11:11', 'bytes': 2009088L, 'name': 'sat_frame_2_20160531001751.mpg', 'size': '1.9MB'},
{'date': '2016-05-31 11:11', 'bytes': 1900544L, 'name': 'sat_frame_side_x2_20160531014148.mpg', 'size': '1.8MB'},
{'date': '2016-05-31 11:11', 'bytes': 10479616L, 'name': 'sat_power_20160531194916.mpg', 'size': '10.0MB'},
{'date': '2016-06-01 11:11', 'bytes': 10078208L, 'name': 'sat_flightC_20160601065128.mpg', 'size': '9.6MB'},
{'date': '2016-05-31 11:11', 'bytes': 1726464L, 'name': 'sat_rod_x4_20160531024145.mpg', 'size': '1.6MB'},
{'date': '2016-05-31 11:11', 'bytes': 1681408L, 'name': 'sat_rod_20160531021525.mpg', 'size': '1.6MB'},
{'date': '2016-05-31 11:11', 'bytes': 1898496L, 'name': 'sat_frame_side_x2_20160531010248.mpg', 'size': '1.8MB'},
{'date': '2016-05-30 11:11', 'bytes': 17170432L, 'name': 'CloudFactory_cloud_20160530092901.mpg', 'size': '16.4MB'},
{'date': '2016-05-30 11:11', 'bytes': 5382144L, 'name': 'CloudFactory_20160530013429.mpg', 'size': '5.1MB'},
{'date': '2016-06-01 11:11', 'bytes': 10106880L, 'name': 'sat_spec_20160601124228.mpg', 'size': '9.6MB'},
{'date': '2016-05-30 11:11', 'bytes': 13434880L, 'name': 'CloudFactory_base_20160529205430.mpg', 'size': '12.8MB'}
]


Loading

0 comments on commit e1f4836

Please sign in to comment.