Added new base class for SLA gizmos to remove duplicated code

This commit is contained in:
enricoturri1966 2022-11-04 12:44:54 +01:00 committed by tamasmeszaros
parent c28a00ae04
commit 602c48a116
10 changed files with 259 additions and 372 deletions

View file

@ -266,8 +266,6 @@ public:
void export_toolpaths_to_obj() const;
void reslice();
void reslice_FFF_until_step(PrintObjectStep step, const ModelObject &object, bool postpone_error_messages = false);
void reslice_SLA_supports(const ModelObject &object, bool postpone_error_messages = false);
void reslice_SLA_hollowing(const ModelObject &object, bool postpone_error_messages = false);
void reslice_SLA_until_step(SLAPrintObjectStep step, const ModelObject &object, bool postpone_error_messages = false);
void clear_before_change_mesh(int obj_idx);