Add support for Creality CR-6 SE (#8407)

* Add Creality CR-6 SE definition

Also did a few changes in the creality base.

* Add Creality CR-6 SE Nozzle variants

* Update creality_base.def.json

Reverted back to the 4.7 base file

* Update creality_cr6se.def.json

* Update creality_cr6se_0.8.inst.cfg

* Update creality_cr6se_0.6.inst.cfg

Updated to version 16

* Updated to version 16

* Updated to version 16

* Update to version 16

* Update to version 16

* Update to version 16
This commit is contained in:
Mathieu 2020-09-28 12:25:17 +02:00 committed by GitHub
parent ca108ae95c
commit 1ac59d8857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 111 additions and 1 deletions

View file

@ -264,4 +264,4 @@
"wall_thickness": {"value": "line_width * 2" }
}
}
}

View file

@ -0,0 +1,26 @@
{
"name": "Creality CR-6 SE",
"version": 2,
"inherits": "creality_base",
"metadata": {
"quality_definition": "creality_base",
"visible": true
},
"overrides": {
"machine_name": { "default_value": "Creality CR-6 SE" },
"machine_width": { "default_value": 235 },
"machine_depth": { "default_value": 235 },
"machine_height": { "default_value": 250 },
"machine_head_with_fans_polygon": {
"default_value": [
[-26, 34],
[-26, -32],
[32, -32],
[32, 34]
]
},
"gantry_height": { "value": 25 }
}
}