Commit Graph

10 Commits

Author SHA1 Message Date
Ian Bassi
16727644bb Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
2026-04-15 22:58:12 +08:00
qian.wang
3d482ce4a0 ENH:batch sync eng_plate_temp with textured_plate_temp
Change-Id: Ia504053d12f357f443dddfb140c561c83308dac3
jira: None
(cherry picked from commit 57239bb8f3ea6fe9310ecf98b4af8f76b3c8ba05)
2025-10-28 15:30:00 +08:00
weizhen.xie
247a811900 Fix: Modify the string delimiter of parameter “volumetric_speed_coefficients”: change “;” to “ ”
Jira: none

Change-Id: Iabe29c14b5d4dadc97d3ea72c4be4104a0e48720
(cherry picked from commit 3a3ed5816b7a70669561d0a33ca6fb9761ab40d2)
2025-10-05 00:00:31 +08:00
weizhen.xie
757d1f4cb1 ENH: Modify filament jsons to support parameter “filament_adaptive_volumetric_speed”
Jira: None
Change-Id: Iddd9fdf1ab39ad1e72da4040b7bb7dd0d1375652
(cherry picked from commit 900d0b5f6e6738eae12e2418dbb6ea1051e131c0)
2025-10-04 23:57:54 +08:00
weizhen.xie
38a18dc086 ENH: Polynomial fitting via Gaussian regression for determining the filament_max_volumetric_speed
Jira: none
Change-Id: Iab1ef65f0546884c60d2a9e39213a07d76a1f483
(cherry picked from commit 186948cc91b12d547b7168104ba629d40c333d1b)
2025-10-03 23:08:54 +08:00
xun.zhang
6c42f245de ENH: post commit for params to H2D
1. Add flush and  retract params in profiles

jira: STUDIO-11965

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Id4a1017a927be58d1e951a78b98f1a86b060e602
(cherry picked from commit 403fb623729bc3f3433a80a90fc55c6b09a6d4b2)
2025-09-23 16:38:50 +08:00
xun.zhang
e3a53713bc ENH: add filament printable
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I8590a24cc9a29f8bf1f74b2c31d0c381c75cad14
(cherry picked from commit 99439f04538b1984da209c62aeefdd15ab57dae9)
2025-09-21 13:52:13 +08:00
zhimin.zeng
e121b2bb25 ENH: use empty filament start gcode for H2D
jira: NONE

Signed-off-by: zhimin.zeng <zhimin.zeng@bambulab.com>
Change-Id: Ibbd1676762b9004ff8f7883b6df264cd1e9c7b58
(cherry picked from commit 81d87aa4525be622cf274b27d95e8ead25479b94)
2025-09-21 13:47:58 +08:00
xun.zhang
ed5111add8 ENH: set additional cooling fan spee to 100 for TPU
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia60e407b4a7a6f6db76cdd12d86cc48ea4151d8f
(cherry picked from commit d15a9148999305d4c742c652c4f05a32e4dd6e0e)
2025-09-21 13:47:49 +08:00
xun.zhang
022a67836d ENH: add profiles for TPU 85A and 90A
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ica88ced8d2e0dbb1bdff0d4b80863bd98102ff16
(cherry picked from commit 8d10dcd046ebcb4d78962d7796ebec0d58776bc0)
2025-09-17 11:02:20 +08:00