mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
update libslic3r
This commit is contained in:
@@ -621,6 +621,7 @@ std::string ExtrusionEntity::role_to_string(ExtrusionRole role)
|
||||
case erWipeTower : return L("Prime tower");
|
||||
case erCustom : return L("Custom");
|
||||
case erMixed : return L("Multiple");
|
||||
case erFlush : return L("Flush");
|
||||
default : assert(false);
|
||||
}
|
||||
return "";
|
||||
@@ -664,6 +665,8 @@ ExtrusionRole ExtrusionEntity::string_to_role(const std::string_view role)
|
||||
return erCustom;
|
||||
else if (role == L("Multiple"))
|
||||
return erMixed;
|
||||
else if (role == L("Flush"))
|
||||
return erFlush;
|
||||
else
|
||||
return erNone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user