Show program messages in 3D view.
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Tue, 23 Mar 2021 00:00:27 +0000 (17:00 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Tue, 23 Mar 2021 00:00:27 +0000 (17:00 -0700)
commitab14a95010a3a9ee6db362f7f1db07614d260abc
tree720ff4d0c889d3f41add7883ae947d93eedd08c7
parentafa803c9dbf0c3c21e434c3c28432c160ef4fa27
Show program messages in 3D view.
Moved documentation pages to DOCS page.
Allow multiple file upload.
Show upload progress when uploading files or firmware.
Warn when leaving Settings without having saved.
Many other fixes for v1.0.0
78 files changed:
CHANGELOG.md
MANIFEST.in
Makefile
src/js/api.js
src/js/app.js
src/js/dialog.js
src/js/dragbar.js [new file with mode: 0644]
src/js/file-dialog.js
src/js/files.js
src/js/main.js
src/js/message.js
src/js/path-viewer.js
src/js/settings-admin.js
src/js/upload-dialog.js [new file with mode: 0644]
src/js/util.js
src/js/video.js
src/js/view-control.js
src/js/view-docs.js [new file with mode: 0644]
src/js/view-editor.js
src/js/view-settings.js
src/js/view-viewer.js
src/pug/index.pug
src/pug/templates/dialog.pug
src/pug/templates/docs-gcode.pug [new file with mode: 0644]
src/pug/templates/docs-help.pug [new file with mode: 0644]
src/pug/templates/docs-license.pug [new file with mode: 0644]
src/pug/templates/dragbar.pug [new file with mode: 0644]
src/pug/templates/file-dialog.pug
src/pug/templates/files.pug
src/pug/templates/indicators.pug
src/pug/templates/message.pug
src/pug/templates/path-viewer.pug
src/pug/templates/settings-admin.pug
src/pug/templates/settings-macros.pug
src/pug/templates/upload-dialog.pug [new file with mode: 0644]
src/pug/templates/view-cheat-sheet.pug [deleted file]
src/pug/templates/view-control.pug
src/pug/templates/view-docs.pug [new file with mode: 0644]
src/pug/templates/view-editor.pug
src/pug/templates/view-files.pug
src/pug/templates/view-help.pug [deleted file]
src/pug/templates/view-license.pug [deleted file]
src/pug/templates/view-settings.pug
src/py/bbctrl/Ctrl.py
src/py/bbctrl/FileSystem.py
src/py/bbctrl/FileSystemHandler.py
src/py/bbctrl/Mach.py
src/py/bbctrl/Planner.py
src/py/bbctrl/Preplanner.py
src/py/bbctrl/ProgramQueue.py [new file with mode: 0644]
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py
src/py/bbctrl/plan.py
src/resources/config-template.json
src/static/js/codemirror-javascript.js [new file with mode: 0644]
src/static/js/codemirror.js
src/static/js/socket.io.js [deleted file]
src/stylus/cheat-sheet.styl
src/stylus/dragbar.styl [new file with mode: 0644]
src/stylus/files.styl
src/stylus/header.styl
src/stylus/indicators.styl
src/stylus/loading-message.styl
src/stylus/main.styl
src/stylus/menu.styl
src/stylus/modal.styl
src/stylus/path-viewer.styl
src/stylus/style.styl
src/stylus/tabs.styl
src/stylus/upload-dialog.styl [new file with mode: 0644]
src/stylus/view-camera.styl
src/stylus/view-control.styl
src/stylus/view-docs.styl [new file with mode: 0644]
src/stylus/view-editor.styl
src/stylus/view-files.styl
src/stylus/view-help.styl [deleted file]
src/stylus/view-settings.styl
src/stylus/view-viewer.styl