Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-07-11 15:43:26 +0300
committerGhostkeeper <rubend@tutanota.com>2017-07-11 15:43:26 +0300
commita04e389b7fd10f44137d290a181839d703a31e9c (patch)
treed89d9a409a8acd5cafede5e0b3e22cc93be840b7 /resources/definitions/alya3dp.def.json
parent0bf0e13adcfc50e25536ae5b656d88932b1cf1b3 (diff)
Fix machine_nozzle_head_polygon
The min/max values were long ago replaced by a proper polygon.
Diffstat (limited to 'resources/definitions/alya3dp.def.json')
-rw-r--r--resources/definitions/alya3dp.def.json18
1 files changed, 7 insertions, 11 deletions
diff --git a/resources/definitions/alya3dp.def.json b/resources/definitions/alya3dp.def.json
index 68da72f1eb..8d1eb6730c 100644
--- a/resources/definitions/alya3dp.def.json
+++ b/resources/definitions/alya3dp.def.json
@@ -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