Added new base class for SLA gizmos to remove duplicated code
This commit is contained in:
parent
c28a00ae04
commit
602c48a116
10 changed files with 259 additions and 372 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue