mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Merge pull request #13666 from eropple/ed/cr10smart
added definition for Creality CR-10 Smart See CURA-9960
This commit is contained in:
commit
b2047cf253
27
resources/definitions/creality_cr10smart.def.json
Normal file
27
resources/definitions/creality_cr10smart.def.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Creality CR-10 Smart",
|
||||
"version": 2,
|
||||
"inherits": "creality_base",
|
||||
"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…
x
Reference in New Issue
Block a user