mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
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.
104 lines
2.6 KiB
JSON
104 lines
2.6 KiB
JSON
{
|
|
"name": "Lulzbot",
|
|
"url": "https://ohai.lulzbot.com/group/taz-6/",
|
|
"version": "02.03.02.60",
|
|
"force_update": "0",
|
|
"description": "Lulzbot configurations",
|
|
"machine_model_list": [
|
|
{
|
|
"name": "Lulzbot Taz 4 or 5",
|
|
"sub_path": "machine/Lulzbot Taz 4 or 5.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz 6",
|
|
"sub_path": "machine/Lulzbot Taz 6.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz Pro Dual",
|
|
"sub_path": "machine/Lulzbot Taz Pro Dual.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz Pro S",
|
|
"sub_path": "machine/Lulzbot Taz Pro S.json"
|
|
}
|
|
],
|
|
"process_list": [
|
|
{
|
|
"name": "fdm_process_common",
|
|
"sub_path": "process/fdm_process_common.json"
|
|
},
|
|
{
|
|
"name": "0.25mm Standard @Lulzbot Taz 4 or 5",
|
|
"sub_path": "process/0.25mm Standard @Lulzbot Taz 4 or 5.json"
|
|
},
|
|
{
|
|
"name": "0.25mm Standard @Lulzbot Taz 6",
|
|
"sub_path": "process/0.25mm Standard @Lulzbot Taz 6.json"
|
|
},
|
|
{
|
|
"name": "0.25mm Standard @Lulzbot Taz Pro Dual",
|
|
"sub_path": "process/0.25mm Standard @Lulzbot Taz Pro Dual.json"
|
|
},
|
|
{
|
|
"name": "0.25mm Standard @Lulzbot Taz Pro S",
|
|
"sub_path": "process/0.25mm Standard @Lulzbot Taz Pro S.json"
|
|
},
|
|
{
|
|
"name": "0.18mm High Detail @Lulzbot Taz 4 or 5",
|
|
"sub_path": "process/0.18mm High Detail @Lulzbot Taz 4 or 5.json"
|
|
},
|
|
{
|
|
"name": "0.18mm High Detail @Lulzbot Taz 6",
|
|
"sub_path": "process/0.18mm High Detail @Lulzbot Taz 6.json"
|
|
},
|
|
{
|
|
"name": "0.18mm High Detail @Lulzbot Taz Pro Dual",
|
|
"sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro Dual.json"
|
|
},
|
|
{
|
|
"name": "0.18mm High Detail @Lulzbot Taz Pro S",
|
|
"sub_path": "process/0.18mm High Detail @Lulzbot Taz Pro S.json"
|
|
}
|
|
],
|
|
"filament_list": [
|
|
{
|
|
"name": "Lulzbot 2.85mm ABS",
|
|
"sub_path": "filament/Lulzbot 2.85mm ABS.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot 2.85mm PETG",
|
|
"sub_path": "filament/Lulzbot 2.85mm PETG.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot 2.85mm PLA",
|
|
"sub_path": "filament/Lulzbot 2.85mm PLA.json"
|
|
}
|
|
],
|
|
"machine_list": [
|
|
{
|
|
"name": "fdm_machine_common",
|
|
"sub_path": "machine/fdm_machine_common.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz 4 or 5 0.5 nozzle",
|
|
"sub_path": "machine/Lulzbot Taz 4 or 5 0.5 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz 6 0.5 nozzle",
|
|
"sub_path": "machine/Lulzbot Taz 6 0.5 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz Pro Common",
|
|
"sub_path": "machine/Lulzbot Taz Pro Common.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz Pro Dual 0.5 nozzle",
|
|
"sub_path": "machine/Lulzbot Taz Pro Dual 0.5 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Lulzbot Taz Pro S 0.5 nozzle",
|
|
"sub_path": "machine/Lulzbot Taz Pro S 0.5 nozzle.json"
|
|
}
|
|
]
|
|
}
|