de66749a11
fixes compiler warnings ( #9619 )
...
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies
* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma
* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument
* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))
* compiler warnings: uninitialized variables, missing parentheses, missing curly braces
* compiler warnings: ? as lower precedence than <<
* compiler warnings: unused variable
* compiler warnings: unused result
* compiler warnings: undefined/unused variable
* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
1c09c6150d
Ramming dialog improvements & add step control for SpinInput class ( #9651 )
...
* init
* update dialog buttons
* Fix color on Linux & macOS
* Fix dark mode dialog title color on Windows
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-14 15:19:25 +08:00
deb371d298
Fix staticbox content margin on macOS ( #9901 )
2025-06-14 11:32:31 +08:00
71e96eed48
DialogButtons fixes and apply to more windows ( #9809 )
...
* step import dialog
* update
* update
* drop file dialog
* Update UnsavedChangesDialog.cpp
* update
* fix focus
* Update CreatePresetsDialog.cpp
* improve usage of return button
* fix first button not getting hover effects
* update
* update
* improve button styles
* update button events
* update button events
* update button events
* remove Raise()
2025-06-14 10:27:10 +08:00
64dc09ea56
Wiki Update part 4 ( #9872 )
...
* How to wiki
* Local images + pressure-advance realocation
* fill patterns WIP
+ Patch Until they fix this: https://github.com/orgs/community/discussions/118296
* Wiki images update 8fff1ca
Updated images with new style from commit 8fff1ca (pr: #9797 )
* Internal Wiki Links + standardization
* Update Flow Calibration image
Co-Authored-By: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
* Seam wiki merge
* Updated Wiki Home
* MD Final lines
* How to index
---------
Co-authored-by: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
2025-06-13 23:09:05 +08:00
fa5978f74b
Class for RadioGroup & LabeledStaticBox and improvements for Calibration Dialogs, Windows with wxStaticBoxSizer ( #9797 )
...
* update
* Update calib_dlg.cpp
* Update LabeledStaticBox.hpp
* Update calib_dlg.cpp
* update
* update
* RadioGroup fix
* update
* update
* update
* update
* RadioGroup
* Fix render issue when position is set to default (-1)
* Fix macOS render issue by removing default NSBox border
* Fix compile
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-12 20:15:02 +08:00
4376f025ae
fix BBL bed_model stl hacks ( #9882 )
2025-06-12 18:11:52 +08:00
247fdcf45b
Use proper case for "return" ( #9831 )
...
init
2025-06-10 09:42:06 +08:00
5366e1dceb
Improve printers pictures and sorting (prusa printers) ( #9824 )
...
* Replace prusa printer images with standard sizes and aspect ratio
* Rename Prusa Mini IS to specify the IS in the name
* Add missing prusa CORE One in the preset dialog and reorder prusa printers
* updated pictures to 320px
2025-06-08 18:04:04 +08:00
ba7cdbeabc
Fix error when drag-n-drop a file from network location to home screen ( #9821 )
...
Fix error when drag-n-drop a file from network location to home screen on Windows
2025-06-07 17:38:23 +08:00
b5eb2d728f
wxDataViewCtrl fixes ( #9818 )
...
* init
* update
2025-06-07 17:15:41 +08:00
fc198259af
Fix crash on Linux when you searched the placeholder in gcode editor dialog ( #9815 )
...
Fix crash on Linux when you searched the placeholder in gcode editor dialog (SoftFever/OrcaSlicer#5671 )
2025-06-07 11:03:25 +08:00
0dc7c1ddc1
class for DialogButtons ( #9639 )
...
* init
* match code
* update
* Update DialogButtons.hpp
* make Ok uppercase
* update
* fix and cleanup
* Update DialogButtons.cpp
* update
* Update DialogButtons.cpp
* update
* Update CreatePresetsDialog.cpp
* update
* update
* update
2025-06-04 09:30:36 +08:00
b0776eb107
Fix event table baseclass error ( #9777 )
2025-06-01 22:49:54 +08:00
b819c7f55b
Fix project info editor dark mode text color ( #9775 )
2025-06-01 21:37:53 +08:00
30087a1680
Fix the spelling/grammar on the original english strings ( #9487 )
...
* Fix the spelling/grammar on english strings
* Fix the spelling/grammar on english strings, part 2
2025-06-01 19:32:36 +08:00
96b0249b1d
Fix casing issues on the original english strings ( #9513 )
...
* Use lowercase after comma
* Use uppercase after period
2025-06-01 19:31:55 +08:00
556edcb98b
Additional Model metadata - Description ( #9398 )
...
* starting to add description field to GUI
* additional work to add GUI
* make a multi-line entry
* Remove building of non-mac
* fix tag collision
* debugging suggestions from CoPilot
* yet another debug suggestion
* Fix build with Xcode 16.3
* Simplify OpenVDB patch, from 930c3acb8e (diff-bc3061cc2fe6c64a3d67c8350330bb3a530d01037faace6da27ad9a12aa03e29)
* Fix CGAL header under clang 19
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281880
* Fix compile error due to removal of base template for `std::char_traits` in clang 19
https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html#deprecations-and-removals
* Update Auxiliary.cpp trying to prevent crash
* Add files via upload
* from other branch
* rolling back changes
---------
Co-authored-by: Kaleb Best <kalebbest@MacBook-Air.local >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-01 18:35:48 +08:00
581092e9ac
Fix scaling on Plates toolbar for Windows ( #9674 )
...
Update GLCanvas3D.cpp
2025-06-01 15:40:44 +08:00
0b24b87172
Fix #9439 - IS Calib - Use default Filament MVS ( #9703 )
...
IS Calib - Use default Filament MVS
To fix #9439 added a comment in wiki and remove Max Volumetric Speed overload.
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
2025-06-01 13:38:09 +08:00
3383cb98dc
Fix Line Infill with no anchor ( #9768 )
...
* Fix Line Fill with no anchor
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com >
* Disable anchor option for Line Infill
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com >
Co-Authored-By: Henk <40023052+elektrohenk@users.noreply.github.com >
---------
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
Co-authored-by: Henk <40023052+elektrohenk@users.noreply.github.com >
2025-06-01 13:34:44 +08:00
2d9ae54037
Fix tree support bed exclusion area calculation ( #9633 )
...
Fix tree support bed exclusion area calculation (SoftFever/OrcaSlicer#9624 )
2025-06-01 13:18:03 +08:00
70be780103
Fix scaling on SideButton ( #9673 )
...
* Update MainFrame.cpp
* fix scaling on gap
2025-06-01 13:16:51 +08:00
a64fb1f941
Fix scaling on about dialog ( #9672 )
...
* Update AboutDialog.cpp
* Update AboutDialog.cpp
2025-06-01 13:00:05 +08:00
39b009fb1e
Fix deferred URL not cleared properly ( #9711 )
...
* Fix deferred URL not cleared properly
ensure the deferred URL is fully cleared after use
* cleared properly in load_url too
2025-05-25 00:45:12 +08:00
ae1c8f1d6a
Correct repair menu message ( #9468 )
2025-05-16 23:54:10 +08:00
3b7dc0aec3
Brim ear updates model object in real-time ( #9625 )
...
* ENH:Brim ear updates model object in real-time
jira: studio-8687 8683
Change-Id: Ic730957bf8c1e96c0464791cce60cb097d1a4dc9
(cherry picked from commit af174cb8b64e870929f926d3957d3471d0b09e29)
(cherry picked from commit a1037509aef57b2276bba3ddcab33a6bfeebf87a)
* Fix build error
---------
Co-authored-by: Mack <yongfang.bian@bambulab.com >
2025-05-16 23:52:48 +08:00
97671c71be
Fix several crash when build in debug mode ( #9650 )
...
* Fix crash when open bed shape dialog.
DO NOT USE `auto` FOR EIGEN EXPRESSION RESULT!
* Fix assertion failure when switching printer models
2025-05-16 23:49:19 +08:00
f0b3449db8
Bed shape dialog improvements ( #9569 )
...
* init
* reduce changes
* Update BedShapeDialog.cpp
* update
2025-05-16 23:49:07 +08:00
cf71e4f2c7
Fix the spacing on the original english strings ( #9596 )
...
* Remove extra spaces between words
* Remove extra spaces after punctuation
* Remove extra spaces before punctuation
* Always needs a space after punctuation
* Always needs a space before parens
* Remove trailing spaces before newline
2025-05-16 16:31:58 +08:00
d568b64994
Auto orient shortcuts ( #9615 )
2025-05-14 11:45:08 +08:00
4d9ca1ef30
Fix new project crash on Windows if multi-extruder printer profile is edited ( #9600 )
...
Fix new project crash on Windows if profile is edited
2025-05-14 11:36:50 +08:00
fc462fb58b
Gizmo shortcuts ( #9604 )
...
* Gizmo shortcuts
* Delete invalid comment
2025-05-12 22:11:39 +08:00
1ca9b58db1
Fix brim ear render when camera projection changed ( #9605 )
...
* Fix brim ear render when camera projection changed (SoftFever/OrcaSlicer#9602 )
* Remove unnecessary shader uniform
2025-05-12 21:18:19 +08:00
e371f8f46e
Improvements for Default color button in filament settings ( #9581 )
...
* init
* fix colors on theme switch
* update
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-05-11 20:11:09 +08:00
3f79e0522e
Use "°C" instead of "degree" to avoid ambiguity ( #9597 )
2025-05-11 15:06:30 +08:00
5a0f720706
Remove markers from strings that don't need to be translated ( #8842 )
...
Remove markers from text that does not need to be translated
2025-05-11 15:04:48 +08:00
8c12e916ca
fixes for dependencies tab ( #9594 )
...
* init
* fix indent
2025-05-10 22:13:28 +08:00
05c19fb5c7
Improve UI of profile dependencies tab ( #9553 )
...
* init
* Update Tab.cpp
* update labels
* Update Tab.hpp
* Fix checkbox label
* Update Tab.cpp
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-05-10 13:49:52 +08:00
8b523d4f0f
Organic tree support GUI fix ( #9587 )
2025-05-10 12:50:12 +08:00
367bfa69ab
Make Custom GCode Editor resizable ( #9405 )
...
* Make gcode editor window resizable
* Make param list expands with the window
* Make dialog shrinkable and give it a proper initial size
* Revert "Hardcode Location of Add Button"
This reverts commit aef74ab005 .
* Make sure the dialog fits inside current screen
* Fix compile error
2025-05-09 23:00:27 +08:00
c1d719496f
Fix crash when switching back to prepare tab after clicking the support paint icon in preview ( #9417 )
2025-05-09 22:59:18 +08:00
a960090f31
Don't show "remember my choice" on 3mf open dialog ( #9547 )
...
Don't show "remember my choice" on 3mf open dialog (SoftFever/OrcaSlicer#9108 )
Lots of people accidentally checked it without realizing the consequences, now we make it more explicit by
only allowing change this in preference settings.
2025-05-09 22:58:46 +08:00
1f6ed3de66
Fix filament type parameter box uses wrong width ( #9582 )
...
* Update Tab.cpp
* Update Tab.cpp
2025-05-09 22:54:35 +08:00
e17e2d4296
Color & shape improvements for Axes ( #9495 )
...
init
2025-05-08 16:00:48 +08:00
2048a22161
Improve quality of bed name / number texture ( #9535 )
...
* init
* update
* update
* update
* update
* update
* Update PartPlate.cpp
2025-05-08 12:33:57 +08:00
99bab3e3de
Increase size of layer mode button on preview tab ( #9554 )
...
* Update IMSlider.cpp
* fix slider positions
2025-05-07 23:33:33 +08:00
58fe96937e
Match style of checkboxes on Material Settings > Setting Overrides ( #9551 )
...
init
2025-05-05 18:53:46 +08:00
bdfc873d15
Fix: 2Dbed step calculation for grid not working ( #9550 )
...
init
2025-05-05 17:59:00 +08:00
b579e44704
Fixes compile error with SLIC3R_PCH=OFF ( #9543 )
...
fixes compile error with SLIC3R_PCH=OFF
2025-05-05 17:55:17 +08:00