Added profile for Creality CR-6 SE and CR-6 Max (#2040)

* 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
This commit is contained in:
Christophe Fonteyne 2023-09-17 05:21:07 +02:00 committed by GitHub
parent 4161b6cfa5
commit bd13d83385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 888 additions and 8 deletions

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 Max 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 Max",
"default_filament_profile": [
"Creality Generic PLA"
],
"printer_variant": "0.2",
"default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2",
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"5x5",
"395x5",
"395x395",
"5x395"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,25 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 Max 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 Max",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality CR-6 0.4",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"5x5",
"395x5",
"395x395",
"5x395"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 Max 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 Max",
"default_filament_profile": [
"Creality Generic PLA"
],
"printer_variant": "0.6",
"default_print_profile": "0.20mm Standard @Creality CR-6 0.6",
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"5x5",
"395x5",
"395x395",
"5x395"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 Max 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 Max",
"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": [
"5x5",
"395x5",
"395x395",
"5x395"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,11 @@
{
"type": "machine_model",
"name": "Creality CR-6 Max",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"bed_texture": "creality_cr6se_buildplate_texture.png",
"family": "Creality",
"hotend_model": "",
"machine_tech": "FFF",
"model_id": "Creality_CR_6_Max",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 SE 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 SE",
"default_filament_profile": [
"Creality Generic PLA"
],
"printer_variant": "0.2",
"default_print_profile": "0.16mm Opitmal @Creality CR-6 0.2",
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"5x0",
"230x0",
"230x235",
"5x235"
],
"printable_height": "250",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,25 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 SE 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 SE",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality CR-6 0.4",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"5x0",
"230x0",
"230x235",
"5x235"
],
"printable_height": "250",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality CR-6 SE 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-6 SE",
"default_filament_profile": [
"Creality Generic PLA"
],
"printer_variant": "0.6",
"default_print_profile": "0.20mm Standard @Creality CR-6 0.6",
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"5x0",
"230x0",
"230x235",
"5x235"
],
"printable_height": "250",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,26 @@
{
"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"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality CR-6 SE",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"bed_model": "creality_cr6se_buildplate_model.stl",
"bed_texture": "creality_cr6se_buildplate_texture.png",
"family": "Creality",
"hotend_model": "",
"machine_tech": "FFF",
"model_id": "Creality_CR_6_SE",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}