This commit is contained in:
supermerill 2019-02-26 18:50:34 +01:00
parent 9454415e6d
commit 891744be35

View File

@ -1297,7 +1297,7 @@ std::string Print::validate() const
return L("For the Wipe Tower to work with the soluble supports, the support layers need to be synchronized with the object layers.");
} else {
// Non-soluble interface
if (object->config().support_material_contact_distance_type != zdNone || object->config().support_material_interface_extruder != 0)
if (object->config().support_material_extruder != 0 || object->config().support_material_interface_extruder != 0)
return L("The Wipe Tower currently supports the non-soluble supports only if they are printed with the current extruder without triggering a tool change. "
"(both support_material_extruder and support_material_interface_extruder need to be set to 0).");
}