mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: optimize per-object setting menu
1. allow setting process parameters when multiple objects are selected 2. refine texts of per-object setting item Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I6ef748d147da049ff8088c9308e51f18ae201397
This commit is contained in:
@@ -2072,7 +2072,7 @@ void ObjectList::switch_to_object_process()
|
||||
|
||||
// Show Dialog
|
||||
if (wxGetApp().app_config->get("do_not_show_object_process_tips").empty()) {
|
||||
TipsDialog dlg(wxGetApp().mainframe, _L("Edit Object Process"), _L("Switch to per-object setting mode to edit object process."), "do_not_show_object_process_tips");
|
||||
TipsDialog dlg(wxGetApp().mainframe, _L("Edit Process Settings"), _L("Switch to per-object setting mode to edit process settings of selected objects."), "do_not_show_object_process_tips");
|
||||
dlg.ShowModal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user