e9b94018c6
Update zh_TW translations ( #11514 )
...
* Replace Simplified Chinese in `OrcaSlicer_zh_TW.po` with Traditional
ones, fix '制', and add missing translatinos
* Fix settings -> system language selector (`Perefences.cpp`): 繁体 -> 繁體
* Two missing translation in `text.js`
2025-12-09 23:38:12 +08:00
9e0a1c655d
Compact Printer Selection UI - part 2 ( #11401 )
...
* update
* match bbl covers with profile folder
* Update printer_placeholder.png
* match vertical margins
* improve logic for showing bed type preview
* fix focus
* fix conflict
* fix conflict
* Update printer_placeholder.png
* Update Plater.cpp
* Update printer_placeholder.png
* revert changes for margins
* Update Plater.cpp
* Update Plater.cpp
* Revert "Update Plater.cpp"
This reverts commit f73e482081c9451d07b28372e9e2505dc1bf7df6.
* Update Plater.cpp
* fix badges not visible
* fix badge
* Update Plater.cpp
* update sync icon
* improve cover auto hide logic
* Update Plater.cpp
* delete bed type images
* simplify events
* hide nozzle selector for ToolChangers
* fix bed type not remembers value after printer change
2025-12-09 01:05:03 +08:00
680735361b
Fix typo in extruder clearance resource name ( #11569 )
...
Renamed 'param_extruder_clearence.svg' to 'param_extruder_clearance.svg' and updated the corresponding resource reference in Tab.cpp to correct the spelling error.
Co-authored-by: Nanashi <53353250+NanashiTheNameless@users.noreply.github.com >
2025-12-05 12:03:12 +00:00
bbaa2224eb
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
bd641aae96
FIX: Open provided file at startup ( #11419 )
2025-11-22 21:49:51 +08:00
e4b2c90505
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
c0b2dba2fb
Fix crash after syncing printer ( #11428 )
...
Fix crash after syncing printer (OrcaSlicer/OrcaSlicer#11427 )
2025-11-22 15:37:28 +08:00
dc889e387d
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
5c67d483e2
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
f7a2589879
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
46bd1a65da
Filament Ironing Override ( #11194 )
2025-11-17 15:56:39 +00:00
04d89a5d2d
Compact Printer Selection UI ( #11196 )
2025-11-17 15:30:35 +00:00
42d063fc8d
Fix spacing and punctuation issues ( #11244 )
2025-11-17 09:35:53 +00:00
339e2d6e5e
Retraction Calib: Set wall_sequence to InnerOuter ( #11372 )
...
Set wall_sequence to InnerOuter in calib_retraction
2025-11-17 09:32:40 +00:00
27a471cea1
Merge branch 'main' into dev/p2s-pr
2025-11-17 14:56:09 +08:00
d994178cf4
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
4ce3fb9ca8
Url update: SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer ( #11371 )
...
* SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer
* Revert for deps
2025-11-17 11:17:54 +08:00
a0d4a9829e
Standard units need translation for CIS Languages ( #11376 )
...
* Standard units need translation for CIS Languages
2025-11-17 10:29:44 +08:00
e3f3414691
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
...
# Conflicts:
# src/libslic3r/GCode.cpp
2025-11-14 18:48:32 +08:00
92be298b9b
Merge branch 'main' into dev/p2s-pr
2025-11-13 10:11:10 +08:00
42035e3b1c
Enforce seam_position: aligned for retraction calibration
2025-11-12 19:13:10 +02:00
ddb98995b0
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
4b38cb7cdb
Merge branch 'main' into dev/p2s-pr
2025-11-10 08:55:30 +08:00
d8dc359a39
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
14eb2d8638
Merge branch 'main' into dev/p2s-pr
2025-11-09 20:47:51 +08:00
74d38fec79
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
0bffff7dd7
Merge branch 'main' into dev/p2s-pr
...
# Conflicts:
# src/slic3r/GUI/DeviceErrorDialog.cpp
2025-11-09 12:35:32 +08:00
152b820a97
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
380d471a0e
Spellcheck translatable strings ( #11242 )
...
* Spellcheck translatable strings
2025-11-09 11:52:27 +08:00
02dc0d84b5
Fix casing on file extensions ( #11265 )
...
* Fix casing on file extensions
2025-11-09 11:38:45 +08:00
433ba098cd
Fix casing of axis' names ( #11258 )
2025-11-08 22:36:03 +08:00
a06e555318
Merge branch 'main' into dev/p2s-pr
2025-11-08 20:46:30 +08:00
e761166a8a
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
5d80a73287
Merge branch 'main' into dev/p2s-pr
2025-11-08 17:17:31 +08:00
6446291088
Avoid duplicated call of request_user_handle
2025-11-08 14:49:29 +08:00
cb2d5b4349
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
6ae98fad15
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
bfcd9f1064
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
ef8615f286
Fix "..." at the end of "Replace with STL" menus ( #11247 )
2025-11-08 00:32:02 +08:00
a5c9dd98ac
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
1957f96b90
FIX: update dark mode color
...
jira: [STUDIO-9689]
Change-Id: I4f0f3f468d6f08195896a9948e4f3636489cbe79
(cherry picked from commit bb74d32de96f5a4090d06481ae51dec65c5b7447)
2025-11-07 23:26:18 +08:00
80df06448f
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
2025-11-07 10:42:06 +08:00
446834e6f7
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
4ec272a22b
Fix: Hiding the ironing_angle_fixed setting in the UI if the ironing is disabled ( #11286 )
...
* Fix: Hiding the `ironing_angle_fixed` setting in the UI if the ironing is disabled
2025-11-06 23:53:57 +08:00
7db0ff9a19
Fix issue that dev printers no longer sync calib & filament info from AMS
2025-11-05 22:54:49 +08:00
c5692c88e7
Merge branch 'main' into dev/p2s-pr
2025-11-05 20:55:28 +08:00
7444878927
IF-enable PA in IS and Cornering Calibs ( #11178 )
...
* Re-enable PA in Calibs
* Disable APA if Disabled PA
2025-11-04 21:45:14 +08:00
484f9e222f
Merge branch 'main' into dev/p2s-pr
2025-11-04 10:26:47 +08:00
a6bffacba1
Multi-color code compatible with QIDI models ( #11185 )
...
* The 0.30mm layer height configuration for the 0.4 nozzle of the QIDI model has been removed
* Merge branch 'main' into main
* Merge branch 'SoftFever:main' into main
* Revert "The 0.30mm layer height configuration for the 0.4 nozzle of the QIDI model has been removed"
This reverts commit 8d296720b8de58b1bfa4f008a24cee841a8472c6.
* Update Qidi Q2 0.4 nozzle.json
修改Q2打印高度
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* change machine_gcode
* Merge branch 'main' of https://github.com/HYzd766/OrcaSlicer
* Merge branch 'SoftFever:main' into main
* Multi-color code compatible with QIDI models
* Merge branch 'main' into main
* toggle axis visibility on canvas (#9666 )
* toggle axis visibility on canvas
* set show_axes config on toggle
* fix: Add pause and filament change to machine gcodes for Sovol SV08 MAX (#11214 )
* Add fixed Ironing Angle setting for uniform surface finish (#11195 )
* Initial working fixed ironing angle implemented with new Fixed ironing angle setting
* update documentation
* Combine Fill.is_using_template_angle and Fill.alternate_fill_direction into Fill.fixed_angle
* Rename SurfaceFillParams.is_using_template_angle to SurfaceFillParam.fixed_angle.
2025-11-03 21:34:11 +08:00
8a547e3a01
FIX: cannot select k value when connect 2 printer
...
github: 4085
Change-Id: I660f20032535ad8ab1f218224af68f7cc0dc3395
(cherry picked from commit dc94ad4fb63c4907993e6970511bed90337b6c30)
2025-11-03 20:36:47 +08:00