* Added profile for CReality CR-6 SE and CR-6 Max * Removed merge conflict artifacts * Removed duplicate process_list * Fixed many bugs. Profile now loads correctly in 1.7.0-beta * fixed filament dependencies for CR-6
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM001",
|
|
"name": "Creality CR-6 SE 0.8 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_creality_common",
|
|
"printer_model": "Creality CR-6 SE",
|
|
"default_filament_profile": [
|
|
"Creality Generic PLA"
|
|
],
|
|
"printer_variant": "0.8",
|
|
"default_print_profile": "0.32mm Standard @Creality CR-6 0.8",
|
|
"nozzle_diameter": [
|
|
"0.8"
|
|
],
|
|
"printable_area": [
|
|
"5x0",
|
|
"230x0",
|
|
"230x235",
|
|
"5x235"
|
|
],
|
|
"printable_height": "250",
|
|
"nozzle_type": "undefine",
|
|
"auxiliary_fan": "0"
|
|
}
|