mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Added gantry height and head size with fans
This commit is contained in:
parent
a18f133e29
commit
1ce7e78685
1 changed files with 26 additions and 0 deletions
|
@ -79,6 +79,32 @@
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"machine_head_with_fans_polygon":
|
||||||
|
{
|
||||||
|
"default": [
|
||||||
|
[
|
||||||
|
-15,
|
||||||
|
15
|
||||||
|
],
|
||||||
|
[
|
||||||
|
15,
|
||||||
|
15
|
||||||
|
],
|
||||||
|
[
|
||||||
|
15,
|
||||||
|
-15
|
||||||
|
],
|
||||||
|
[
|
||||||
|
-15,
|
||||||
|
-15
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gantry_height":
|
||||||
|
{
|
||||||
|
"default":10
|
||||||
|
},
|
||||||
|
|
||||||
"machine_nozzle_tip_outer_diameter": {
|
"machine_nozzle_tip_outer_diameter": {
|
||||||
"default": 1
|
"default": 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue