zorro.zhang
|
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 |
|
Noisyfox
|
32e7ee4460
|
Merge branch 'main' into dev/h2d-2
|
2025-10-15 14:48:45 +08:00 |
|
Alexandre Folle de Menezes
|
1ea8f58b4e
|
Add the u8 marker to UTF-8 strings (#10666)
|
2025-10-15 14:35:39 +08:00 |
|
Noisyfox
|
8004bd7283
|
Merge branch 'main' into dev/h2d-2
# Conflicts:
# src/slic3r/GUI/PartPlate.hpp
|
2025-10-14 19:43:33 +08:00 |
|
Noisyfox
|
d34bcc9ab7
|
Add static assert for bed number related values (#11035)
|
2025-10-14 08:56:18 +08:00 |
|
Rodrigo Faselli
|
c8cf17771b
|
BUG-FIX avoid crossing perimeters ingonore holes <=2mm (#10942)
Fix avoid crossing perimeters 2
|
2025-10-13 19:41:07 +08:00 |
|
Aleksandra M
|
d9f21b1db0
|
[Profiles] Fix Prusa XL overhang speed (#10931) (#10933)
Fix reverse order of overhangs slowdown settings
|
2025-10-13 16:46:13 +08:00 |
|
Daazed McFarland
|
68e2a0cb73
|
overflow inital setup screen (#11007)
allow overflow on setup
Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
|
2025-10-13 16:21:41 +08:00 |
|
SoftFever
|
f4b972df20
|
Clarify warning about malicious websites
|
2025-10-12 23:33:50 +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 |
|
Noisyfox
|
aec5ff395c
|
Merge branch 'main' into dev/h2d
|
2025-10-12 14:05:44 +08:00 |
|
Noisyfox
|
ac3b86622e
|
Attempt to get the correct PR commit hash (#10900)
* Attempt to get the correct PR commit hash
* Add commit hash to flatpak
* Use given hash if `git_commit_hash` env variable is present
|
2025-10-11 21:37:46 +08:00 |
|
Noisyfox
|
cf9d88f2b8
|
Fix issue that certain modal dialog cannot be dismissed
|
2025-10-11 21:30:06 +08:00 |
|
Noisyfox
|
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 |
|
Noisyfox
|
a9d4dfea36
|
Update gcode legend window to match orca style, also make it more space efficient
|
2025-10-11 10:27:12 +08:00 |
|
Noisyfox
|
1073db4004
|
Fix AMS road position
|
2025-10-10 20:11:40 +08:00 |
|
Noisyfox
|
eac688aabc
|
Fix dark mode visibility of the AMS dry icon
|
2025-10-10 19:51:52 +08:00 |
|
Noisyfox
|
be5c7e0d96
|
Merge branch 'main' into dev/h2d
|
2025-10-10 19:30:50 +08:00 |
|
Noisyfox
|
f050dc3430
|
Fix option nullable
|
2025-10-10 16:57:16 +08:00 |
|
Noisyfox
|
76dadec038
|
Make bool option compatible with array input
|
2025-10-10 09:47:39 +08:00 |
|
Noisyfox
|
18e3a24e09
|
Fix filament grouping color #2
|
2025-10-09 23:13:09 +08:00 |
|
Noisyfox
|
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 |
|
Noisyfox
|
e7d01a4acd
|
Sync with latest bbl profiles
|
2025-10-09 20:37:31 +08:00 |
|
Noisyfox
|
317651dad4
|
Fix filament grouping color
|
2025-10-09 10:11:52 +08:00 |
|
Noisyfox
|
ea0440c953
|
Fix crash when sync ams
|
2025-10-08 22:43:22 +08:00 |
|
noisyfox
|
64935c43c3
|
Fix build issue with PCH off
|
2025-10-08 21:21:02 +08:00 |
|
Noisyfox
|
13a2db1e84
|
Update tooltips & units
|
2025-10-08 19:14:31 +08:00 |
|
Noisyfox
|
849d7f37a6
|
Fix color & position of device info sync dialogs
|
2025-10-08 18:03:20 +08:00 |
|
Noisyfox
|
d73761a221
|
Some dark mode fix
|
2025-10-08 17:05:55 +08:00 |
|
Noisyfox
|
82d076d7b1
|
Update text & color of flush volume matrix dialog
|
2025-10-08 16:18:23 +08:00 |
|
Noisyfox
|
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 |
|
zhimin.zeng
|
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 |
|
lane.wei
|
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 |
|
Noisyfox
|
762576b702
|
Fix issue that connection failed dialog keeps popping up if lan device is offline
|
2025-10-07 09:57:17 +08:00 |
|
Noisyfox
|
8796aa2fd5
|
Fix crash due to modify same collection concurrently
|
2025-10-07 09:56:39 +08:00 |
|
Noisyfox
|
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 |
|
noisyfox
|
ca768efd5e
|
Fix build issue with PCH off
|
2025-10-05 22:53:58 +08:00 |
|
Noisyfox
|
673a596a76
|
Refine badge rendering
|
2025-10-05 22:00:01 +08:00 |
|
Noisyfox
|
8942f55a70
|
Update static box label size after font change
|
2025-10-05 21:55:37 +08:00 |
|
Noisyfox
|
5afdfc7086
|
Refine badged static box
|
2025-10-05 21:45:49 +08:00 |
|
Noisyfox
|
e8edc295ed
|
Fix AMS and filament list load when switching printer profiles
|
2025-10-05 21:24:41 +08:00 |
|
Noisyfox
|
3d495bbb13
|
Hide sync btn for BBL printers if 3rd print host is used
|
2025-10-05 20:16:23 +08:00 |
|
chunmao.guo
|
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 |
|
Noisyfox
|
6755f5a507
|
Fix nozzle temp settings layout
|
2025-10-05 19:45:02 +08:00 |
|
Noisyfox
|
a36f8eddab
|
Revert "ENH:instead of prime_volume by filament_prime_volume"
This reverts commit e7e6405ad3.
|
2025-10-05 19:16:05 +08:00 |
|
Noisyfox
|
4f2ad2527b
|
Fix value type
|
2025-10-05 18:49:06 +08:00 |
|
Noisyfox
|
aff1c47b4a
|
Update profile
|
2025-10-05 18:47:58 +08:00 |
|
Noisyfox
|
bf7715cc8c
|
Fix profile checker
|
2025-10-05 16:46:11 +08:00 |
|
Noisyfox
|
bf5800c382
|
Fix option link
|
2025-10-05 16:28:17 +08:00 |
|
Noisyfox
|
b554698938
|
Merge branch 'main' into dev/h2d-2
|
2025-10-05 16:03:58 +08:00 |
|