mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ Sidebar::Sidebar(Plater *parent)
|
||||||
p->plater->export_gcode();
|
p->plater->export_gcode();
|
||||||
else
|
else
|
||||||
p->plater->reslice();
|
p->plater->reslice();
|
||||||
|
p->plater->select_view_3D("Preview");
|
||||||
});
|
});
|
||||||
p->btn_send_gcode->Bind(wxEVT_BUTTON, [this](wxCommandEvent&) { p->plater->send_gcode(); });
|
p->btn_send_gcode->Bind(wxEVT_BUTTON, [this](wxCommandEvent&) { p->plater->send_gcode(); });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue