mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
ENH: update translation
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I9b260cb3e21b9052c9a2d65378bd0e795f6db6f3 (cherry picked from commit 2507eba37d5f09cca51b3e9f9f281b2208e57eb1)
This commit is contained in:
@@ -1448,15 +1448,7 @@ static std::pair<bool, bool> construct_extruder_unprintable_error(ObjectFilament
|
||||
model_prefix = (boost::format(_u8L("The model %s is")) % object_result.object_filaments.front().object->name).str();
|
||||
tips[idx] += model_prefix;
|
||||
tips[idx] += (boost::format(_u8L(" located within the %s only area, making it impossible to print with the filaments assigned to %s.\n"
|
||||
"Please move the model out of the %s only area or adjust the filament assignment.")) % opposite_nozzle_name % nozzle_name % opposite_nozzle_name).str();
|
||||
|
||||
if (object_result.object_filaments.size() > 1) {
|
||||
for (ObjectFilamentInfo& object_filament : left_unprintable_objects)
|
||||
{
|
||||
tips[idx] += object_filament.object->name;
|
||||
tips[idx] += "\n";
|
||||
}
|
||||
}
|
||||
"Please move the model out of the %s only area or adjust the filament assignment.\n")) % opposite_nozzle_name % nozzle_name % opposite_nozzle_name).str();
|
||||
output_text = tips[idx];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user