brim_replaces_support is now based on the support infill extruder

This commit is contained in:
Tim Kuipers 2018-10-22 13:49:51 +02:00
parent e4014f8c69
commit 56fdab276e

View File

@ -4619,7 +4619,7 @@
"enabled": "resolveOrValue('adhesion_type') == 'brim' and support_enable", "enabled": "resolveOrValue('adhesion_type') == 'brim' and support_enable",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": true, "settable_per_extruder": true,
"limit_to_extruder": "adhesion_extruder_nr" "limit_to_extruder": "support_infill_extruder_nr"
}, },
"brim_outside_only": "brim_outside_only":
{ {