mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 04:09:10 +08:00
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
@ -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…
x
Reference in New Issue
Block a user