JSON: bugfix/feat: introduced missing Dual Extrusion Overlap

This commit is contained in:
Tim Kuipers 2015-11-26 17:03:58 +01:00
parent 938ac7a08b
commit b245fe732b

View file

@ -163,6 +163,16 @@
"default": false,
"enabled": "prime_tower_enable"
},
"multiple_mesh_overlap": {
"label": "Dual Extrusion Overlap",
"description": "Make the objects printed with different extruder trains overlap a bit. This makes the different materials bond together better.",
"visible": false,
"type": "float",
"unit": "mm",
"default": 0.15,
"min_value": "0",
"max_value_warning": "1.0"
},
"ooze_shield_enabled": {
"label": "Enable Ooze Shield",
"description": "Enable exterior ooze shield. This will create a shell around the object which is likely to wipe a second nozzle if it's at the same height as the first nozzle.",