9304cc35db
UI fixes / improvements ( #11413 )
...
* init
* flushing volumes
* vertical margins
* fix titlebar scaling
* fix filament section
* flushing volumes
---------
Co-authored-by: Ioannis Giannakas <59056762+igiannakas@users.noreply.github.com >
2025-11-22 22:54:36 +08:00
f48a438b27
Fix Spiral Z-Hop arc handling ( #11430 )
2025-11-22 22:09:29 +08:00
589eb2cfeb
FIX: Open provided file at startup ( #11419 )
2025-11-22 21:49:51 +08:00
3367648ec0
Re-include BBS's Clipperutils2 ( #11415 )
...
* Clipper2 from BBS
* Fix
* Clipper2 Update: 1.5.2 -> 2.1.5.4
* Replace Clipper2Lib::Area calls with Clipper2LibArea
Updated area calculation calls to use Clipper2LibArea<T> instead of Clipper2Lib::Area<T> in multiple locations. This change likely reflects a refactor or renaming of the area calculation function.
* Revert "Replace Clipper2Lib::Area calls with Clipper2LibArea"
This reverts commit c92a9a1522e8d7b0f1f8557d4c752a8b8c8fc279.
* Revert "Clipper2 Update: 1.5.2 -> 2.1.5.4"
This reverts commit a745894bdc9cda4ce4d19e0705d214b78091acad.
* Update project version
2025-11-22 15:39:12 +08:00
61931d23a4
Fix filament profile import if inherit from vendor generic ( #11398 )
...
* Why log user id when importing profile?
* Use `find_preset2` when importing profiles
to properly handle renamed system profiles
2025-11-22 15:38:12 +08:00
7b0cdd3ec6
Fix crash after syncing printer ( #11428 )
...
Fix crash after syncing printer (OrcaSlicer/OrcaSlicer#11427 )
2025-11-22 15:37:28 +08:00
36fcf17358
Reduce artifacts from short travel moves before external perimeters ( #10722 )
...
Accel to extloop
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-11-20 22:11:12 +08:00
760f66d3d7
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
...
# Conflicts:
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/PrePrintChecker.cpp
# src/slic3r/GUI/StatusPanel.cpp
2025-11-18 09:17:13 +08:00
4046e39ff3
Adjusted density multiline infill for adaptive cubic, support cubic, lightning patterns (prevent crash) and minor GUI correction. ( #10967 )
...
* FillAdaptive density adjusted
* Fill lightning multiline density adjust
* Gui corrections by IanAlexis
2025-11-17 17:27:55 +00:00
73b1d1def5
Reorder Calibrations list ( #11389 )
...
* Reorder max volumetric speed calibration step
Moved the max volumetric speed calibration step after temperature tower in the documentation and updated the calibration menu initialization in MainFrame.cpp to match the new order.
* Update wiki image
* Reorder flow rate and pressure advance calibration steps
Updated documentation and GUI to list Pressure Advance calibration before Flow Rate calibration, reflecting the recommended calibration order. Adjusted menu item order in MainFrame.cpp and updated related documentation and image.
2025-11-17 17:21:03 +00:00
c0c1ddfda0
Filament Ironing Override ( #11194 )
2025-11-17 15:56:39 +00:00
73b93d2ed0
Compact Printer Selection UI ( #11196 )
2025-11-17 15:30:35 +00:00
77f7514d97
Fix spacing and punctuation issues ( #11244 )
2025-11-17 09:35:53 +00:00
c11053dfe7
Retraction Calib: Set wall_sequence to InnerOuter ( #11372 )
...
Set wall_sequence to InnerOuter in calib_retraction
2025-11-17 09:32:40 +00:00
5e2a7fbf35
Merge branch 'main' into dev/p2s-pr
2025-11-17 14:56:09 +08:00
3cd229098f
Anycubic Predator machine and print profiles ( #11252 )
...
* feat: anycubic predator
* buildplate texture & cover image
* Newlines
* buildplate texture and model
* modified printable area
* added to custom printers list
* flip buildplate model
* Merge branch 'SoftFever:main' into feature/anycubic-predator-profile
* make profile safe (speed, acceleration, jerk), added better start gcode with prime line
* rotate texture to avoid confusion
* updated start gcode
* rotate the texture back
* Merge branch 'main' into feature/anycubic-predator-profile
* Merge branch 'main' into feature/anycubic-predator-profile
* Update cover image & fix gcode flavor
2025-11-17 12:20:26 +08:00
4b1ddcdc55
Url update: SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer ( #11371 )
...
* SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer
* Revert for deps
2025-11-17 11:17:54 +08:00
8ec2454835
Standard units need translation for CIS Languages ( #11376 )
...
* Standard units need translation for CIS Languages
2025-11-17 10:29:44 +08:00
95c901768e
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
...
# Conflicts:
# src/libslic3r/GCode.cpp
2025-11-14 18:48:32 +08:00
c2c796ef25
Fix initial filament loading ( #11350 )
...
* Fix initial filament loading for non-bbl printers (SoftFever/OrcaSlicer#11218 )
* Add missing initial PA for bbl printers
* Reset APA after toolchange
https://github.com/SoftFever/OrcaSlicer/pull/5609#issuecomment-3532029620
2025-11-14 18:46:34 +08:00
21399999f1
ENH: add eager lift function
...
1.Immediate do lift in eager_lift function
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com >
Change-Id: I931d22e901e2123bb886c31d8d1a5788fddeed42
(cherry picked from commit 6cea772d4f3b2f7e2a43c35a2271e4bdbba9eadd)
2025-11-14 11:08:08 +08:00
0c810c817f
Fix filament end gcode missing for non-bbl machines
2025-11-13 22:33:26 +08:00
9d944fd1bd
Merge branch 'main' into dev/p2s-pr
2025-11-13 10:11:10 +08:00
43c48a265d
Enforce seam_position: aligned for retraction calibration
2025-11-12 19:13:10 +02:00
c0ad4f4e1c
Revert "Fix: Correcting the behavior of the camera panning." ( #11337 )
...
Revert "Fix: Correcting the behavior of the camera panning. (#11111 )"
This reverts commit 08bd21310c .
2025-11-12 13:09:39 +08:00
83738cacd8
Merge branch 'main' into dev/p2s-pr
2025-11-10 08:55:30 +08:00
a7adeb6305
Fix crash on printer error when stealth mode is enabled ( #11225 )
...
Fix crash on printer error when stealth mode is enabled (SoftFever/OrcaSlicer#11203 )
2025-11-10 08:54:06 +08:00
5197358183
Merge branch 'main' into dev/p2s-pr
2025-11-09 20:47:51 +08:00
4501bf6f57
Fix combo box vertical text alignment ( #11217 )
...
* init
* update condition
* Merge branch 'main' into fix-combobox-text
* Update TextInput.cpp
2025-11-09 20:40:30 +08:00
8f5a5a9b16
Fix extrusion rate smoothing unnecessarily slowing down the entire line ( #11249 )
...
* Fix typo & code style
* Fix calculation of the min acc time
* Avoid slowing down the entire line if both end of a single line has been slowed down
2025-11-09 12:47:50 +08:00
614612ed38
Merge branch 'main' into dev/p2s-pr
...
# Conflicts:
# src/slic3r/GUI/DeviceErrorDialog.cpp
2025-11-09 12:35:32 +08:00
08bd21310c
Fix: Correcting the behavior of the camera panning. ( #11111 )
...
* Fix: Correcting the behavior of the camera panning.
Fixes #11107
2025-11-09 12:29:27 +08:00
14dd1078bf
Spellcheck translatable strings ( #11242 )
...
* Spellcheck translatable strings
2025-11-09 11:52:27 +08:00
b1bb08b096
Fix casing on file extensions ( #11265 )
...
* Fix casing on file extensions
2025-11-09 11:38:45 +08:00
a151ac931d
Add missing translation markers ( #11243 )
2025-11-08 22:58:32 +08:00
2bcbb688a1
Fix casing of axis' names ( #11258 )
2025-11-08 22:36:03 +08:00
df734857cc
Merge branch 'main' into dev/p2s-pr
2025-11-08 20:46:30 +08:00
b62187f076
Match UI of filament grouping & fixes ( #11238 )
...
* init
* update
* match radio icons
* fix background
* Show only on "summary" and "filament" tab
* delete unused icons
2025-11-08 20:44:37 +08:00
bc008ff2f0
Merge branch 'main' into dev/p2s-pr
2025-11-08 17:17:31 +08:00
716d85f635
Avoid duplicated call of request_user_handle
2025-11-08 14:49:29 +08:00
28184a96a1
Enable log auto-flush, this should not really affect performance because by default the log level is warning
2025-11-08 11:49:54 +08:00
bfe4b78b0e
Make sure app version is output in log regardless of log level, also show build git hash in log
2025-11-08 11:07:24 +08:00
0b2778e670
Fix max_bridge_length for organic tree ( #11295 )
...
* Remove outdated duplicated support code
* Orgainc tree no longer use `bridge_no_support` since #8212
2025-11-08 01:27:15 +08:00
c3e03a0955
Remove markers from strings that don't need translation ( #11234 )
...
* Remove markers from strings that don't need translation
2025-11-08 00:53:56 +08:00
210bc47173
Fix "..." at the end of "Replace with STL" menus ( #11247 )
2025-11-08 00:32:02 +08:00
f4d8130451
Fix emboss crash when displaying warning information ( #11299 )
...
Revert "FIX:ImGuiInputTextFlags_Multiline should manual input"
This reverts commit bb3f59e18f .
2025-11-08 00:28:22 +08:00
058b6143a6
FIX: update dark mode color
...
jira: [STUDIO-9689]
Change-Id: I4f0f3f468d6f08195896a9948e4f3636489cbe79
(cherry picked from commit bb74d32de96f5a4090d06481ae51dec65c5b7447)
2025-11-07 23:26:18 +08:00
0115cfbdd0
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
2025-11-07 10:42:06 +08:00
e8464dd69c
Fix AMS Material Selection to sort by both filament vendor and type ( #11261 )
...
Fix AMS Material Selection dialog combo box sorting to also sort by filament types.
2025-11-07 10:40:47 +08:00
4b7e95d81d
Increase Bridge Density Maximum ( #11283 )
...
* Increase bridge density maximum and updated External Bridge Density tool tip.
2025-11-07 09:38:26 +08:00