mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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:
@@ -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(); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user