4061 Commits

Author SHA1 Message Date
Arthur
fd1d0bf3b7 FIX: boolean hangs in the middle of color painting
Can't do splits in combine_mesh_fff, as do_boolean of mcut will split meshes.

jira: STUDIO-5693
Change-Id: Idddb7d20dd7ca386c39ddd3d87d9defc3136aa5d
(cherry picked from commit 6c67d015941458e37faaf0015b6509b5a0eadc0e)
2024-01-03 17:34:48 +08:00
Arthur
c3b7ba790e FIX: crash of "filling bed"
"get_arrange_settings() const" gets trapped in infinite recursive calling.
Now we delete this function.

jira: STUDIO-5688
Change-Id: Ia39974734bb37b2a2f06b5bf78185f01be726872
2024-01-03 17:34:45 +08:00
XunZhangBambu
5e45e121f7 ENH: modify some profiles
1. Update A1 series change filament gcode
2. Remove filename format in Troodon

jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I8f82595dc16a1402fcbc16a08cd52c8c7d62f14c
2024-01-03 17:33:07 +08:00
liz.li
db5277f267 FIX: context menu didn't update UI
jira: STUDIO-5691

Change-Id: Ia66b8623d832eba805aff5320941233a68ff258b
2024-01-03 17:33:07 +08:00
gerrit
f646499216 ci: update build version to 01.08.02.82
Change-Id: I98470eae4c6fedeed932cbf633f25f5d7652ed52
2024-01-03 17:33:07 +08:00
maosheng.wei
774b372fbf FIX: Blank page appears when editing presets
Jira: 5563

Change-Id: I4c49e05515b1beff55991e92f8079c4499c27eab
(cherry picked from commit e86517d290f4cd0765a230d811b0ddf2c9f34c17)
2024-01-03 17:33:07 +08:00
maosheng.wei
dc0d64ba29 FIX: Filament issue generated when creating a printer
Jira: XXXX

Change-Id: I976770b69b47641bd54aa7a9c56fba7f58d1ab68
(cherry picked from commit ba42188b93c58b3954234d72acdd9769a68e3d3c)
2024-01-03 17:33:07 +08:00
zorro.zhang
e00afa7f4a NEW: Open MakerWorld With BambuStudio GetParam
JIRA: none
Change-Id: I0d65b364f1cd2d634a88882ab072c3e61ea89167
(cherry picked from commit 8eaf45e5359439a7c796fd79876c86775abcf48e)
2024-01-03 17:33:06 +08:00
gerrit
3f0fb1f0a9 ci: update build version to 01.08.02.81
Change-Id: I18e92e5fd0586700b48f2f485fee78b61fa75a22
2024-01-03 17:33:06 +08:00
qing.zhang
f9014ea776 ENH: update version to 1.8.2.80
Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I538358133c5047dc5c15700cd25285f52898b851
2024-01-03 17:33:06 +08:00
maosheng.wei
3623df0129 FIX: 3mf specification: change namespace form slic3rpe to BambuStudio
Jira: XXXX

Change-Id: Id705affc875ef23fdf2ac6d79f0cb0aafc4f7050
2024-01-03 17:33:06 +08:00
gerrit
98927ef707 ci: update build version to 01.08.02.58
Change-Id: Ic93e13c6b44ec2cf5547469fcf021ab7674f90cd
2024-01-03 17:33:06 +08:00
tao wang
6ee83f31a1 ENH:adjusting the warning level of timelpase
jira:[STUDIO-5662]

Change-Id: I4902b22d316f5e09a97a62c88b8a98e55c405434
2024-01-03 17:33:06 +08:00
XunZhangBambu
51533cbc97 ENH: add PETG Translucent
jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I6c86128feabe82aa5c3bf2d17c88e5675de9e792
2024-01-03 17:33:06 +08:00
gerrit
bb6ffec1be ci: update build version to 01.08.02.57
Change-Id: If1e8bf0a002bb7057907ea525db49c27d16d0f62
2024-01-03 17:33:06 +08:00
tao wang
72977de778 NEW:limit the length of project name
jira:[project name]

Change-Id: I955620f7073b3b7fda280d1118524f561d047751
2024-01-03 17:33:06 +08:00
YGK3D
9cc8c1579d ENH: add support for Troodon 2.0
The profiles are cherry-picked from orca 951293c6426e51d5f402.
and rename the filament profiles.Thanks Orca

