Switching to the preview screen when the "Slice now" button is pressed.

Let's wait for the response of the beta testers whether it is a good
idea.
This commit is contained in:
bubnikv 2019-04-09 17:15:14 +02:00
parent ed8b1a7ecb
commit d383f3591d

View file

@ -747,6 +747,7 @@ Sidebar::Sidebar(Plater *parent)
p->plater->export_gcode();
else
p->plater->reslice();
p->plater->select_view_3D("Preview");
});
p->btn_send_gcode->Bind(wxEVT_BUTTON, [this](wxCommandEvent&) { p->plater->send_gcode(); });
}