Commit Graph

6 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
2ed08353ca ENH:[filament/process]modify upward_compatible_machine
Change-Id: I8a6b38d3ab1f1711eddb0a4190197f87129fec70
(cherry picked from commit 624914dcdd1e5a931a8eb5d3126c9bde32f4d705)
2025-10-02 17:07:20 +08:00
shsst
11a800de7d ENH:[Process/Filament] Corrected the default materials and processes of some models Profile Edited by qian.wang
Change-Id: I367f9afd1052419acfd692d305630672b5e2dd68
(cherry picked from commit 7767c6dd0bf873e8c88d71dd050a8dc751d7c954)
2025-09-30 09:28:39 +08:00
xun.zhang
0f9608301d FIX: wrong layer change gcode in H2D
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I25f46a8c88d25e03895c73569232f35f6b869f07
(cherry picked from commit 73ec6240d7625db5eae54b839c3b67f0fb6d08e5)
2025-09-21 13:48:01 +08:00
zhimin.zeng
fd40c3e9ea ENH: update layer change gcode for H2D
jira: NONE

Signed-off-by: zhimin.zeng <zhimin.zeng@bambulab.com>
Change-Id: I51b70a832abd1c5e7658ffb4eefc5e6b9017a6b1
(cherry picked from commit 509c416074253c3c175200b1581b705070ff5ddd)
2025-09-21 13:47:58 +08:00
Noisyfox
4120c64c5e ENH: add profiles for H2D 2025-09-05 17:37:14 +08:00