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
SoftFever
4f50fdc94e Fixed many profile issues and cleaned up some messes. (#10686) 2025-09-11 17:50:53 +08:00
Flsun3d
7b6b5a3f81 Improved Flsun S1,T1 configuration parameters (#6244)
* Add files via upload

* Add files via upload

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-08-03 00:01:44 +08:00
fr3ak2402
7bf453ab0f Add & revise FLSun Profile (#1045)
* Add & revise FLSun Profile

FLSun Q5
FLSun QQ-S Pro

* change FLSun V400 printer image
2023-05-12 23:26:06 +08:00
SoftFever
55c766b8ba Add bed model for FLSun V400 #825
Bed Model is a remix to make it compatible with Orca Slicer. Original model can be found  from @mcpea (https://www.printables.com/model/311792-custom-buildplate-flsun-400-prusa-slicer/files)

Adjust bed texture so the logo is less white. The original bed texture is made by @Art3Design(https://www.printables.com/model/315387-flsun-v400-prusaslicer-profile)
2023-04-23 16:47:44 +08:00
SoftFever
e7ee0effa2 FLSun V400 2023-04-15 23:25:31 +08:00