Export to STL of SLA supports and pad

This commit is contained in:
Enrico Turri 2019-05-02 13:46:39 +02:00
parent 4a5992ba6e
commit a3385278e5
5 changed files with 95 additions and 15 deletions

View file

@ -63,6 +63,7 @@ class MainFrame : public DPIFrame
bool can_save() const;
bool can_export_model() const;
bool can_export_supports() const;
bool can_export_gcode() const;
bool can_slice() const;
bool can_change_view() const;