Commit Graph

4 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
小炒肉
5105f1d28b ENH: Revert "ENH: remove bambu tpu 85a temperoraily"
This reverts commit 74f0c8a63c220d688b503bff87f927c94749eef9.

Reason for revert: <add back now>

jira: none

Change-Id: I07c42c264b820fdd5beff1556f6615b22e278b28
(cherry picked from commit cbaf4d9a12d3aaa3507038d93ee5ecee848f8088)
2025-09-18 15:39:28 +08:00
xun.zhang
c6b34b22dd ENH: remove bambu tpu 85a temperoraily
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie45b497ad5a838a45e819467944775ffaaf955fa
(cherry picked from commit 853f899500f1fa103dfd3078bf42e656af7d1a57)
2025-09-17 11:13:11 +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