Add print head shape

Fixes #2808.
This commit is contained in:
Ruben D 2017-11-27 23:10:58 +01:00
parent 67d6b6ab6f
commit ab64cb5749
No known key found for this signature in database
GPG Key ID: 6B42C9465E304A62

View File

@ -20,6 +20,14 @@
"machine_depth": {
"default_value": 300
},
"machine_head_polygon": {
"default_value": [
[-30, 34],
[-30, -32],
[30, -32],
[30, 34]
]
},
"material_diameter": {
"default_value": 1.75
},