mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Fix machine_nozzle_head_polygon
The min/max values were long ago replaced by a proper polygon.
This commit is contained in:
parent
0bf0e13adc
commit
a04e389b7f
1 changed files with 7 additions and 11 deletions
|
@ -27,17 +27,13 @@
|
|||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"machine_head_shape_min_x": {
|
||||
"default_value": 75
|
||||
},
|
||||
"machine_head_shape_min_y": {
|
||||
"default_value": 18
|
||||
},
|
||||
"machine_head_shape_max_x": {
|
||||
"default_value": 18
|
||||
},
|
||||
"machine_head_shape_max_y": {
|
||||
"default_value": 35
|
||||
"machine_head_polygon": {
|
||||
"default_value": [
|
||||
[75, 18],
|
||||
[18, 18],
|
||||
[18, 35],
|
||||
[75, 35]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue