mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +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.
115 lines
2.8 KiB
JSON
115 lines
2.8 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "Anycubic Kobra 0.4 nozzle",
|
|
"inherits": "fdm_machine_common",
|
|
"from": "system",
|
|
"setting_id": "GM001",
|
|
"instantiation": "true",
|
|
"printer_model": "Anycubic Kobra",
|
|
"default_print_profile": "0.20mm Standard @Anycubic Kobra",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"220x0",
|
|
"220x220",
|
|
"0x220"
|
|
],
|
|
"printable_height": "250",
|
|
"nozzle_type": "undefine",
|
|
"auxiliary_fan": "0",
|
|
"machine_max_acceleration_extruding": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"700",
|
|
"700"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"600",
|
|
"600"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"50",
|
|
"50"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"80",
|
|
"80"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"300",
|
|
"300"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"250",
|
|
"250"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.6",
|
|
"0.6"
|
|
],
|
|
"max_layer_height": [
|
|
"0.3"
|
|
],
|
|
"min_layer_height": [
|
|
"0.05"
|
|
],
|
|
"printer_settings_id": "Anycubic",
|
|
"retraction_minimum_travel": [
|
|
"1.5"
|
|
],
|
|
"retract_before_wipe": [
|
|
"60%"
|
|
],
|
|
"retraction_length": [
|
|
"6"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"40"
|
|
],
|
|
"deretraction_speed": [
|
|
"50"
|
|
],
|
|
"single_extruder_multi_material": "1",
|
|
"change_filament_gcode": "M600",
|
|
"machine_pause_gcode": "M601",
|
|
"default_filament_profile": [
|
|
"Anycubic Generic PLA"
|
|
],
|
|
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 P[machine_max_acceleration_extruding] R[machine_max_acceleration_retracting] T[machine_max_acceleration_travel]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F{travel_speed*60} ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
|
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1 X0{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F{travel_speed*60} ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F{travel_speed*60} ; park print head\nM84 ; disable motors",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"scan_first_layer": "0"
|
|
}
|