Commit Graph

7 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
7bea0dabee Fix:fix inherit info err
Change-Id: I932c3fc6daf05cd83d800b4183414a8db8fc4879
(cherry picked from commit 387c78d04cb0fd477a9f825ed8b4f34ee153fff1)
(cherry picked from commit d9ff8d4037e0c6af68d3a14f3eefb56051fb41b2)
2025-10-30 14:56:50 +08:00
七喜
081941b530 Revert "Revert "ENH: add profiles for X1E""
This reverts commit 68cfc58e87e25bb7292eabac161b6db5a71bb89c.

Reason for revert: add x1e back

Change-Id: Ie4152de548b30912a2a6ba96f8ebc3d25dbcd8cf
2023-10-10 14:19:23 +08:00
七喜
250e3bb019 Revert "ENH: add profiles for X1E"
This reverts commit 8e2e709bb7037d28f1b32fdeb80eadcfafdc57f2.

Reason for revert: remove X1E related

Change-Id: I9a7b395dcbfa19adeef6891a59ed1074dee1fb18
2023-10-10 14:19:23 +08:00
xun.zhang
4c431b1a42 ENH: add profiles for X1E
1.Add fillament,process,machine profiles for X1E

jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7cd82540602699035099dbfcaf541aab5c6276fe
2023-10-10 14:19:23 +08:00
xun.zhang
0f4d5d40c7 ENH: update filament&process&machine profiles
jira:STUDIO-3518

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I74ec718c9c40baf8f26df2f593960adf3984ddf1
2023-09-22 16:21:26 +08:00
xun.zhang
7840f5d858 ENH: Sync X1E presets from the master branch.
Also sort the filaments and remove duplicated keys

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I31678c42d55ba3d77c743eaeff071849a8f3d0e7
2023-09-22 16:21:26 +08:00