forked from SoftFever/OrcaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 0
update #1
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
Closed
Closed
update #1
Conversation
This file contains hidden or 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
* Update fdm_machine_ecc_common.json * Update Elegoo Centauri Carbon 0.4 nozzle.json
* Fix blurry AMS icon on sidebar * Fix search icon anti aliasing problem * home page thumbnail / new / open / delete / explore icons * Homepage > finetune color of thumbnail image * Custom filaments > Edit button * Update homepage thumbnail image * BBL printers > Device / Calibration tab > Printer icon blurry * Update homepage open project icon * Homepage > User rectangular Orca logo for UI consistency * Add new icons for parameters * Update bed plate Move to Front icon * Update project page icons * revert changes on homepage context menu * Add dependencies icon * fix document icons on project page --------- Co-authored-by: SoftFever <softfeverever@gmail.com> Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
#7405) Fix #6839 with final tool preheating on multitool machines causing in appropriate temp settings Seems like Orca is trying to preheat the next tool in a multitool print, and ends up calling a heater off command in the last 30 seconds of any print. This happens because there's no handling to check if the next active tool is an actual valid tool index, or its a T-1 command to end the print since we're using the last tool. Simply moved the preheat commands into the conditional IF that automatically fixes this issue since the tool index is now properly evaluated. Co-authored-by: SoftFever <softfeverever@gmail.com>
* Revert "Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament (#8397)" This reverts commit fcc5489. * Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament (#8397) --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
* Ensure file encoding * Show correct file path in error message
…8949) * bugfix:All button doesnt get checked on tab-reopen when the selection is empty * bugfix:when dep tab is open, and you check All, hitting reset all doesnt update the All button correctly; also partially fixed the bug that checking All doesnt flag the tab as dirty * fixed a bug where checking All in dependency tab doesnt flag the field as dirty --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
* add abs-gf add abs-gf * fix fusrock abs-gf fix fusrock abs-gf * fix * Update FusRock ABS-GF @base.json fix false --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Tune fuzzy match coefficients
replace AMSMappingPopup.cpp with AmsMappingPopup.cpp (the case-sensitive filename)
…9360) * Update PartPlate.cpp * Update 3DBed.cpp * Update 3DBed.cpp * update * Update PartPlate.cpp * Update 3DBed.cpp * Update PartPlate.cpp * Update PartPlate.cpp * Update PartPlate.cpp
…lament Flow Ratio (#9218) * Rework extrusion-per-mm and speed-cap logic to enforce max vol speed * Fix _mm3_per_mm typo
…ts switch (#9445) Update ParamsPanel.cpp
…Rock ABS-GF (#9442) * Fix FusRock ABS-GF Parameters in .bbl , Add Global Parameters for FusRock ABS-GF * Add Global Parameters for FusRock ABS-GF
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.
Description
Screenshots/Recordings/Graphs
Tests