Port STEP import dialog from BambuStudio#9102
Merged
SoftFever merged 24 commits intoOrcaSlicer:mainfrom Apr 5, 2025
Merged
Conversation
jira: STUDIO-7415 Change-Id: I5e09a1eb1ad31063ad56d08d5738907a804dc112 (cherry picked from commit ccbe9630076b754ab440e98977c4164afff96250) (cherry picked from commit 84e7063c54a99e8a1440e74f831c6d1f6828f3f8)
jira: STUDIO-8055 Change-Id: I9255a7a871ebc9920ec683d1a2a80cd53ada0f10 (cherry picked from commit 89be3166e286346254a08c8efc188e0cea83f2a4)
1.Put commctrl.h into pch precompilation(OCCT conflicts) 2.Replace input wxWidgets to support loss focus verification(STUDIO-8101) 3.Optimize slider interaction and trigger mesh when push up slider(STUDIO-8099) 4.Optimize step loading method, separate import of step and mesh 5.Fix dialog cancel button logic; 6.mesh tasks into sub-threads to prevent blocking the UI; JIRA: STUDIO-8101 STUDIO-8099 Change-Id: I50bbb43953a5128f358c6880032d20693531333b (cherry picked from commit ed7ab6b505a2becf8f38edb3c43b96e51eac3317)
jira: STUDIO-8283 Change-Id: I3564ff0993de1c3b8e039fc0115b4ccd81b2a5a2 (cherry picked from commit fecd3c3297c8dc85775622d65e292492523cc150)
jira: none Change-Id: If48a4a25c379f589f80af2715f825c5e1b13dfac (cherry picked from commit 3bc4bf93bd98372e3bfd932ed096b57cd645b4bd)
jira: STUDIO-8281 Change-Id: Ic1e3e958816d6a213f68009ecc0b9430ba4b5482 (cherry picked from commit 072ba8339b1acd46c6d1a5a91b671f98f4045b37)
jira:nojira Change-Id: I7ba88d1ad80fa1e8152393c523bc301187e543d1 (cherry picked from commit 8dfd3bbb0c2b32ba95d942a662c4223b9001c40a)
jira: STUDIO-8530 Change-Id: I43aeda64251165eaa2fc7f26b6dbaf548bc62057 (cherry picked from commit 9c799cc98641e546e736acbf6c944cc3c230ba58)
jira: STUDIO-8606 Change-Id: I2382b9052e2c994a458ad36ca61eb94c517927c6 (cherry picked from commit 0cce6619ce12aa8540f6dfca6d9ee79ffba65c19)
1.fix dark model 2.fix reload file 3.fix macos ui jira: STUDIO-8722 Change-Id: I17c723cbf88b97b187c72fbc6f65fc2da591465f (cherry picked from commit 6c48a8e40b3a28859d5883b13106683cbe61c73d)
jira: studio-8739 Change-Id: Ib1052856e7f9b4e427a58fb89f828dc0e6593247 (cherry picked from commit 8e2b233730ece85c04149aa4d1328519b3b79100)
jira: nojira Change-Id: I4cea486dee7fafa6495d63e8557ff790cc1640dc (cherry picked from commit b2b157f1a49a53d119a382a686a6e343899e98b9)
jira: nojira Change-Id: Ic8c9e010551cc9acab9e863e60321a6b64f83778 (cherry picked from commit 228a19e6049bae320560c5eac05580bee354860e)
incorrect values, reset them to the default values jira: nojira Change-Id: Ia2c64a2a0ebe30641192fdb716234f34c356a6c6 (cherry picked from commit f9d9d40c4fd72ddf4c6aaa9b3d45851bf1fe7ffc)
Optimize getting STEP node names. Fix load_same_type_files() GITHUB: OrcaSlicer#5214 Change-Id: I7d1035c122f21e3b08305509489bce415634ae80 (cherry picked from commit 76a401bfca1897994795cb37ffa9cbcbdaca8b6c) (cherry picked from commit a0669137ec7e698320d0bc50ee986cb3f0e85164)
jira: nojira Change-Id: Ie8d4f1eace04b2c51d4975c67b9a4deb7d88a56f (cherry picked from commit b9aa0397600ab0f5040ac719277c7b16b1371435)
jira: STUDIO-9595 Change-Id: I9908d3eff394ada12dd9ab0a2c10ca8a78d4f1f6 (cherry picked from commit 8bafed6e0a0ac7237077e7e0a964706e35e5ed12)
github: OrcaSlicer#5304 Change-Id: I4afc5978b00eed20c46a1bf4100c9a0f0328daf8 (cherry picked from commit 151f40ad4dbf871576937f9674ac532c32df27d0)
jira: STUDIO-10665 Change-Id: I9e9e837441b5627406cdadcbfdaa4c16abc2d762 (cherry picked from commit e02f44d8dde01de0715935e609a5634fc1faee4e)
jira: STUDIO-10273 Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558 (cherry picked from commit 7e4932eec4a12e02f0f40b5e783d38ae1b66a30a)
4b853d3 to
5023ad4
Compare
5023ad4 to
5dee729
Compare
1 task
1 task
3 tasks
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
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.
Thanks BambuLab!
Fix #8820