mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +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.
83 lines
1.6 KiB
JSON
83 lines
1.6 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Flashforge PLA Basic @FF G4 0.6 HF nozzle",
|
|
"inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"activate_air_filtration": [
|
|
"1"
|
|
],
|
|
"additional_cooling_fan_speed": [
|
|
"40"
|
|
],
|
|
"complete_print_exhaust_fan_speed": [
|
|
"40"
|
|
],
|
|
"cool_plate_temp": [
|
|
"40"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"40"
|
|
],
|
|
"during_print_exhaust_fan_speed": [
|
|
"40"
|
|
],
|
|
"eng_plate_temp": [
|
|
"55"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"100"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.96"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"35"
|
|
],
|
|
"filament_minimal_purge_on_wipe_tower": [
|
|
"15"
|
|
],
|
|
"filament_ramming_parameters": [
|
|
"105 105 11.2043 11.2258 11.0108 11.5269 14.129 17.5699 19.2903 19.6129 19.871 18.9462 13.3118 4.66667 0.322581 0.215054 0.494624 0.494624| 0.05 11.1591 0.45 11.2301 0.95 11.757 1.45 18.7946 1.95 19.5925 2.45 18.6882 2.95 1.27742 3.45 0.288172 3.95 0.417204 4.45 7.6 4.95 7.6"
|
|
],
|
|
"filament_settings_id": [
|
|
"Flashforge PLA Basic @FF G4 0.6 HF nozzle"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n; right_extruder_material:PLA\n\n"
|
|
],
|
|
"compatible_printers": [
|
|
"Flashforge Guider4 0.6 HF nozzle"
|
|
],
|
|
"nozzle_temperature": [
|
|
"215"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"215"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"25%"
|
|
],
|
|
"pressure_advance": [
|
|
"0.025"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"9"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"temperature_vitrification": [
|
|
"45"
|
|
],
|
|
"textured_cool_plate_temp": [
|
|
"45"
|
|
],
|
|
"textured_cool_plate_temp_initial_layer": [
|
|
"45"
|
|
],
|
|
"textured_plate_temp": [
|
|
"55"
|
|
]
|
|
}
|