Preferences dialog redesign / improvements / fixes#10665
Merged
Conversation
Collaborator
|
Very nice job! |
Noisyfox
reviewed
Oct 15, 2025
Noisyfox
reviewed
Oct 15, 2025
Collaborator
|
Awesome improvements! Code looks good to me and looking forward to get this merged once the issues are solved. |
Collaborator
Author
|
also here is un used functions if we want to make further cleanup sync & shortcuts page > just kept them to see related keys |
Collaborator
Yeah I'll say we could remove this one. |
NanashiTheNameless
added a commit
to NanashiTheNameless/OrcaSlicer
that referenced
this pull request
Oct 15, 2025
NanashiTheNameless
added a commit
to NanashiTheNameless/OrcaSlicer
that referenced
this pull request
Oct 15, 2025
Revert "Preferences dialog redesign / improvements / fixes (OrcaSlicer#10665)"
NanashiTheNameless
added a commit
to NanashiTheNameless/OrcaSlicer
that referenced
this pull request
Oct 15, 2025
dbaarda
pushed a commit
to dbaarda/OrcaSlicer
that referenced
this pull request
Oct 20, 2025
* main: (21 commits) Add Coex 3D filament profiles to Orcaslicer (OrcaSlicer#10924) Fix Z offset for 1st layer (OrcaSlicer#11011) Feature: Ability to change flow ratios by extrusion path types (Code + Docs) (OrcaSlicer#10641) Fix: A proper handling of the `support_base_pattern_spacing = 0` for the `Tree Slim` support (OrcaSlicer#11084) Limit Shrinkage values (OrcaSlicer#10930) Set Ironing angle setting to be a relative degree offset from top surface infill direction (OrcaSlicer#10841) Input Shaping Calib: Types, RepRap + Improvements (OrcaSlicer#10913) Wiki 13: Layer time variability + Minor Improvements (OrcaSlicer#10677) Validation Action comment Remove + Improvement (OrcaSlicer#10617) Material Type standarization + Technical Filament Types (OrcaSlicer#10553) Optimize and simplify MarchingSquares.hpp. (OrcaSlicer#10747) Fix several imgui UTF8 related issues (OrcaSlicer#11078) Make top resizing grabber larger on Windows (OrcaSlicer#11023) Preferences dialog redesign / improvements / fixes (OrcaSlicer#10665) Add the u8 marker to UTF-8 strings (OrcaSlicer#10666) Add static assert for bed number related values (OrcaSlicer#11035) BUG-FIX avoid crossing perimeters ingonore holes <=2mm (OrcaSlicer#10942) [Profiles] Fix Prusa XL overhang speed (OrcaSlicer#10931) (OrcaSlicer#10933) overflow inital setup screen (OrcaSlicer#11007) Clarify warning about malicious websites ...
dbaarda
pushed a commit
to dbaarda/OrcaSlicer
that referenced
this pull request
Oct 21, 2025
* opt-filltpmsfk: (21 commits) Add Coex 3D filament profiles to Orcaslicer (OrcaSlicer#10924) Fix Z offset for 1st layer (OrcaSlicer#11011) Feature: Ability to change flow ratios by extrusion path types (Code + Docs) (OrcaSlicer#10641) Fix: A proper handling of the `support_base_pattern_spacing = 0` for the `Tree Slim` support (OrcaSlicer#11084) Limit Shrinkage values (OrcaSlicer#10930) Set Ironing angle setting to be a relative degree offset from top surface infill direction (OrcaSlicer#10841) Input Shaping Calib: Types, RepRap + Improvements (OrcaSlicer#10913) Wiki 13: Layer time variability + Minor Improvements (OrcaSlicer#10677) Validation Action comment Remove + Improvement (OrcaSlicer#10617) Material Type standarization + Technical Filament Types (OrcaSlicer#10553) Optimize and simplify MarchingSquares.hpp. (OrcaSlicer#10747) Fix several imgui UTF8 related issues (OrcaSlicer#11078) Make top resizing grabber larger on Windows (OrcaSlicer#11023) Preferences dialog redesign / improvements / fixes (OrcaSlicer#10665) Add the u8 marker to UTF-8 strings (OrcaSlicer#10666) Add static assert for bed number related values (OrcaSlicer#11035) BUG-FIX avoid crossing perimeters ingonore holes <=2mm (OrcaSlicer#10942) [Profiles] Fix Prusa XL overhang speed (OrcaSlicer#10931) (OrcaSlicer#10933) overflow inital setup screen (OrcaSlicer#11007) Clarify warning about malicious websites ...
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.
feel free to test and give feedback
PROBLEM
• Items not organized and readability is low
• Dialog is too tall and not fits the window
• There is not much space for new options
• Items uses small fonts that not matches with UI
SOLUTION & IMPROVEMENTS
• Used tabbed interface that matches with current UI. this will allow adding much more options without confusing user
• Using tabs allowed much more compact dialog size
• Matched font size on all controls
• Moved items to sub titles and reordered items to related sections. this will make finding options easier
• Matched UI layout and design with other tabbed sections. Description on left and setting control right. this will matches UI
FURTHER IMPROVEMENTS
• Merged flushing volumes options to a combo box
• Added "..." to "Browse button like other parts in UI. this indicates a dialog will open
• Simplified some of labels to prevent wrapping and corrected "Proper Case" to "Sentenced case"
• Added a secondary title to simplify checkbox labels. Ex. "Requires Restart" or for repeating items
• Used dimmed text on web links section on Associate group. this made a bit more readable
• Updated design of "Auto backup" section. used icon in input box instead "every" text and used "sec" in input box as side text to match UI style
• Added tooltips to all items instead combo box that currently not supports
• Added tooltip to downloads path to show full path
• "Clear" buttons uses alert color on hover
• Cleaned up old code. and replaced RadioBox with new RadioGroup class
FIXES
• Fixed items not focusable
• Corrected colors for labels. label colors was not updated after switching light / dark mode
NOTES
• Show tip of the day feature not working right now. i have tried to fix it but no easy solution. just hid option temporarily. will show it after fix
NOTES FOR CODE CHANGES
• Upper part of code very similar. mostly fixed spacings, properties and margins.
• Lower part re coded because focus events ordered with same order with creation. also made managing ordering easier with using same parent and same sizer name. Didnt used wxSimpleBook because it made things complicated
• Removed parent argument from create_item_.... functions because its unnecessary in this method
• Added some comments to make it more readable
PREVIEW
COMPARISON
CHANGES ON TRANSLATIONS
• Used extensions with uppercase like other sections
• Replaced "Proper Case" with "Sentence case" for some translations like; "Default Page", "Enable Dark Mode" ... etc. this matches case usage and most of translations already used "Sentence case"
• Tried to use shorter descriptions to prevent wrap
• Fixed broken translations for "files" / "projects" term
PR changed "projects" term to "items" https://github.com/SoftFever/OrcaSlicer/pull/9481/files that brake translations
"Recent projects" to "Recent files".
"Maximum recent projects" "Maximum recent files"
"Maximum count of recent projects" to "Maximum count of recent files"
this PR reverts back to original translations for a consistent usage and activate existing translations
Here is other changes
First line is current, second line new value
Default Page
Default page
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Default+Page%22%2F&type=code
• No other window uses
Enable Dark Mode
Enable dark mode
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Enable+Dark+Mode%22%2F&type=code
• No other window uses
Show "Tip of the day" notification after start
Show "Tip of the day" after start
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer++%22Tip+of+the+day%22&type=code
• No other window uses
Add model files (stl/step) to recent file list.
Add STL/STEP files to recent files list
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer++%28stl%2Fstep%29&type=code
• No other window uses
Load Behaviour
Load behaviour
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Load+Behaviour%22%2F&type=code
• No other window uses
Show the step mesh parameter setting dialog.
Show options when importing STEP file
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Show+the+step+mesh+parameter+setting+dialog.%22%2F&type=code
• No other window uses
No warnings when loading 3MF with modified G-code
Don't warn when loading 3mf with modified G-code
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22No+warnings+when+loading+3MF+with+modified+G-code%22%2F&type=code
• No other window uses
Auto-Backup
Auto backup
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Auto-Backup%22%2F&type=code
• No other window uses
Multi-device Management (Take effect after restarting Orca Slicer).
Multi device management
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer++Multi-device+Management&type=code
• No other window uses
Login Region
Login region
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Login+region%22%2F&type=code
• No other window uses
Stealth Mode
Stealth mode
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer+%2F%22Stealth+mode%22%2F&type=code
resources/web/data/text.js
Use legacy network plugin (Take effect after restarting Orca Slicer)
Use legacy network plugin
https://github.com/search?q=repo%3ASoftFever%2FOrcaSlicer++%5C%22Enable+legacy+network+plugin&type=code
• No other window uses
Requires new translations
Developer
Features
Behaviour
(Requires restart)
sec
Auto flush after changing ...
Auto calculate flushing volumes when selected values changed
Clear my choice on ...
Unsaved projects
Unsaved presets