Derrick
d09699cf34
Fix conversion to wxstring ( #12698 )
...
Fix obj import dialog encoding for non ASCII letters by making the correct conversion to wxstring
JIRA-137
2026-03-09 19:32:11 +08:00
Derrick
1bcc239a9a
Added check for esc key to close dialog ( #12697 )
...
Added wx event for esc to close dialog for filament grouping dialog
JIRA-139
2026-03-09 19:31:27 +08:00
Kiss Lorand
afc2fe5428
Remove leftover Bambu warning caption from dialogs ( #12696 )
...
### Description
A couple of warning dialogs still used a caption containing "**BambuStudio warning**". It is a leftover from the original BambuStudio codebase.
### This PR
- removes the explicit caption so the dialogs use the standard application warning title instead.
### Result
- removes the remaining Bambu reference while keeping the visible behavior consistent with the rest of the UI.
- addresses point 1. of "New ports from Bambu Studio" section from #12684
### Screenshots
- **Before:**
<img width="1352" height="277" alt="image" src="https://github.com/user-attachments/assets/d107acaa-f159-496a-b14e-93cd149bf355 " />
- **After:**
<img width="1356" height="278" alt="image" src="https://github.com/user-attachments/assets/e111b5b3-9b3e-4b13-b20d-f98e5173ea16 " />
2026-03-09 19:30:07 +08:00
Derrick
8b15ec44f0
Fix flushing windows dialog able to move around using trackpad and added esc to close dialog ( #12694 )
...
Added entry to wipingdialog.html css to prevent it from being overscrollable and its position fixed.
Added escape button to close dialog event on both javascript and webview events
JIRA-136
2026-03-09 19:28:59 +08:00
Sabriel-Koh
ca85d8ade3
Disable filament grouping button logic when when not Bambu H2D ( #12693 )
...
# Description
When using the Bambu H2D, users can use Filament Grouping, a button found next to the bed preview. When not on a H2D profile, the button is hidden. However, it remained usable, and clicking an empty space below all the buttons causes the dialog to appear.
This PR fixes that by adding a check before the button is registered.
Addresses point 9 (focusing on the 2nd bullet) in #12684
## Tests
Tried to click on the empty area right below the column of buttons (see the below images)
Made sure to have the H2D profile loaded as well, and checked that the dialog still opens for that printer.
H2D active
<img width="1635" height="949" alt="image" src="https://github.com/user-attachments/assets/da6fb03b-e3c8-4504-ac60-b96ecc6347dc " />
Area to click for the invisible button
<img width="935" height="788" alt="image" src="https://github.com/user-attachments/assets/1f001bcf-0224-4922-b5bf-47a95820e536 " />
2026-03-09 18:24:24 +08:00
Derrick
e8b2fa3a32
Fix zoom button tooltip width miscalculation ( #12692 )
...
wx strings to be converted to utf-8 before doing width calculation for consistency.
JIRA-127
2026-03-09 18:22:37 +08:00
Derrick
b9e0cb355d
Fix for notifications unable to be interacted after gcode viewer collapsed ( #12689 )
...
JIRA-126
2026-03-09 18:01:44 +08:00
Sabriel-Koh
48b85b37d4
Move adaptive flowrate to developer mode and clarified tooltip ( #12688 )
...
* Set Adaptive Volumetric Speed as a developer mode setting, and further clarified in the tooltip
* Fixed typo
2026-03-09 14:39:54 +08:00
SoftFever
eb6da907a9
Fix crash when slicing multi-material print with wipe tower ( #12682 )
...
The WipeTower2 code path never called construct_mesh(), leaving
wipe_tower_mesh_data as std::nullopt. GCode export then dereferenced
it unconditionally, triggering an assertion failure / crash.
2026-03-09 13:31:11 +08:00
SoftFever
4f8097f7f7
Fix three regressions in the multi-tool extruder tab system: ( #12680 )
...
1. Dirty flags not showing for extruder options:
2. Crash when switching to non-first extruder tabs:
3. Modifying one extruder's parameter affects other extruders:
2026-03-09 10:48:53 +08:00
Jakub Hencl
d6761fedc6
New translate with Menu complete ( #12243 )
...
New translate
New translate with Menu .Thx
Co-authored-by: SoftFever <softfeverever@gmail.com >
2026-03-06 12:10:44 +08:00
SoftFever
0f92dec77d
update profile version
2026-03-06 11:44:20 +08:00
Rodrigo Faselli
01a2193ad9
Fix artifact classic wall generator painted fuzzy skin ( #12632 )
...
fix artifact classic fuzzy
Co-authored-by: Ian Bassi <12130714+ianalexis@users.noreply.github.com >
2026-03-06 11:27:46 +08:00
SoftFever
624a55ec98
update CN translations
2026-03-06 11:09:43 +08:00
Noisyfox
7952721931
Fix unable to load DRC file if path contains non-ascii characters ( #12619 )
...
Fix issue that failed to load DRC file if path contains non-ascii character
2026-03-06 10:24:06 +08:00
HYzd766
5ac382a9cd
Update Qidi X-Max 4 0.4 nozzle.json ( #12618 )
...
* Q2C model and new consumables
* Update Qidi X-Max 4 0.4 nozzle.json
2026-03-06 10:23:17 +08:00
InfimechOfficial
57aac709e9
Infimech image update ( #12616 )
2026-03-05 19:17:03 -03:00
Ian Bassi
570043509f
Fix %% ( #12630 )
2026-03-05 17:49:00 -03:00
Felix14_v2
089073b292
Update Russian localization ( #12608 )
2026-03-05 17:01:44 -03:00
Ian Bassi
a0f1f3db73
Update Trendshift badge link in README ( #12629 )
2026-03-05 16:57:54 -03:00
Ian Bassi
1205903eec
Text.js spanish update ( #12627 )
2026-03-05 14:23:54 -03:00
Rodrigo Faselli
a5b8f4608f
Flatpak Crash Fix when Fuzzy skin ( #12611 )
...
Co-authored-by: Ian Bassi <12130714+ianalexis@users.noreply.github.com >
2026-03-05 14:22:47 -03:00
Ian Bassi
28649f498d
Extend and Update localizations ( #12610 )
2026-03-05 11:33:07 -03:00
SoftFever
2ed249a81b
flatpak changes ( #12606 )
...
* update flatpak for flathub
2026-03-05 17:35:08 +08:00
SoftFever
52a2c033d3
Remove upstreamed wxWidgets dark theme patch for Flatpak
...
The GNOME dark style support patch has been submitted upstream to wxWidgets, so the local Flatpak patch is no longer needed.
2026-03-05 01:13:26 +08:00
Vovodroid
1218711adb
Use non-deprecated triangulate_hole method ( #12592 )
2026-03-04 12:25:54 -03:00
SoftFever
008cfd1f86
Linux: prefer discrete GPU on dual-GPU systems via PRIME environment variables ( #12602 )
...
* Linux: prefer discrete GPU on dual-GPU systems via PRIME environment variables
Set DRI_PRIME=1 for AMD/nouveau PRIME setups and __NV_PRIME_RENDER_OFFLOAD/__GLX_VENDOR_LIBRARY_NAME for NVIDIA proprietary driver, only when the NVIDIA kernel module is detected. Uses replace=false to respect user overrides.
* Improves usability on Linux. No more double title bar (#12600 )
* Fix double title bar on Linux by removing WM decorations for GTK
* wip
* fix
* finish
* address review comment
2026-03-04 22:48:40 +08:00
SoftFever
d50b4cbf3d
Improves usability on Linux. No more double title bar ( #12600 )
...
* Fix double title bar on Linux by removing WM decorations for GTK
* wip
* fix
* finish
* address review comment
2026-03-04 22:29:27 +08:00
panther757
47ab79041b
Linux: add Gentoo dependency installation script ( #12558 )
...
Co-authored-by: Alan Vogt <panther7@frocat.com >
2026-03-04 15:51:16 +08:00
Noisyfox
29addf5ca1
Fix issue that fan speed not reset to normal after ironing ( #12595 )
...
Fix issue that fan speed not reset to normal after ironing (OrcaSlicer/OrcaSlicer#11824 )
2026-03-04 15:46:14 +08:00
Noisyfox
d390524db0
Fix issue that pressure equalizer moves pass the original end of the line when processing very short movements ( #12575 )
2026-03-04 15:44:37 +08:00
HYzd766
0a84934639
Q2C model and new consumables ( #12599 )
2026-03-04 15:42:33 +08:00
Ian Bassi
ee52b83217
Localization update ( #12572 )
...
* Update OrcaSlicer_es.po
* ? added in code
* Spanish Update
* save your filament profile.
* Downward machines settings
* type and color.
* Update OrcaSlicer_es.po
* illegal characters
* which layer being ironed.
* Update OrcaSlicer_es.po
* by chosen filament count."
* unnecessary bridges."
* Update OrcaSlicer_es.po
* Spanish Pressure advance restore
* bandeja -> cama
* RU: Restore Pressure Advance
* Calibration text
Co-Authored-By: Felix14_v2 <75726196+Felix14-v2@users.noreply.github.com >
* Updated Localization
* Input Shaping test
* Suggestion wrapper
* Added embossJob
* Updated all
* Emboss missing marks
* Missing preset values
* Action Required
---------
Co-authored-by: Felix14_v2 <75726196+Felix14-v2@users.noreply.github.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
2026-03-04 12:50:33 +08:00
Heiko Liebscher
d8f3950059
fix: update German translations for filament presets and related terms ( #12542 )
...
* fix: update German translations for filament presets and related terms
* fix: correct typo in German translation for printer and filament profiles
2026-03-04 12:48:54 +08:00
Noisyfox
6d6f7451d4
[Emboss] Fix issue that font search not working on macOS ( #12531 )
...
Fix issue that font search not working on macOS
2026-03-04 12:46:50 +08:00
Alexandre Folle de Menezes
d54adafdaa
Grammar and spelling fixes on GUI strings ( #12410 )
2026-03-03 17:36:42 -03:00
Alexandre Folle de Menezes
17e534cac4
Add missing space after extruder name ( #12547 )
2026-03-03 17:25:33 -03:00
SoftFever
90646276f8
Fix Bambu LAN printing with legacy network plugin ( #12582 )
2026-03-03 19:30:22 +08:00
SoftFever
b7033a4c92
WIP: Parallelize macOS CI builds by splitting arm64 and x86_64 into separate jobs ( #12562 )
...
* Parallelize macOS CI builds by splitting arm64 and x86_64 into separate jobs
* fix shell errors
* Delete intermediate per-arch artifacts
2026-03-03 19:29:59 +08:00
VOLUMIC
1f19ff67a3
VOLUMIC profils updates ( #12565 )
...
* VOLUMIC profils updates
* Delete resources/profiles/Volumic/EXO42 IDRE_cover.png
* VOLUMIC profils updates
* VOLUMIC profils updates
2026-03-03 18:54:51 +08:00
Ian Bassi
d017250d9c
Fix wiki redirection ( #12569 )
2026-03-02 18:13:01 -03:00
Alexandre Folle de Menezes
dba8a6d88b
Fix Celsius symbol not showing on G-code viewer ( #12567 )
2026-03-02 14:11:45 -03:00
Andrew Sun
49d2a326db
Revert "Revert "Set NSWindow color space to sRGB on macOS"" ( #12546 )
...
re: https://github.com/OrcaSlicer/OrcaSlicer/pull/10827#issuecomment-3713871962
Let's give this another try :)
2026-03-02 20:31:14 +08:00
Alexandre Folle de Menezes
abd3bce88a
Improve and complement the pt-BR translation ( #12550 )
2026-03-02 09:11:32 -03:00
SoftFever
b908bab904
fix build errors on Linux with Clang 20 and GTK warnings ( #12507 )
...
* guard -Wno-error=enum-constexpr-conversion behind compiler flag check
* Fix: Suppress GTK critical warnings and prevent multiple URI scheme registrations in WebView
2026-03-01 18:43:15 +08:00
Ian Bassi
04018980e1
Fix "Glidlines" "gridlines locale ( #12529 )
2026-02-28 23:44:52 -03:00
gerchowl
899bcf2e5f
fix: typo "Glidlines" → "Gridlines" in View menu tooltip ( #12527 )
2026-02-28 23:42:51 -03:00
Rodrigo Faselli
0ef8a79cd2
Fix missing infill layers (fill_surface_by_multilines & fill_surface_trapezoidal bug fix) ( #12516 )
...
* FillRectilinear bugfix
* cleaning
* Revert "cleaning"
This reverts commit 0de21ada78 .
* Filltrapezoidal is OK
* Filltrapezoidal fix 2
2026-02-28 18:52:05 -03:00
SoftFever
a38af4d85a
fix missing translations for Canvas Toolbar Menu
2026-03-01 01:15:14 +08:00
SoftFever
7cabde6ca6
update profile version
2026-03-01 00:41:54 +08:00