mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:remove restrictions on mixed use of high and low temp filaments
jira: STUDIO-10482 Change-Id: Ifdf6f11b45f2e6d138ea615a3ad1f23d40ad3fe9 (cherry picked from commit 0178e930809cabcdbc09ab305e70e4323598b343) (cherry picked from commit 8f92391717e37dd0f51aa067ad626b83630a46b1)
This commit is contained in:
@@ -1058,6 +1058,9 @@ int Print::get_compatible_filament_type(const std::set<int>& filament_types)
|
||||
//BBS: this function is used to check whether multi filament can be printed
|
||||
StringObjectException Print::check_multi_filament_valid(const Print& print)
|
||||
{
|
||||
if (!print.need_check_multi_filaments_compatibility())
|
||||
return {std::string()};
|
||||
|
||||
auto print_config = print.config();
|
||||
std::vector<unsigned int> extruders = print.extruders();
|
||||
std::vector<std::string> filament_types;
|
||||
|
||||
Reference in New Issue
Block a user