mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 12:55:37 -07:00
ENH: translate
Jira: none Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I2ed88be363eb5f1bd8a35269d669f3947d46e7f4 (cherry picked from commit 0e21d762be12a352be7c3e0411a71dcebcbf270c)
This commit is contained in:
parent
170deadbda
commit
1b90abe640
1 changed files with 2 additions and 2 deletions
|
|
@ -1467,9 +1467,9 @@ static std::pair<bool, bool> construct_extruder_unprintable_error(ObjectFilament
|
|||
std::string nozzle_name = nozzle_name_list[idx];
|
||||
std::string model_prefix;
|
||||
if ((idx == 0 && left_unprintable_objects.size() > 1) || (idx == 1 && right_unprintable_objects.size() > 1))
|
||||
model_prefix = (boost::format(_u8L("The position or size of some models exceed the %s's printable range.")) % nozzle_name).str();
|
||||
model_prefix = (boost::format(_u8L("The position or size of some models exceeds the %s's printable range.")) % nozzle_name).str();
|
||||
else
|
||||
model_prefix = (boost::format(_u8L("The position or size of the model %s exceed the %s's printable range."))
|
||||
model_prefix = (boost::format(_u8L("The position or size of the model %s exceeds the %s's printable range."))
|
||||
%object_result.object_filaments.front().object->name % nozzle_name).str();
|
||||
tips[idx] += model_prefix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue