mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: update translations
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I0a7f24dd1538f4baf1b2b56f35233de5937a6d30 (cherry picked from commit 4747cbc53a5e5e8457f03914755d192421ea1d57)
This commit is contained in:
@@ -2172,7 +2172,7 @@ void Print::process(long long *time_cost_with_cache, bool use_cache)
|
||||
if (!ToolOrdering::check_tpu_group(used_filaments, filament_maps, &m_config)) {
|
||||
int master_extruder_id = m_config.master_extruder_id.value - 1; // to 0 based
|
||||
std::string nozzle_name = master_extruder_id == 0 ? "left" : "right";
|
||||
std::string exception_str = L(std::string("TPU is incompatible with AMS and must be printed seperately in the ") + nozzle_name + " nozzle.\nPlease adjust the filament group accordingly.");
|
||||
std::string exception_str = L("TPU is incompatible with AMS and must be printed seperately in the ") + nozzle_name + L(" nozzle.\nPlease adjust the filament group accordingly.");
|
||||
throw Slic3r::RuntimeError(exception_str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user