Using of Re run Job

This commit is contained in:
Filip Sykala 2021-11-23 22:21:14 +01:00
parent 2e41c8aafe
commit 43d200a7fb
5 changed files with 160 additions and 153 deletions
src/slic3r/GUI

View file

@ -1743,7 +1743,7 @@ void ObjectList::load_shape_object_from_gallery(const wxArrayString& input_files
wxGetApp().mainframe->update_title();
}
void ObjectList::load_mesh_object(const TriangleMesh &mesh, const wxString &name, bool center, TextConfiguration* text_config/* = nullptr*/)
void ObjectList::load_mesh_object(const TriangleMesh &mesh, const wxString &name, bool center, const TextConfiguration* text_config/* = nullptr*/)
{
// Add mesh to model as a new object
Model& model = wxGetApp().plater()->model();