-
-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi webcam documentation #343
Merged
meteyou
merged 18 commits into
mainsail-crew:develop
from
freasy:feature/multi-webcam-docu
Aug 31, 2021
Merged
Multi webcam documentation #343
meteyou
merged 18 commits into
mainsail-crew:develop
from
freasy:feature/multi-webcam-docu
Aug 31, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Eike Ahmels <[email protected]>
Signed-off-by: Eike Ahmels <[email protected]>
* Initial implementation of GCode Viewer in Mainsail * Revert files.vue * Reupdate files.vue * Fix router * Add render quality and force line mode settings * Cache off canvas Dynamically create and cache the canvas element so it does not have to reload and to keep current item loaded. Saves time on reload. Will need to test when vue watches are applied. * Loading progress indicator * Turn off loading progress after changing render quality. * Failed render check. * Added a live tracking button * Work on settings * Hide the loading required button earlier * Added more settings. * min and max feed coloring settings * Set ZClipPlane for WebGL1 viewers * Bed and Delta * Force line rendering is saved Addressed an issue where watchers could try to fire on a viewer that is not initialized * Move loading progress bar * Multiple UI Updates Add Progress Color setting and persistence Add z clip control - enabled when not tracking Move loading progress bar into canvas area * Update to package 1.0.6 * Pulled latest * Update to @sindarius/gcodeviewer 2.0.4 Setting extruder colors directly was removed and instead has been replaced with configuring tools. This opens up the ability to set a nozzle size as well for tool changer type systems that could have multiple nozzle sizes. * Set tracking position to 0 when starting tracking. * A timeout is needed to reset the visual * Created forceRedraw to deal with a timing issue when starting tracking. * Update to 2.0.6 package
This reverts commit 673fd9f.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.