mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Merge branch 'master' of https://github.com/bodyboarder2528/Cura into bodyboarder2528-master
This commit is contained in:
commit
d3c5fc844f
1 changed files with 24 additions and 0 deletions
24
resources/definitions/creality_cr100.def
Normal file
24
resources/definitions/creality_cr100.def
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Creality CR-100",
|
||||
"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…
Add table
Add a link
Reference in a new issue