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:
Ghostkeeper 2016-05-18 11:36:45 +02:00
parent 54c29187c9
commit a8fc830f2b
No known key found for this signature in database
GPG key ID: 701948C5954A7385
7 changed files with 28 additions and 80 deletions

View file

@ -35,17 +35,13 @@
"machine_nozzle_cool_down_speed": {
"default_value": 2
},
"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],
[-75, 35],
[18, 35],
[18, -18]
]
},
"machine_nozzle_gantry_distance": {
"default_value": 55