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:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "SUNLU PLA Marble @System",
"inherits": "SUNLU PLA Marble @base",
"from": "system",
"setting_id": "OSNLS06",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU PLA Marble @System",
"inherits": "SUNLU PLA Marble @base",
"from": "system",
"setting_id": "OSNLS06",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,20 +1,20 @@
{
"type": "filament",
"name": "SUNLU PLA Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL06",
"instantiation": "false",
"filament_cost": [
"31.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"SUNLU"
]
}
"type": "filament",
"name": "SUNLU PLA Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL06",
"instantiation": "false",
"filament_cost": [
"31.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"SUNLU"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "SUNLU PETG @System",
"inherits": "SUNLU PETG @base",
"from": "system",
"setting_id": "OSNLS08",
"instantiation": "true",
"filament_max_volumetric_speed": [
"14"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU PETG @System",
"inherits": "SUNLU PETG @base",
"from": "system",
"setting_id": "OSNLS08",
"instantiation": "true",
"filament_max_volumetric_speed": [
"14"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,81 +1,81 @@
{
"type": "filament",
"name": "SUNLU PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFSNL08",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"22.99"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"280"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"temperature_vitrification": [
"68"
]
}
"type": "filament",
"name": "SUNLU PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFSNL08",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"22.99"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"280"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"temperature_vitrification": [
"68"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "SUNLU PLA Matte @System",
"inherits": "SUNLU PLA Matte @base",
"from": "system",
"setting_id": "OSNLS02",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU PLA Matte @System",
"inherits": "SUNLU PLA Matte @base",
"from": "system",
"setting_id": "OSNLS02",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,50 +1,50 @@
{
"type": "filament",
"name": "SUNLU PLA Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL02",
"instantiation": "false",
"filament_cost": [
"25.99"
],
"filament_density": [
"1.3"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
],
"nozzle_temperature_range_high": [
"245"
],
"nozzle_temperature_range_low": [
"205"
]
}
"type": "filament",
"name": "SUNLU PLA Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL02",
"instantiation": "false",
"filament_cost": [
"25.99"
],
"filament_density": [
"1.3"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
],
"nozzle_temperature_range_high": [
"245"
],
"nozzle_temperature_range_low": [
"205"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "SUNLU PLA+ 2.0 @System",
"inherits": "SUNLU PLA+ 2.0 @base",
"from": "system",
"setting_id": "OSNLS04",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU PLA+ 2.0 @System",
"inherits": "SUNLU PLA+ 2.0 @base",
"from": "system",
"setting_id": "OSNLS04",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,44 +1,44 @@
{
"type": "filament",
"name": "SUNLU PLA+ 2.0 @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL04",
"instantiation": "false",
"filament_cost": [
"18.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}
"type": "filament",
"name": "SUNLU PLA+ 2.0 @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL04",
"instantiation": "false",
"filament_cost": [
"18.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "SUNLU PLA+ @System",
"inherits": "SUNLU PLA+ @base",
"from": "system",
"setting_id": "OSNLS03",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU PLA+ @System",
"inherits": "SUNLU PLA+ @base",
"from": "system",
"setting_id": "OSNLS03",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,44 +1,44 @@
{
"type": "filament",
"name": "SUNLU PLA+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL03",
"instantiation": "false",
"filament_cost": [
"18.99"
],
"filament_density": [
"1.23"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}
"type": "filament",
"name": "SUNLU PLA+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL03",
"instantiation": "false",
"filament_cost": [
"18.99"
],
"filament_density": [
"1.23"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "SUNLU Silk PLA+ @System",
"inherits": "SUNLU Silk PLA+ @base",
"from": "system",
"setting_id": "OSNLS05",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU Silk PLA+ @System",
"inherits": "SUNLU Silk PLA+ @base",
"from": "system",
"setting_id": "OSNLS05",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,51 +1,51 @@
{
"type": "filament",
"name": "SUNLU Silk PLA+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL05",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"temperature_vitrification": [
"54"
]
}
"type": "filament",
"name": "SUNLU Silk PLA+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL05",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"temperature_vitrification": [
"54"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "SUNLU Wood PLA @System",
"inherits": "SUNLU Wood PLA @base",
"from": "system",
"setting_id": "OSNLS07",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "SUNLU Wood PLA @System",
"inherits": "SUNLU Wood PLA @base",
"from": "system",
"setting_id": "OSNLS07",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,53 +1,53 @@
{
"type": "filament",
"name": "SUNLU Wood PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL07",
"instantiation": "false",
"filament_cost": [
"26.99"
],
"filament_density": [
"1.10"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_retraction_length": [
"4"
],
"filament_retraction_speed": [
"50"
],
"filament_deretraction_speed": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}
"type": "filament",
"name": "SUNLU Wood PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFSNL07",
"instantiation": "false",
"filament_cost": [
"26.99"
],
"filament_density": [
"1.10"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_retraction_length": [
"4"
],
"filament_retraction_speed": [
"50"
],
"filament_deretraction_speed": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"SUNLU"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
],
"temperature_vitrification": [
"54"
]
}