github: 2335

Change-Id: I57a6e93aeef498439ebb8e95bb587dc9e2ab3496
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
2024-01-03 17:33:06 +08:00
Ricky M
f57ed06170 ENH: Update PrintConfig.cpp to fix typo
github pull request: https://github.com/bambulab/BambuStudio/pull/3172

Change-Id: Ic2106599a05f2813132017e2c06112b0718d7584
(cherry picked from commit 5edee6868c7deef605768f15740132759e5f2f9c)
2024-01-03 17:33:06 +08:00
Arthur
594916be7b FIX: several problems with mesh boolean
1. Cut with multiple volumes are OK now.
2. Close mesh boolean fail error with new object or open object
3. Fix wrong name and config of boolean resulting object

github: #3118
jira: none

Change-Id: If2c9dbfb36cbdfe4917a2371217923891bb7909c
(cherry picked from commit 982c0ecb92cf7c2b5ae5972ab900a6b10e7dda50)
2024-01-03 17:33:06 +08:00
XunZhangBambu
db8817a7ed ENH: update some filament settings
1. Update retract length in Bambu TPU 95A HF
2. Update slow_down_layer_time for PETG

jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Ic5e6a76b5254459d8aff5128f289b5116c50ea75
2024-01-03 17:33:06 +08:00
tao wang
6cda59f925 ENH:keep an unload logic
jira:[for unload]

Change-Id: Id30ec71ffa5b2dac89346ea47ca48a62479e3ab1
2024-01-03 17:33:06 +08:00
XunZhangBambu
3328363c85 FIX: mistake in compatible printers
GITHUB: #3175

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I50f84ac9f933b80df4a1c894afac9895f31721f6
(cherry picked from commit 4616ea2f1c32098eb717fb512c0e1b6e46cff0c3)
2024-01-03 17:33:06 +08:00
zhou.xu
5b1db7f45e FIX:make sort_volumes right
Jira: STUDIO-5645
Change-Id: If324c9115bfaaf0c1b7b4be7c7ee96ba6b8ac890
2024-01-03 17:33:06 +08:00
chunmao.guo
d87d9f9270 FIX: use t_utc for debug only
Change-Id: Ia05d8969d4de3dd38908980d6e17a3ebb11ca279
Github 3045

Change-Id: I77935df53bbf2772b1146e5c330c537165a3a2e6
2024-01-03 17:33:06 +08:00
zorro.zhang
84448162be NEW: Load Printer-Image First System Second Profiles
JIRA None

Change-Id: I183a5e4ed3e8e8ba6b3d8d7cde378e2ae853a5fb
(cherry picked from commit b1ea8183c67644e3a6421ad5dc634907a93c8f33)
(cherry picked from commit 8942731899833e80607ca7298cdc9b91ba9348e7)
2024-01-03 17:33:03 +08:00
chunmao.guo
282743fb89 FIX: sync whole preset vendor directory
Change-Id: I191dbe979a87ff35d38cab1149b7975664344838
Jira: STUDIO-5534
(cherry picked from commit 628866608116336453804aa1217dd55db04d47ad)
2024-01-03 17:31:25 +08:00
maosheng.wei
42085231ce FIX: add log for base_id and filament_id
github: #3087

Change-Id: Iebfbd0f224fce49f33fc81c71e6108f6e3abb5ff
2024-01-03 17:31:25 +08:00
maosheng.wei
940ff0ff55 FIX: add dialog of 3mf version newer cloud version
Jira: XXXX

Change-Id: Ia903e58fd37191b957196da5a84de920ac975b07
2024-01-03 17:31:25 +08:00
tao wang
edb2da96eb ENH:calibration support p1p plus
jira:[plus]

Change-Id: Ia290d3a8a8b9adaac7a6ee26d9a8b5ea0c1b3aee
2024-01-03 17:31:25 +08:00
lane.wei
2902d9e1d9 ENH: CLI: add mk information support
JIRA: no jira
Change-Id: Idd89b143d439de50d9f52eb8aec95b262d66875d
2024-01-03 17:31:25 +08:00
tao wang
fd8165ae7b ENH:update support for P1S plus
jira:[for p1s plus]

Change-Id: Id577d4e94e2162cb0045d261dfaa5f396ecded2f
2024-01-03 17:31:25 +08:00
liz.li
b0169e7fa4 FIX: duplicated items in comboBox at calibration completed page
jira: new

