Commit Graph
3 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
SoftFever 4f50fdc94e Fixed many profile issues and cleaned up some messes. (#10686) 2025-09-11 17:50:53 +08:00
2304e6a9cd Prusa CORE One Profiles (#9352)
* update profiles from https://github.com/bwees/orca_coreone/commit/3b3aa19543626f4c77e2782d9707b20d7a28a96c

* capitalize SPEED

* Capitalize SPEED

* sync with https://github.com/bwees/orca_coreone/commit/cac592a4628478896f91d9b43708e005c1de6c4f#diff-b2ec55404a83d29c6c998171282a456702f47a98bade1a24aa583ea65c4314e0

* sync with https://github.com/bwees/orca_coreone/commit/1d5331b7d92e228f1d71b427dec727cc6d880678

there was an issue with the filament start gcode conversion that appears to make the gcode invalid

* tweak Prusa CORE One

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-05-03 00:02:37 +08:00