ENH: small change for warning

Handling for jira-1966

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I4deb68fad55f373be86004f53e4b296da4b5b7db
This commit is contained in:
salt.wei 2023-02-06 17:19:58 +08:00 committed by Lane.Wei
parent 9b42d0d630
commit de4e087b5b
1 changed files with 2 additions and 1 deletions

View File

@ -11174,7 +11174,8 @@ void Plater::post_process_string_object_exception(StringObjectException &err)
break;
}
}
err.string = format(_L("Plate %d: %s does not support filament %s (%s)."), err.params[0], err.params[1], err.params[2], filament_name);
err.string = format(_L("Plate% d: %s is not suggested to be used to print filament %s(%s). If you still want to do this printing, please set this filament's bed temperature to non zero."),
err.params[0], err.params[1], err.params[2], filament_name);
err.string += "\n";
}
} catch (...) {