Files
OrcaSlicer/resources/profiles/Flashforge/filament/Flashforge PA6-CF.json
Ian Bassi 16727644bb 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.
2026-04-15 22:58:12 +08:00

62 lines
1.1 KiB
JSON

{
"type": "filament",
"name": "Flashforge PA6-CF",
"inherits": "FusRock Generic PET-CF",
"from": "system",
"setting_id": "GFSA04",
"instantiation": "true",
"filament_density": [
"1.1"
],
"filament_max_volumetric_speed": [
"5"
],
"filament_settings_id": [
"Flashforge PA6-CF"
],
"filament_type": [
"PA6-CF"
],
"hot_plate_temp": [
"95"
],
"hot_plate_temp_initial_layer": [
"95"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"245"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"230"
],
"pressure_advance": [
"0.035"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"10"
],
"support_material_interface_fan_speed": [
"20"
],
"compatible_printers": [
"Flashforge Adventurer 5M 0.4 Nozzle",
"Flashforge Adventurer 5M 0.6 Nozzle",
"Flashforge Adventurer 5M 0.8 Nozzle",
"Flashforge Adventurer 5M Pro 0.4 Nozzle",
"Flashforge Adventurer 5M Pro 0.6 Nozzle",
"Flashforge Adventurer 5M Pro 0.8 Nozzle",
"Flashforge AD5X 0.4 nozzle",
"Flashforge AD5X 0.6 nozzle",
"Flashforge AD5X 0.8 nozzle"
]
}