mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: add translation for supports and others
Change-Id: Ic742519cf32fd21726302ace90649e8b695d125d
This commit is contained in:
parent
239f7e3e32
commit
cb34f5ef6a
18 changed files with 265 additions and 185 deletions
|
@ -9370,7 +9370,7 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
|||
if ( seq_print && view3d_canvas && view3d_canvas->is_initialized() && view3d_canvas->is_rendering_enabled() ) {
|
||||
NotificationManager *notify_manager = get_notification_manager();
|
||||
if (seq_print->value == PrintSequence::ByObject) {
|
||||
std::string info_text = L("Print By Object: \nSuggest to use auto-arrange to avoid collisions when printing.");
|
||||
std::string info_text = _u8L("Print By Object: \nSuggest to use auto-arrange to avoid collisions when printing.");
|
||||
notify_manager->bbl_show_seqprintinfo_notification(info_text);
|
||||
//always show label when switch to sequence print
|
||||
if (print_sequence_changed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue