eject button functionality

This commit is contained in:
David Kocik 2019-12-11 12:28:51 +01:00
parent 01f1bed060
commit f5e3750d23
4 changed files with 34 additions and 17 deletions

View file

@ -202,6 +202,8 @@ public:
void suppress_background_process(const bool stop_background_process) ;
void fix_through_netfabb(const int obj_idx, const int vol_idx = -1);
void send_gcode();
void eject_drive();
void drive_ejected_callback();
void take_snapshot(const std::string &snapshot_name);
void take_snapshot(const wxString &snapshot_name);