JSON fix: set user specified z seam position at back by default

This commit is contained in:
Tim Kuipers 2016-12-05 12:50:35 +01:00
parent 16447f7173
commit 0e7223bd30

View File

@ -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
},