mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: [STUDIO-1477] indicators for that has object configs
Change-Id: I4556b049cd6aa128a05f69c00fa14d8ea5bb3f39
This commit is contained in:
parent
536df6ca23
commit
2f7946333d
7 changed files with 60 additions and 5 deletions
|
@ -3801,6 +3801,8 @@ void Plater::priv::object_list_changed()
|
|||
bool can_slice = !model.objects.empty() && !export_in_progress && model_fits && part_plate->has_printable_instances();
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": can_slice %1%, model_fits= %2%, export_in_progress %3%, has_printable_instances %4% ")%can_slice %model_fits %export_in_progress %part_plate->has_printable_instances();
|
||||
main_frame->update_slice_print_status(MainFrame::eEventObjectUpdate, can_slice);
|
||||
|
||||
wxGetApp().params_panel()->notify_object_config_changed();
|
||||
}
|
||||
|
||||
void Plater::priv::select_curr_plate_all()
|
||||
|
@ -7394,6 +7396,8 @@ void Plater::load_project(wxString const& filename2,
|
|||
else
|
||||
p->dirty_state.update_from_undo_redo_stack(true);
|
||||
up_to_date(true, true);
|
||||
|
||||
wxGetApp().params_panel()->switch_to_object_if_has_object_configs();
|
||||
}
|
||||
|
||||
// BBS: save logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue