mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 20:15:58 +08:00
bugfix #45
This commit is contained in:
parent
9454415e6d
commit
891744be35
@ -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).");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user