mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:05:54 +08:00
Create creality_cr100.def
my first attempt hope its correct
This commit is contained in:
parent
8998738237
commit
5280865658
25
resources/definitions/creality_cr100.def
Normal file
25
resources/definitions/creality_cr100.def
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Creality CR-100",
|
||||
"version": 4,
|
||||
"inherits": "creality_base",
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Creality CR-100" },
|
||||
"machine_width": { "default_value": 100 },
|
||||
"machine_depth": { "default_value": 100 },
|
||||
"machine_height": { "default_value": 80 },
|
||||
"machine_head_with_fans_polygon": { "default_value": [
|
||||
[-26, 34],
|
||||
[-26, -32],
|
||||
[32, -32],
|
||||
[32, 34]
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 25 }
|
||||
|
||||
},
|
||||
"metadata": {
|
||||
"quality_definition": "creality_base",
|
||||
"visible": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user