mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
JSON: bugfix/feat: introduced missing Dual Extrusion Overlap
This commit is contained in:
parent
938ac7a08b
commit
b245fe732b
1 changed files with 10 additions and 0 deletions
|
@ -163,6 +163,16 @@
|
||||||
"default": false,
|
"default": false,
|
||||||
"enabled": "prime_tower_enable"
|
"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": {
|
"ooze_shield_enabled": {
|
||||||
"label": "Enable Ooze Shield",
|
"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.",
|
"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.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue