-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
feat: toolhead control panel #712
Merged
meteyou
merged 116 commits into
mainsail-crew:develop
from
dw-0:feat/toolhead-control-panel
Apr 24, 2022
Merged
feat: toolhead control panel #712
meteyou
merged 116 commits into
mainsail-crew:develop
from
dw-0:feat/toolhead-control-panel
Apr 24, 2022
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: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
If, while switching from extruder A to extruder B, the feedamount from extruder A exceeds the maxExtrudeOnlyDistance of extruder B, set the feedamount to maxExtrudeOnlyDistance of extruder B Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
…derControlPanel Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
…glitches during some animations credits for this bugfix go to: @pataar (https://github.com/pataar) Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
…-panel # Conflicts: # src/pages/Dashboard.vue
those buttons should not have a toggle behavior Signed-off-by: Dominik Willner <[email protected]>
those buttons should not have a toggle behavior Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
…large layout for bars and cross Signed-off-by: Dominik Willner <[email protected]>
…trols Signed-off-by: Dominik Willner <[email protected]>
This was
linked to
issues
Apr 7, 2022
Closed
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
Signed-off-by: Dominik Willner <[email protected]>
* fix: display error messages with a icon and tooltip to have a fixed height Signed-off-by: Stefan Dej <[email protected]> * refactor: remove debug output Signed-off-by: Stefan Dej <[email protected]> * locale: add error message to i18n Signed-off-by: Stefan Dej <[email protected]> * feat: add toggle buttons to switch between absolute and relative mode Signed-off-by: Stefan Dej <[email protected]>
# Conflicts: # src/components/panels/ControlPanel.vue # src/components/panels/PrintsettingsPanel.vue # src/components/settings/SettingsControlTab.vue # src/components/settings/SettingsUiSettingsTab.vue # src/locales/da.json # src/locales/de.json # src/locales/en.json # src/locales/es.json # src/locales/fr.json # src/locales/hu.json # src/locales/it.json # src/locales/nl.json # src/locales/pl.json # src/locales/ru.json # src/locales/zh-tw.json # src/locales/zh.json # src/pages/Dashboard.vue # src/store/gui/index.ts # src/store/printer/types.ts # src/store/variables.ts
Signed-off-by: Stefan Dej <[email protected]>
…into feat/toolhead-control-panel # Conflicts: # src/locales/de.json # src/locales/en.json
meteyou
approved these changes
Apr 24, 2022
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.
Depends on #711 (needs to be merged first)
Will cover:
#538
#532
#218
#377
#729
Will dismiss:
#659
Signed-off-by: Dominik Willner [email protected]