mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
added definition and variants or Creality CR-10 Smart
This commit is contained in:
parent
f7d854ac3a
commit
dbcf6afd20
8 changed files with 111 additions and 0 deletions
27
resources/definitions/creality_cr10smart.json
Normal file
27
resources/definitions/creality_cr10smart.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Creality CR-10 Smart",
|
||||
"version": 2,
|
||||
"inherits": "creality_cr10",
|
||||
"metadata": {
|
||||
"quality_definition": "creality_base",
|
||||
"author": "ed3d.net",
|
||||
"visible": true
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Creality CR-10 Smart" },
|
||||
"machine_width": { "default_value": 300 },
|
||||
"machine_depth": { "default_value": 300 },
|
||||
"machine_height": { "default_value": 400 },
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[-26, 34],
|
||||
[-26, -32],
|
||||
[32, -32],
|
||||
[32, 34]
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 35 }
|
||||
}
|
||||
}
|
||||
|
12
resources/variants/creality_cr10smart_0.2.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.2.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/creality_cr10smart_0.3.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.3.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.3mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/creality_cr10smart_0.4.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.4.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/creality_cr10smart_0.5.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.5.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.5mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
12
resources/variants/creality_cr10smart_0.6.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.6.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/creality_cr10smart_0.8.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_0.8.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/creality_cr10smart_1.0.inst.cfg
Normal file
12
resources/variants/creality_cr10smart_1.0.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 1.0mm Nozzle
|
||||
version = 4
|
||||
definition = creality_cr10smart
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue