mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
29 lines
No EOL
1.1 KiB
JSON
29 lines
No EOL
1.1 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Anycubic Kobra Max",
|
|
"inherits": "fdmprinter",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "Jason Chen",
|
|
"manufacturer": "Anycubic",
|
|
"file_formats": "text/x-gcode",
|
|
"firmware_file": "MarlinChiron.hex",
|
|
"has_machine_quality": true,
|
|
"has_materials": true,
|
|
"machine_extruder_trains": { "0": "anycubic_kobra_max_extruder_0" },
|
|
"preferred_material": "generic_pla",
|
|
"preferred_quality_type": "pla",
|
|
"quality_definition": "anycubic_kobra_max"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_depth": { "default_value": 402 },
|
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_height": { "default_value": 452 },
|
|
"machine_name": { "default_value": "Anycubic Kobra Max" },
|
|
"machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
|
|
"machine_width": { "default_value": 402 }
|
|
}
|
|
} |