mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Translate ancient machine_head_shape settings
It has been machine_head_polygon for a while. Contributes to issue CURA-1278.
This commit is contained in:
parent
54c29187c9
commit
a8fc830f2b
7 changed files with 28 additions and 80 deletions
|
@ -32,17 +32,13 @@
|
|||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"machine_head_shape_min_x": {
|
||||
"default_value": 43.7
|
||||
},
|
||||
"machine_head_shape_min_y": {
|
||||
"default_value": 19.2
|
||||
},
|
||||
"machine_head_shape_max_x": {
|
||||
"default_value": 43.7
|
||||
},
|
||||
"machine_head_shape_max_y": {
|
||||
"default_value": 55
|
||||
"machine_head_polygon": {
|
||||
"default_value": [
|
||||
[-43.7, -19.2],
|
||||
[-43.7, 55],
|
||||
[43.7, 55],
|
||||
[43.7, -19.2]
|
||||
]
|
||||
},
|
||||
"machine_nozzle_gantry_distance": {
|
||||
"default_value": 82.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue