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>2016-05-18 12:36:45 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-18 12:36:45 +0300
commita8fc830f2b1154abc3aa934311d5a538bd36a9ee (patch)
tree6742bc78298829a0964394d88262c55544498d84 /resources/definitions/grr_neo.def.json
parent54c29187c9d5c413ef5791688fbfa0de58071c77 (diff)
Translate ancient machine_head_shape settings
It has been machine_head_polygon for a while. Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/grr_neo.def.json')
-rw-r--r--resources/definitions/grr_neo.def.json18
1 files changed, 7 insertions, 11 deletions
diff --git a/resources/definitions/grr_neo.def.json b/resources/definitions/grr_neo.def.json
index 9fc5d2121e..76ae73540f 100644
--- a/resources/definitions/grr_neo.def.json
+++ b/resources/definitions/grr_neo.def.json
@@ -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