Files
OrcaSlicer/resources/profiles/Flashforge/machine/Flashforge Adventurer 5M 0.25 Nozzle.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

29 lines
808 B
JSON

{
"type": "machine",
"name": "Flashforge Adventurer 5M 0.25 Nozzle",
"inherits": "fdm_adventurer5m_common",
"from": "system",
"setting_id": "GM006",
"instantiation": "true",
"printer_model": "Flashforge Adventurer 5M",
"default_print_profile": "0.12mm Standard @Flashforge AD5M 0.25 Nozzle",
"nozzle_diameter": [
"0.25"
],
"printer_variant": "0.25",
"max_layer_height": [
"0.14"
],
"min_layer_height": [
"0.08"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG90 E0\nM83\nG1 E-1 F600\nG1 E8 F300\nG1 X85 Y110 Z0.2 F1200\nG1 X-110 E15 F2400\nG1 Y0 E4 F2400\nG1 X-109.6 F2400\nG1 Y110 E5 F2400\nG92 E0",
"retraction_length": [
"1"
],
"z_hop": [
"0.3"
],
"nozzle_type": "stainless_steel"
}