Change-Id: I4749a2206df16c438e0d3098e36274b2a20f313e
2024-01-03 17:31:25 +08:00
liz.li
d49f1ec995 FIX: cali: custom created filament from AMS displayed as incompatible
jira: new

remove the condition: is_system

Change-Id: Ib1366966bbdbe01bc9e2483d9914d270ebefa976
2024-01-03 17:31:25 +08:00
gerrit
8ff74ea0f5 ci: update build version to 01.08.02.56
Change-Id: I43cadeeb1a2fa150fa9396a63b9bc471da1500d5
v01.08.02.56
2023-12-14 22:08:53 +08:00
zhou.xu
ebf5dae0ba FIX: bed_type not follow machine preset
Jira: STUDIO-5578
when direct open project from https://makerworld.com/

Change-Id: I3281cf45e3057d766008487975b4585d2e277110
2023-12-14 22:08:53 +08:00
gerrit
66eb5fda9e ci: update build version to 01.08.02.55
Change-Id: I8d7016d27166b457e4cdc198b61e6aa36a72b8c1
2023-12-14 22:08:53 +08:00
XunZhangBambu
7fb65174c4 ENH: update A1 extruder clearance radius
jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I13cfb882c672083dcd1af2c1be448c5422fdbc0a
2023-12-14 22:08:53 +08:00
gerrit
d882506367 ci: update build version to 01.08.02.54
Change-Id: Ib83b131c533a03d6e48e9ded5e6f9ba574819756
2023-12-14 22:08:53 +08:00
maosheng.wei
ce5c00d943 FIX: translation: vendor can not be number
Jira: XXXX

Change-Id: I7bd45de944e8b25b30c88ab742b35d996c933966
2023-12-14 22:08:53 +08:00
XunZhangBambu
b80fdfa26c FIX: remove duplicated profiles
jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Iaa87233ae6c327faf43a152bdb0cd6fa8c5131d7
2023-12-14 22:08:53 +08:00
gerrit
162ced7cca ci: update build version to 01.08.02.53
Change-Id: I980bff783b59fc6e9d6fd12a016c2daa2840991f
2023-12-14 22:08:53 +08:00
zhimin.zeng
e8573d723a FIX: slice error: WipeTowerIntegration::append_tcr
when print by object with multi-color
Jira: XXXX

Change-Id: Ic9ee2f6de45abb4a118fdb4cf89dea9ca7335094
2023-12-14 22:08:53 +08:00
hu.wang
09dce5bc04 NEW:display beta version
JIRA: XXXX
Change-Id: I78d748e53b266c3397b1c038c3425a52c573cc88
2023-12-14 22:08:53 +08:00
Arthur
697a7bbee3 FIX: crash when support type and style are inconsistent
jira: STUDIO-5428
Change-Id: Ib1e79c71736810099e15282c30524e55e8f60f34
(cherry picked from commit aefb7fbaf25146c03bd2eb336f58ed2eb0e83ea6)
2023-12-14 22:08:53 +08:00
lane.wei
91036d0b28 FIX: CLI: fix the wipe tower issue while mapping to one filament
JIRA: STUDIO-5550
Change-Id: I0b8d3af09d16bdfc45cdc5951d182f7e33dc9b93
2023-12-14 22:08:53 +08:00
xun.zhang
b83812819f ENH: update A1 series first layer speed
jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I597bcf86f202f681eccfda4306be5619d669ea5a
2023-12-14 22:08:53 +08:00
maosheng.wei
a6a3f443d7 FIX: Allow vendors that are not entirely numerical
github: #3082

Change-Id: I318f4df7f65c934ab6703e0970d775b754b24276
2023-12-14 22:08:53 +08:00
gerrit
91c675f397 ci: update build version to 01.08.02.52
Change-Id: I2d8310b7321fefcb742d4cdbe5e4bc9a035ec45a
2023-12-14 22:08:53 +08:00
xun.zhang
c8009d2ecf FIX: incorrect flag in A1 mini gcode
jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If587678bf0aa06c079a9d3cbff9f2c7628c5e380
2023-12-14 22:08:53 +08:00
zhou.xu
d1ab78572a ENH:translate three texts
Jira: STUDIO-5535
Change-Id: I00938567f0ae30bb354042769021451364bef308
2023-12-14 22:08:53 +08:00