mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +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.
67 lines
1.1 KiB
JSON
67 lines
1.1 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Bambu ASA-Aero @base",
|
|
"inherits": "fdm_filament_asa",
|
|
"from": "system",
|
|
"filament_id": "GFB02",
|
|
"instantiation": "false",
|
|
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: ASA Aero Printing Guide.",
|
|
"fan_cooling_layer_time": [
|
|
"30"
|
|
],
|
|
"fan_max_speed": [
|
|
"50"
|
|
],
|
|
"fan_min_speed": [
|
|
"30"
|
|
],
|
|
"filament_cost": [
|
|
"49.99"
|
|
],
|
|
"filament_density": [
|
|
"0.99"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.52"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"12"
|
|
],
|
|
"filament_retraction_length": [
|
|
"1.5"
|
|
],
|
|
"filament_type": [
|
|
"ASA-AERO"
|
|
],
|
|
"filament_vendor": [
|
|
"Bambu Lab"
|
|
],
|
|
"filament_wipe_distance": [
|
|
"5"
|
|
],
|
|
"filament_z_hop_types": [
|
|
"Normal Lift"
|
|
],
|
|
"filament_scarf_seam_type": [
|
|
"none"
|
|
],
|
|
"impact_strength_z": [
|
|
"3.4"
|
|
],
|
|
"nozzle_temperature": [
|
|
"270"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"270"
|
|
],
|
|
"overhang_fan_speed": [
|
|
"50"
|
|
],
|
|
"reduce_fan_stop_start_freq": [
|
|
"0"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"5"
|
|
]
|
|
}
|