mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
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.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.2 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.2",
|
||||
"type": "machine"
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.2 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.2",
|
||||
"type": "machine"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.20mm Standard @Eryone ER20 Klipper",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.4",
|
||||
"type": "machine"
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.20mm Standard @Eryone ER20 Klipper",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.4",
|
||||
"type": "machine"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.38"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.5 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.5"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.5",
|
||||
"type": "machine"
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.38"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.5 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.5"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.5",
|
||||
"type": "machine"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.42"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.6 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.6",
|
||||
"type": "machine"
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.42"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.6 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.6",
|
||||
"type": "machine"
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.56"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.8 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.8",
|
||||
"type": "machine"
|
||||
"default_filament_profile": [],
|
||||
"default_print_profile": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_eryone_ER20_Klipper_common",
|
||||
"instantiation": "true",
|
||||
"max_layer_height": [
|
||||
"0.56"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"name": "Eryone ER20 Klipper 0.8 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "Eryone ER20 Klipper",
|
||||
"printer_variant": "0.8",
|
||||
"type": "machine"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"bed_model": "eryone_er20_buildplate_model.stl",
|
||||
"bed_texture": "Eryone ER20_texture.png",
|
||||
"default_bed_type": "Textured PEI Plate",
|
||||
"family": "Eryone",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "Eryone ER20 Klipper",
|
||||
"name": "Eryone ER20 Klipper",
|
||||
"nozzle_diameter": "0.4;0.2;0.5;0.6;0.8",
|
||||
"type": "machine_model",
|
||||
"desciption": "optimized Eryone ER20 Klipper configuration with E3D Hotend, BMG directdrive, printable height limited to 200 because of the directdrive and Z-Sync mod"
|
||||
{
|
||||
"bed_model": "eryone_er20_buildplate_model.stl",
|
||||
"bed_texture": "Eryone ER20_texture.png",
|
||||
"default_bed_type": "Textured PEI Plate",
|
||||
"family": "Eryone",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
"model_id": "Eryone ER20 Klipper",
|
||||
"name": "Eryone ER20 Klipper",
|
||||
"nozzle_diameter": "0.4;0.2;0.5;0.6;0.8",
|
||||
"type": "machine_model",
|
||||
"desciption": "optimized Eryone ER20 Klipper configuration with E3D Hotend, BMG directdrive, printable height limited to 200 because of the directdrive and Z-Sync mod"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user