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:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-12-05 14:50:35 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-12-05 14:50:45 +0300
commit0e7223bd30d85b74dd6b3a2a9f688d778792d783 (patch)
tree32895c90504dc7b20256bfb58241a8ff0dc46573 /resources/definitions
parent16447f71733ea0c30fa63455e048bc592cfca52f (diff)
JSON fix: set user specified z seam position at back by default
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index ed6a5e5286..bddad25cbf 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -990,7 +990,7 @@
"unit": "mm",
"type": "float",
"default_value": 100.0,
- "value": "machine_depth / 2",
+ "value": "machine_depth * 3",
"enabled": "z_seam_type == 'back'",
"settable_per_mesh": true
},