mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 06:42:04 +08: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
@ -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…
x
Reference in New Issue
Block a user