Noisyfox
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
xun.zhang
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
Noisyfox
0c810c817f
Fix filament end gcode missing for non-bbl machines
2025-11-13 22:33:26 +08:00
Noisyfox
9d944fd1bd
Merge branch 'main' into dev/p2s-pr
2025-11-13 10:11:10 +08:00
Andrew N Golovkov
43c48a265d
Enforce seam_position: aligned for retraction calibration
2025-11-12 19:13:10 +02:00
Noisyfox
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
Noisyfox
83738cacd8
Merge branch 'main' into dev/p2s-pr
2025-11-10 08:55:30 +08:00
Noisyfox
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
Noisyfox
5197358183
Merge branch 'main' into dev/p2s-pr
2025-11-09 20:47:51 +08:00
yw4z
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
Noisyfox
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
Noisyfox
614612ed38
Merge branch 'main' into dev/p2s-pr
...
# Conflicts:
# src/slic3r/GUI/DeviceErrorDialog.cpp
2025-11-09 12:35:32 +08:00
Valerii Bokhan
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
Alexandre Folle de Menezes
14dd1078bf
Spellcheck translatable strings ( #11242 )
...
* Spellcheck translatable strings
2025-11-09 11:52:27 +08:00
Alexandre Folle de Menezes
b1bb08b096
Fix casing on file extensions ( #11265 )
...
* Fix casing on file extensions
2025-11-09 11:38:45 +08:00
Alexandre Folle de Menezes
a151ac931d
Add missing translation markers ( #11243 )
2025-11-08 22:58:32 +08:00
Alexandre Folle de Menezes
2bcbb688a1
Fix casing of axis' names ( #11258 )
2025-11-08 22:36:03 +08:00
Noisyfox
df734857cc
Merge branch 'main' into dev/p2s-pr
2025-11-08 20:46:30 +08:00
yw4z
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
Noisyfox
bc008ff2f0
Merge branch 'main' into dev/p2s-pr
2025-11-08 17:17:31 +08:00
Noisyfox
716d85f635
Avoid duplicated call of request_user_handle
2025-11-08 14:49:29 +08:00
Noisyfox
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
Noisyfox
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
Noisyfox
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
Alexandre Folle de Menezes
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
Alexandre Folle de Menezes
210bc47173
Fix "..." at the end of "Replace with STL" menus ( #11247 )
2025-11-08 00:32:02 +08:00
Noisyfox
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
xin.zhang
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
Noisyfox
0115cfbdd0
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
2025-11-07 10:42:06 +08:00
Anson Liu
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
MakeSometh1ngWonderful
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
Valerii Bokhan
ead6f9d763
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
Noisyfox
55d97420f2
Fix issue that dev printers no longer sync calib & filament info from AMS
2025-11-05 22:54:49 +08:00
Noisyfox
258799674f
Merge branch 'main' into dev/p2s-pr
2025-11-05 20:55:28 +08:00
Ian Bassi
69afe093bf
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
Noisyfox
4efaee4c98
Merge branch 'main' into dev/p2s-pr
2025-11-04 10:26:47 +08:00
Noisyfox
664a34f129
Fix initial filament loading for non-bbl printers ( SoftFever/OrcaSlicer#11218 )
2025-11-03 23:53:13 +08:00
Noisyfox
763bdb5dee
Fix gcode viewer wrong layer count when selected printer model is BBL while gcode is not
2025-11-03 23:53:12 +08:00
HYzd766
a351aa8cb0
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
zhimin.zeng
43693ebba9
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
Anson Liu
c6e4ac1c4d
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 17:21:01 +08:00
githubber4ever
2ae3378605
toggle axis visibility on canvas ( #9666 )
...
* toggle axis visibility on canvas
* set show_axes config on toggle
2025-11-02 00:23:26 +08:00
Noisyfox
ffddfb0559
Merge branch 'main' into dev/p2s-pr
2025-11-01 20:29:55 +08:00
Noisyfox
398c72dd68
FIX: crash when xy_dist=0 in organic tree ( #11189 )
...
jira: STUDIO-11158
Change-Id: Id98a196daf5fdc128e0c10de7d0a8f19c9014c3b
(cherry picked from commit 7ac6cedff80b810350aaf3261c62131ceff4ca75)
Co-authored-by: jiaxi.chen <jiaxi.chen@bambulab.com >
2025-11-01 20:22:43 +08:00
yw4z
2b02a19404
Fix plate icons & filament grouping ( #11222 )
...
* init
* Update PartPlate.cpp
2025-11-01 20:20:25 +08:00
Noisyfox
f198ac306b
Fix tool change time settings
2025-11-01 14:58:47 +08:00
Noisyfox
a594e5fa01
Fix failed to retrive PA calib result
2025-11-01 14:23:32 +08:00
Noisyfox
ea85db92ba
Fix sd card state detection
...
follow up of 4b7b81a0a2
2025-11-01 13:58:14 +08:00
Noisyfox
f6a4ebe87c
Fix auto calib crash
2025-11-01 13:52:41 +08:00
Noisyfox
320d8e435e
Revert "FIX: the pa pattern is not work"
...
This reverts commit 64766860df .
2025-11-01 12:49:59 +08:00