weizhen.xie
97b07816ed
Fix: Modify the method of obtaining the first_layer_time.
...
Jira: None
Change-Id: I0ef83d8f47f9d7b235b88caaa8b895367729f3e9
(cherry picked from commit 1de8d5c0d3bb6742219963bd7297286a937e0ed5)
2025-10-26 11:51:34 +08:00
weizhen.xie
b4008ee60d
ENH: add initial layer time to plate_x.json and slice_info.config
...
Jira: STUDIO-14504
Change-Id: I32460f1c19cce7c729806e35370e8b4b57aa069e
(cherry picked from commit 04a487d210134c28245c1f0f7d0986266a1c66f2)
2025-10-26 11:51:34 +08:00
milk
ba36ee0faf
FIX:remove underline of thermal preconditioning
...
jira:[STUDIO-14597]
Change-Id: Ibf43718060b47cc4890b491500b6795d57bf6f8e
(cherry picked from commit 16df0fa6f9eb8049b0eb46bef81445112df10767)
2025-10-26 11:51:33 +08:00
milk
f6c71fb842
FIX:remove play of icon
...
jira:[none]
Change-Id: I64aa43ddf3088bde9296385f36db3e2782d0c280
(cherry picked from commit db2d72cc42f564e37c1de13340555dd2ae745045)
2025-10-26 11:51:33 +08:00
weizhen.xie
240ba62203
FIX: Bug caused by passing an empty ordering to process_layer in sequential (per-object) printing mode.
...
Jira: STUDIO-14550
Change-Id: I22a24f674370b3c04fb92b48cb9f229123e41e8a
(cherry picked from commit 7597a4a95e19d882eabb404f20f98955752b5730)
2025-10-26 11:51:33 +08:00
weizhen.xie
c9260e0b00
ENH:Object skipping supports skipping flushing of filament change
...
Jira:[STUDIO-12781]
Change-Id: Ia21d07b0ef107867cce55631d99bd03caebd6387
(cherry picked from commit d74849d499078f87d14282e92f48b2c02355d96c)
2025-10-26 11:51:33 +08:00
milk
5fcec2cc78
ENH:Add thermal precondition
...
jira:[STUDIO-13970][STUDIO-13904]
Change-Id: I4b4fa27da1a65e0019c5f4c1dcc099c92189bf50
(cherry picked from commit 92dbde8385fec9719e0e9cfde764421793decd4d)
2025-10-26 11:51:33 +08:00
Bastien Nocera
f6678c7b56
FIX: Fix missing std::optional declaration
...
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevFilaAmsSetting.h:16:10: error: ‘optional’ in namespace ‘std’ does not name a template type
16 | std::optional<bool> IsDetectOnInsertEnabled() const { return m_enable_detect_on_insert; };
| ^~~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevFilaAmsSetting.h:4:1: note: ‘std::optional’ is defined in header ‘<optional>’; this is probably fixable by adding ‘#include <optional>’
3 | #include "DevCtrl.h"
+++ |+#include <optional>
4 |
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevFilaSystem.h:174:10: error: ‘optional’ in namespace ‘std’ does not name a template type
174 | std::optional<bool> IsDetectOnInsertEnabled() const { return m_ams_system_setting.IsDetectOnInsertEnabled(); };
| ^~~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevFilaSystem.h:13:1: note: ‘std::optional’ is defined in header ‘<optional>’; this is probably fixable by adding ‘#include <optional>’
12 | #include <wx/colour.h>
+++ |+#include <optional>
13 |
(cherry picked from commit fa482b1c0dc7faa2ad87c37eb7f1ea2ce87a5084)
2025-10-26 11:51:31 +08:00
Bastien Nocera
34c7c370ed
FIX: Fix missing BOOST_LOG_TRIVIAL declaration
...
/run/build/BambuStudio/src/slic3r/Utils/FileTransferUtils.hpp:65:27: error: ‘info’ was not declared in this scope
65 | BOOST_LOG_TRIVIAL(info) << std::string("symbol not found: ") + name;
| ^~~~
/run/build/BambuStudio/src/slic3r/Utils/FileTransferUtils.hpp:65:9: error: there are no arguments to ‘BOOST_LOG_TRIVIAL’ that depend on a template parameter, so a declaration of ‘BOOST_LOG_TRIVIAL’ must be available [-fpermissive]
65 | BOOST_LOG_TRIVIAL(info) << std::string("symbol not found: ") + name;
| ^~~~~~~~~~~~~~~~~
(cherry picked from commit 4c30fb7edd3a4a29db9178685ff276cff2da22f3)
2025-10-26 11:51:31 +08:00
weizhen.xie
07e486f0c4
Fix: Fix the abnormal temperature display issue in the G-code viewer for the P2S
...
Jira: None
Change-Id: I7b7f21bbab400ebec8aa10219120b938ff7bf174
(cherry picked from commit 8e4384d80e5b44260921a40ac226fe99f0d0ba43)
2025-10-26 11:51:31 +08:00
hemai
fb62e8782c
ENH: support nozzle refresh for H2D Pro
...
Jira: [STUDIO-13185]
Change-Id: Ib8b5905c32f83b1f849ad4ed327c9d77826d6a18
(cherry picked from commit c603e0f88be71a301ed2fc7f6fff2a34398b6708)
2025-10-26 11:51:31 +08:00
hemai
2e00237a97
FIX: update tips msg for single extuder printer
...
Jira: [STUDIO-15067]
Change-Id: Ieddce97efd740747cec67beb5d13d8a05f9554e2
(cherry picked from commit 98f5d3af5f4f5f47a3f7098fddcd5a2c4e3b7eae)
2025-10-26 11:51:31 +08:00
haolin.tian
4480370fe1
FIX: Prevent refresh during connection
...
jira: none
Change-Id: I84fda87d4b62d6cf2b22614336336aae5229feca
(cherry picked from commit 920bb3da0160c63cee66958a7b59d3ae5314ca88)
2025-10-26 11:51:31 +08:00
hemai
ca7902a091
FIX: delete old error code
...
Jira: [STUDIO-15017]
Change-Id: Ib2e5d3b658b156de8bf0b4ccc32f66b3bb22a642
(cherry picked from commit ef9598cbd52b99ce147a0a5a877d7b3403e4335c)
2025-10-26 11:51:31 +08:00
shsst
06d93842a6
ENH:[Process/Filament] P2S PLA Silk Cooling Parameters Profile Edited by lianhu.xiong
...
Change-Id: Icf5a452f2fbc2a9090ca17e77f17b981ae0b7481
(cherry picked from commit 99f4670e53cc14a8a048b550cdc6089235ec7a1c)
2025-10-26 11:51:31 +08:00
shsst
8ca70e4eb1
ENH:[Process/Filament] Modify the PETG HF consumables fan of the H2D model Profile Edited by wenwei.huang
...
Change-Id: I0bd3d2377572d45ff9ecc58b6f401255710a4429
(cherry picked from commit 4b761df1f287a355f04ef3abe392d065686356e8)
2025-10-26 11:51:31 +08:00
七喜
4f5eabf889
Revert "Revert "ENH:[filament/process]add high flow of X/P""
...
This reverts commit 4f8d3466508f3706e8d3f656294f7c5d3a9a7f88.
Reason for revert: use another method
Change-Id: I2a6465ea507f15ce200ea9cf03994b18bb2f257f
(cherry picked from commit 630248ae566c8cf8c61ceacb74ae3cd31d9e1501)
2025-10-26 11:51:30 +08:00
xin.zhang
b6663f2af4
FIX: FanControlPopupNew::init_names
...
JIRA: [STUDIO-14993]
Change-Id: Ie33bcde858ef379deaaeea99f790fd880eb0184e
(cherry picked from commit 3b7016d5598b2e655446019d8ad710e1612281a2)
2025-10-26 11:51:30 +08:00
xin.zhang
967dfc577b
FIX: PrintStatusFilamentWarningHighChamberTempCloseDoor
...
JIRA: [STUDIO-13676]
Change-Id: Ia9405ebbbad69ccc2407fdecb4a15b39c1caec58
(cherry picked from commit a81d8720b9f8c157faa55300b3f1afd4c0e46ea9)
2025-10-26 11:51:30 +08:00
窝头
eaf857a55e
Revert "ENH:[filament/process]add high flow of X/P"
...
This reverts commit 576444e746f4de3ab71c91b8a66fa4a64c3427c8.
Reason for revert: <remove high flow of X/P>
Change-Id: I875f649c62d503bdf1321b5fec829bb190b02bce
(cherry picked from commit 0b46acb8e793af883b797f83a9ad72a55dd69f3e)
2025-10-26 11:51:30 +08:00
shsst
98bd6948e2
ENH:[Process/Filament] P2S TPU Retraction_Length Profile Edited by lianhu.xiong
...
jira:none
Change-Id: I2240f2cbe42c75750d46ae5b1781cd177b2f0359
(cherry picked from commit fec0c53059812be103371589d794921d55501caf)
2025-10-26 11:51:30 +08:00
milk
d1f8450914
FIX:change dark mode color of send page
...
jira:[none]
Change-Id: I21e4d76628315944f55e3df17b40208aa63fd9ec
(cherry picked from commit f66994b1bb1bc95739b1a9b8952f82d62abf0a36)
2025-10-26 11:51:30 +08:00
xin.zhang
4b58752829
ENH: add notice for PrintStatusAmsMappingInvalid
...
JIRA: [STUDIO-14577]
Change-Id: Ibcd742c109970490998fcf90f5520afcda5a4244
(cherry picked from commit 662338ab0e2e82db48dc173f3413a11302285132)
2025-10-26 11:51:29 +08:00
xin.zhang
a9c63bdc94
ENH: update HMS for 22E
...
JIRA: [STUDIO-14731]
Change-Id: I818b0a580939fe46c94f2f669584ef02033dfec3
(cherry picked from commit 67050fc0709461b59af79f715f4f679d2ca83896)
2025-10-26 11:51:29 +08:00
zhou.xu
b1e684a989
FIX:add m_new_project_and_check_state flag
...
jira: STUDIO-14994
Change-Id: I068b18cfb29622de1641bc34c671d4710c1a07d3
(cherry picked from commit 670fb1764748e0d69cb2b4e657bfbd5c92daff9f)
2025-10-26 11:51:29 +08:00
milk
38658ce629
FIX:change interface for send
...
jira:[none]
Change-Id: Ia59bb1bb606399541aa191991ff0fb3f106d75d1
(cherry picked from commit b22af6cfe0a589ae5fa2e95a01ebe47f6742ee99)
2025-10-26 11:51:29 +08:00
shsst
76ad31ac6b
ENH:[Process/Filament] Modify the volumetric flow rate of H2D ABS ASA PC PLA Basic PLA Matte PETG HF consumables Profile Edited by wenwei.huang
...
Change-Id: Ic357be722985d84e9ad91b2746f196e168f7f47e
(cherry picked from commit 65ee359304e6f634bab435e4e431aad7cb55045f)
2025-10-26 11:51:29 +08:00
shsst
a2c44252df
ENH:[Process/Filament] Modify H2D high-flow hot-end process parameters Profile Edited by wenwei.huang
...
Change-Id: Ib8311231756c47f3f1c6ab807cd0cac0772f946a
(cherry picked from commit 9ca7d20318a8ad3a16f9096306e718f3cf30d356)
2025-10-26 11:51:29 +08:00
weizhen.xie
d408e866ab
Fix: When the flushing multiplier is 0, a warning popup should also be displayed.
...
Jira: STUDIO-14962
Change-Id: Iee6887fb6ed6941bbd58d9d2b834b6654ee9c806
(cherry picked from commit 43dbb7f228afb4304b6ea398991efd2659feafbe)
2025-10-26 11:51:29 +08:00
shsst
600aaff5e2
ENH:[Process/Filament] H2S Aesthetic Filaments Slow_Down_Layer_Time Profile Edited by lianhu.xiong
...
Change-Id: Iac19827a9f49164989afaa0e47e5a38e8038e116
(cherry picked from commit 830c0602f7b09efeef0f23e62cc1aeb3c8894437)
2025-10-26 11:51:28 +08:00
hemai
9e524d6108
FIX: ams PA display for A series printer
...
Jira: [STUDIO-14883]
Change-Id: Icdaf5350772fc6420421b13868d973d99c7831b8
(cherry picked from commit 6b15a2bb0c5ca9df8835c55f48bbbb613d4770f5)
2025-10-26 11:51:28 +08:00
weiting.ji
527a4cf05d
FIX: Mode switch button animation lost
...
Jira: STUDIO-14878
Change-Id: I53f7009ac3db692c7218a86cd7333261a2423c5b
(cherry picked from commit ec43e13d3907bc2b120f796f8a9b1df767291c5b)
2025-10-26 11:51:28 +08:00
milk
46de3a5641
ENH:change send mode(master three patchs merged in this)
...
jira:[STUDIO-14427]
Change-Id: I1081e5252be3d932b2ffa29f70cbf93fee57eef9
(cherry picked from commit 662b7fdac8a999e54942cc9be0e5e2c2b8a90f06)
2025-10-26 11:51:28 +08:00
shsst
ce55e2ac54
ENH:[Process/Filament] N7 modify start.gcode Profile Edited by yuran.wang
...
Change-Id: Ia7beff3329948ce3e59c365fa91ba9b762768b94
(cherry picked from commit 1f54bbd93d233e1a80f0c77cbffd0532e00e95a0)
2025-10-26 11:51:28 +08:00
chunmao.guo
4891fbee46
FIX: XML_SetEntityDeclHandler
...
Change-Id: I8d125ac31f68730ed79d95a912a14837d7433ee8
Jira: BUGMGT-481
(cherry picked from commit 1541ee0af68cecccea9bab6fae734aaa1087f2f1)
2025-10-26 11:51:28 +08:00
hemai
974938dcad
ENH: support E3D print parts display
...
Jira: [STUDIO-14908]
Change-Id: Ie8273eb6f74a3e7508f440d2092bb48f2e1dbb10
(cherry picked from commit a4218e991e6367e3f1ee3802e785802df2ad6d41)
2025-10-26 11:51:28 +08:00
xin.zhang
a5e14e5a01
ENH: support_clump_position_calibration
...
jira: [STUDIO-14896]
Change-Id: I2913a1e4022686889aaa94ee31b787930200d02d
(cherry picked from commit 14370c8910878c2182189b42e013c1323615c310)
2025-10-26 11:51:28 +08:00
qian.wang
f5ab592114
ENH:batch sync eng_plate_temp with textured_plate_temp
...
Change-Id: Ia504053d12f357f443dddfb140c561c83308dac3
jira: None
(cherry picked from commit 57239bb8f3ea6fe9310ecf98b4af8f76b3c8ba05)
2025-10-26 11:51:27 +08:00
hemai
35d03aaac6
FIX: add protection for rescale_camera_icons
...
Jira: [STUDIO-14633]
Change-Id: Ic88bc5ec6f49e644304f8db374a930d663825819
(cherry picked from commit 8bd642de670fa709dcd3ec0e852599e596da4cb4)
2025-10-26 11:51:26 +08:00
weiting.ji
404f04c46e
FIX: Trigger project restore when opening local files
...
Jira: STUDIO-13977
Change-Id: I9f3a14bbc699337f11e2f44464525c183e4ebce8
(cherry picked from commit 2ce94980f15b2cd19e735a1c723bb7eae45be859)
2025-10-26 11:51:25 +08:00
milk
fbf9424ec5
FIX:Change model name for upgradepanel
...
jira:[STUDIO-13910]
Change-Id: I2afad42cdd8907252203fe6d1a552d8d3cf2c2df
(cherry picked from commit 5aa8921e4ab4d687a2ec93b73489f6215b72dbd2)
2025-10-26 11:51:25 +08:00
milk
481ecb7169
FIX:Change exceed 16 colors text
...
jira:[STUDIO-13236]
Change-Id: Ife045717889713d476fcf377beb50bcb5f88df91
(cherry picked from commit cb0c120653d9b958a0fede3c1cb66f00e17f5e84)
2025-10-26 11:51:25 +08:00
shsst
6df0aee1af
ENH:[Process/Filament] Fixed P2S HF nozzle Profile Speed Profile Edited by xiao.lu
...
Change-Id: Ifaba95905ca716793fb15404f6192da01d327723
(cherry picked from commit 9f9b0a8eae4b134e56be45572387d87883c35a38)
2025-10-26 11:51:25 +08:00
shsst
97c694b98d
ENH:[Process/Filament] Fixed P2S Filament HF nozzle Parameters Profile Edited by xiao.lu
...
Change-Id: Ied9339cac2854b5394ae27aebab4ae0597038da9
(cherry picked from commit 023b79590868d23b169402c7a3f8980e2ade2e22)
2025-10-26 11:51:25 +08:00
lane.wei
846214b07c
ENH: CLI: set -1 to default value of filament_map
...
jira: no-jira
Change-Id: I12300737061acd1c3e024a3424d3d46a53cf526f
(cherry picked from commit 190904c68f9ddb49df31d7d7e757d780c7876d6e)
2025-10-26 11:51:25 +08:00
zhimin.zeng
1dee7a858b
FIX: add auto_pa_cali_thumbnail_image for O1E
...
jira: STUDIO-14933
Change-Id: Ib9cf365eca55374ed66e5c51b871542a2004f39f
(cherry picked from commit e167a492a1e784311f118b28acf8b3255d10936f)
2025-10-26 11:51:25 +08:00
xin.zhang
c083449a5e
ENH: add notice for PrintStatusAmsMappingInvalid
...
jira: [STUDIO-14577]
Change-Id: I9c875ef07da8f7b56eee1923afd9fa5e9f346255
(cherry picked from commit ad0c04c57848325dcd3e57a67a29207f57f0207d)
2025-10-26 11:51:25 +08:00
milk
f4d188e958
FIX:Add print option for a1
...
jira:[STUDIO-14870]
Change-Id: I0d550e15dba4ccc6a30faad56041f476bfe0fd07
(cherry picked from commit 309a01f1853c52630ba2206d2927f4113cf0fa6b)
2025-10-26 11:51:25 +08:00
zhimin.zeng
0ccf837a24
FIX: load config file failed
...
jira: none
Change-Id: I0264eaee3eacf13e57cc0918984f02d04327342c
(cherry picked from commit 07ce2a3f021241532f3260c4b45e9d290fac09ca)
2025-10-26 11:51:25 +08:00
weizhen.xie
4e22774625
Fix: The flushing multiplier state is not updated when changing the extruder.
...
Jira: STUDIO-14890
Change-Id: Iff62fd578436783372acd8c71cf6ebcbb446ccf9
(cherry picked from commit de13bba204dc6f74225ab1a7c9fc6d3cec167a1f)
2025-10-26 11:51:25 +08:00