Fix machine_nozzle_head_polygon

The min/max values were long ago replaced by a proper polygon.
This commit is contained in:
Ghostkeeper 2017-07-11 14:43:26 +02:00
parent 0bf0e13adc
commit a04e389b7f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -27,17 +27,13 @@
"machine_nozzle_size": { "machine_nozzle_size": {
"default_value": 0.4 "default_value": 0.4
}, },
"machine_head_shape_min_x": { "machine_head_polygon": {
"default_value": 75 "default_value": [
}, [75, 18],
"machine_head_shape_min_y": { [18, 18],
"default_value": 18 [18, 35],
}, [75, 35]
"machine_head_shape_max_x": { ]
"default_value": 18
},
"machine_head_shape_max_y": {
"default_value": 35
}, },
"gantry_height": { "gantry_height": {
"default_value": 55 "default_value": 55