Commit Graph

16326 Commits

Author SHA1 Message Date
532cddffc0 Merge branch 'main' into dev/h2d-2
# Conflicts:
#	src/slic3r/GUI/Preferences.cpp
2025-10-15 19:43:14 +08:00
1c99a2bcfd Preferences dialog redesign / improvements / fixes (#10665)
* init

* update

* update

* update

* update

* tooltips

* update

* fix tab colors

* update

* Update Preferences.cpp

* Update Preferences.cpp

* Update Preferences.cpp

* Update Preferences.cpp

* update "Auto backup" and "Downloads folder"

* cleanup

* update

* update

* update

* update

* update

* update

* Update Preferences.cpp

* update

* update

* update

* update

* Update MainFrame.cpp

* Update text.js

* log level selection

* move NetworkTestDialog to cpp

* Update Preferences.cpp

* Update Preferences.hpp

* cleanup create_item_switch

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
2025-10-15 17:34:08 +08:00
2d69926d00 FIX: gui: fix the crash after first loading configs
caused by printer_model missed in the setup stage
jira: STUDIO-10966

Change-Id: I3a887de800c62c5dd355c9dce554e2b5828a1c55
(cherry picked from commit a598ce8d6127f750a0c6e514a51111b247186c41)
2025-10-15 16:57:40 +08:00
baa95a8527 ENH: select first order variant for newly enabled printer_model
Change-Id: I841a15f908cb74e6bfa594e017349a967ab4cf0a
Jira: STUDIO-10791
(cherry picked from commit f1365df997083a018a511e7581d73b4a4064601a)
2025-10-15 16:45:22 +08:00
c4b3ead2d9 NEW: Ignore Nozzel Select in UserGuide
JIRA: none
Change-Id: I507a92abb9137167dbcbe1def8276f868529c4ab
(cherry picked from commit 99a8139c1b915709a854296f22a222bac07a47ce)
2025-10-15 16:42:23 +08:00
32e7ee4460 Merge branch 'main' into dev/h2d-2 2025-10-15 14:48:45 +08:00
1ea8f58b4e Add the u8 marker to UTF-8 strings (#10666) 2025-10-15 14:35:39 +08:00
8004bd7283 Merge branch 'main' into dev/h2d-2
# Conflicts:
#	src/slic3r/GUI/PartPlate.hpp
2025-10-14 19:43:33 +08:00
d34bcc9ab7 Add static assert for bed number related values (#11035) 2025-10-14 08:56:18 +08:00
c8cf17771b BUG-FIX avoid crossing perimeters ingonore holes <=2mm (#10942)
Fix avoid crossing perimeters 2
2025-10-13 19:41:07 +08:00
Azi
5ad8a4cd4b bugfix for Invalid speed "G1 F-2147483648" (#10944)
added non zero safety check for feedrate calculation
2025-10-12 22:03:38 +08:00
cf9d88f2b8 Fix issue that certain modal dialog cannot be dismissed 2025-10-11 21:30:06 +08:00
cf623135e7 Treat extruder_clearance_max_radius as extruder_clearance_radius, and raise error if both options are present 2025-10-11 16:34:58 +08:00
a9d4dfea36 Update gcode legend window to match orca style, also make it more space efficient 2025-10-11 10:27:12 +08:00
1073db4004 Fix AMS road position 2025-10-10 20:11:40 +08:00
f050dc3430 Fix option nullable 2025-10-10 16:57:16 +08:00
76dadec038 Make bool option compatible with array input 2025-10-10 09:47:39 +08:00
18e3a24e09 Fix filament grouping color #2 2025-10-09 23:13:09 +08:00
661ba7fe99 Fix crash when switching to profile that has filament count less than used by current project 2025-10-09 22:04:39 +08:00
317651dad4 Fix filament grouping color 2025-10-09 10:11:52 +08:00
ea0440c953 Fix crash when sync ams 2025-10-08 22:43:22 +08:00
64935c43c3 Fix build issue with PCH off 2025-10-08 21:21:02 +08:00
13a2db1e84 Update tooltips & units 2025-10-08 19:14:31 +08:00
849d7f37a6 Fix color & position of device info sync dialogs 2025-10-08 18:03:20 +08:00
d73761a221 Some dark mode fix 2025-10-08 17:05:55 +08:00
82d076d7b1 Update text & color of flush volume matrix dialog 2025-10-08 16:18:23 +08:00
874bab9a8f Apply extend_default_config_length to system profiles too
so we don't need to worry about default values for different variants
2025-10-08 15:19:25 +08:00
4094252562 FIX: first layer print sequence is incorrect when print by object
Change-Id: I6943a2d59eeb10db176dbb5cbe8567b5320d7cb1
(cherry picked from commit e9b33cfcb97a23a09405ce6515d2d5e5d8911964)
2025-10-08 13:04:04 +08:00
b7370bac42 ENH: config: set default 'extruder_printable_area' to empty
JIRA: no-jira
Change-Id: I5d574a12684281faabbd1cf96e68e9b9ad593edc
(cherry picked from commit 2d791aea17bc6607d68df4f88c8481f5a8aa139e)
2025-10-08 10:36:33 +08:00
762576b702 Fix issue that connection failed dialog keeps popping up if lan device is offline 2025-10-07 09:57:17 +08:00
8796aa2fd5 Fix crash due to modify same collection concurrently 2025-10-07 09:56:39 +08:00
68a2cb2bdf Fix issue that when swtiching to other printer from H2D/H2S, an empty preset dirty dialog will pop up 2025-10-06 20:25:34 +08:00
ca768efd5e Fix build issue with PCH off 2025-10-05 22:53:58 +08:00
673a596a76 Refine badge rendering 2025-10-05 22:00:01 +08:00
8942f55a70 Update static box label size after font change 2025-10-05 21:55:37 +08:00
5afdfc7086 Refine badged static box 2025-10-05 21:45:49 +08:00
e8edc295ed Fix AMS and filament list load when switching printer profiles 2025-10-05 21:24:41 +08:00
3d495bbb13 Hide sync btn for BBL printers if 3rd print host is used 2025-10-05 20:16:23 +08:00
89b0d71a63 FIX: always use diameter from printer preset
Jira: STUDIO-9911
Change-Id: Ibf34863f3ec282874be0d9b95975492fb4b70e83
(cherry picked from commit 2ca7a8deebb97444dcdd6668e64a031e6f4180db)
2025-10-05 20:13:16 +08:00
6755f5a507 Fix nozzle temp settings layout 2025-10-05 19:45:02 +08:00
a36f8eddab Revert "ENH:instead of prime_volume by filament_prime_volume"
This reverts commit e7e6405ad3.
2025-10-05 19:16:05 +08:00
4f2ad2527b Fix value type 2025-10-05 18:49:06 +08:00
bf5800c382 Fix option link 2025-10-05 16:28:17 +08:00
b554698938 Merge branch 'main' into dev/h2d-2 2025-10-05 16:03:58 +08:00
05aedd6d92 Update color 2025-10-05 16:02:17 +08:00
224472f85e Fix switch button color 2025-10-05 14:26:19 +08:00
e6a19afc0b FIX: should not emit get result message for manual flowrate_cali
jira: STUDIO-14288
Change-Id: I20f6a28ec9f017ac562d7684d232e0d109f628ca
(cherry picked from commit f4213a6672d4be2386708e1f90068cbf039733d0)
(cherry picked from commit 2a9e23a4ae7ca4ced3dee33f6714ce477a48292a)
2025-10-05 00:10:09 +08:00
1fb6fc322a FIX: update the implementation of model series
JIRA: [STUDIO-13728]
Change-Id: Ib9091a0b2b253fa4bdad11e07f8910f6045594ad
(cherry picked from commit b250f817f80ea17e7c1cc37e6c98810e8cfc6cd8)
(cherry picked from commit 4d00f9e32541df9817ef131dc2eb7225675e102f)
2025-10-05 00:10:01 +08:00
bea6cbd255 FIX: the exported Gcode file is stuck when imported on Mac
suppressed_backround_processing_update when loading gcode to prevent deadlock.

jira: STUDIO-13899
Change-Id: Iad4f20cd5249bb5133146197bb1bc32101b08bdf
(cherry picked from commit 2579cdc7adb98c1f21c3169a9fcebba60597fb43)
(cherry picked from commit 13b14414e03e3907d9d1662cdab570c754200618)
2025-10-05 00:09:09 +08:00
68eee71fab FIX: the display name of auto cali is incorrect
jira: none
Change-Id: I873a6a74babe63ad05bc7f74eaa698b08987d375
(cherry picked from commit 316829c8de708b8b555fd1ca176aae834253cd65)
2025-10-05 00:07:30 +08:00