Files
OrcaSlicer/resources/profiles/RH3D/machine/fdm_machine_common.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

56 lines
1.6 KiB
JSON

{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_structure": "corexy",
"gcode_flavor": "klipper",
"machine_start_gcode": "M104 S0 ; Stops OrcaSlicer from sending temp waits separately\nM140 S0\nPRINT_START EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature]\n; Start of actual GCode for the print",
"machine_end_gcode": "PRINT_END",
"extruder_colour": "#02aba2",
"extruder_offset": "0x0",
"emit_machine_limits_to_gcode": "0",
"default_filament_profile": "Generic PLA @E3NG v1.2S",
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": "0.30",
"min_layer_height": "0.10",
"nozzle_diameter": "0.4",
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"retraction_minimum_travel": "1",
"retract_when_changing_layer": "1",
"retraction_length": "0.6",
"retract_length_toolchange": "2",
"z_hop": "0.0",
"z_hop_types": "Slope Lift",
"use_firmware_retraction": "1",
"use_relative_e_distances": "1",
"retract_restart_extra": "0",
"retract_restart_extra_toolchange": "0",
"retraction_speed": "40",
"deretraction_speed": "60",
"single_extruder_multi_material": "0",
"thumbnails": [
"16x16/QOI",
"313x173/QOI",
"440x240/QOI",
"480x240/QOI",
"32x32/PNG",
"320x240/PNG",
"640x480/PNG"
],
"change_filament_gcode": "PAUSE\nG1 E1.0 F300 ; prime after color change",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0",
"layer_change_gcode": ";AFTER_LAYER_CHANGE",
"machine_pause_gcode": "PAUSE\n",
"wipe": "1"
}