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 11:34:28 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-18 11:34:28 +0300
commit4e3e466a11e8c063cf64cc4426c19fa4a36276e3 (patch)
tree42c23f7a1ba7e537a242070ea71e93ce6c01ae83 /resources/definitions/innovo_inventor.def.json
parent64c15eb87666aa9a6fa099105045fa777e7ad449 (diff)
Move platform offset to metadata
Also removed the setting from fdmprinter just to be clear. Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/innovo_inventor.def.json')
-rw-r--r--resources/definitions/innovo_inventor.def.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/resources/definitions/innovo_inventor.def.json b/resources/definitions/innovo_inventor.def.json
index d40256813b..cd63423094 100644
--- a/resources/definitions/innovo_inventor.def.json
+++ b/resources/definitions/innovo_inventor.def.json
@@ -9,7 +9,8 @@
"manufacturer": "Innovo",
"category": "Other",
"file_formats": "text/x-gcode",
- "platform": "inventor_platform.stl"
+ "platform": "inventor_platform.stl",
+ "platform_offset": [-180, -0.25, 160]
},
"overrides": {
@@ -61,9 +62,6 @@
"machine_end_gcode": {
"default_value": "M104 S0\nG91 ; relative positioning\nG1 E-2 F5000; retract 2mm\nG28 Z; move bed down\nG90 ; absolute positioning\nM84 ; disable motors"
},
- "machine_platform_offset": {
- "default_value": [-180, -0.25, 160]
- },
"layer_height": {
"default_value": 0.15
},