Files
OrcaSlicer/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.6 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

132 lines
2.8 KiB
JSON

{
"type": "machine",
"name": "Sovol SV06 ACE 0.6 nozzle",
"inherits": "fdm_machine_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_model": "Sovol SV06 ACE",
"default_print_profile": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"thumbnails": [
"96x96",
"160x160"
],
"thumbnails_format": "PNG",
"retraction_length": [
"1.0"
],
"retraction_minimum_travel": [
"1.5"
],
"support_multi_bed_types": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"20000",
"20000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"500"
],
"machine_max_speed_x": [
"600",
"600"
],
"machine_max_speed_y": [
"600",
"600"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_z": [
"10",
"10"
],
"z_hop": [
"0.6"
],
"z_hop_types": [
"Auto Lift"
],
"max_layer_height": [
"0.48",
"0.48"
],
"retract_lift_below": [
"248",
"248"
],
"retraction_speed": [
"45",
"45"
],
"deretraction_speed": [
"45",
"45"
],
"wipe_distance": [
"3"
],
"retract_before_wipe": [
"100%"
],
"retract_length_toolchange": [
"2",
"2"
],
"machine_max_jerk_e": [
"2.5"
],
"machine_max_jerk_x": [
"9"
],
"machine_max_jerk_y": [
"9"
],
"machine_max_jerk_z": [
"0.5"
],
"gcode_flavor": "klipper",
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
"change_filament_gcode": "M600",
"manual_filament_change": "1",
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nSTART_PRINT\nG90\nG1 X0 F6000\nG1 Y20\nG1 Z0.600 F600\nG1 Y-4 F6000\nM400\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG91\nM83\nG1 E-0.300 Z5 F600\nG1 X{print_bed_max[1] / 3} F6000\nG1 Z-4.800 F600\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 Y1 E0.16 F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 Y1 E0.24 F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000\nG1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000\nG1 E-0.200 Z1 F600\nM400\n\n",
"machine_end_gcode": "END_PRINT\n",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": [
"Sovol SV06 ACE PLA"
]
}