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:
parent
ed8b1a7ecb
commit
d383f3591d
1 changed files with 1 additions and 0 deletions
|
@ -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(); });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue