mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 04:42:03 +08:00
calibrations: don't force Preview
This commit is contained in:
parent
7711fbac15
commit
b4fb97e527
@ -143,7 +143,7 @@ void CalibrationBedDialog::create_geometry(wxCommandEvent& event_args) {
|
||||
//if(!plat->is_background_process_update_scheduled())
|
||||
// plat->schedule_background_process();
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
if (autocenter) {
|
||||
//re-enable auto-center after this calibration.
|
||||
gui_app->app_config->set("autocenter", "1");
|
||||
|
@ -164,7 +164,6 @@ void CalibrationBridgeDialog::create_geometry(std::string setting_to_test, bool
|
||||
}
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
if (autocenter) {
|
||||
//re-enable auto-center after this calibration.
|
||||
|
@ -111,7 +111,7 @@ void CalibrationCubeDialog::create_geometry(std::string calibration_path) {
|
||||
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
}
|
||||
|
||||
} // namespace GUI
|
||||
|
@ -180,7 +180,6 @@ void CalibrationFlowDialog::create_geometry(float start, float delta) {
|
||||
}
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
if (autocenter) {
|
||||
//re-enable auto-center after this calibration.
|
||||
|
@ -155,7 +155,6 @@ void CalibrationOverBridgeDialog::create_geometry(bool over_bridge) {
|
||||
}
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
if (autocenter) {
|
||||
//re-enable auto-center after this calibration.
|
||||
|
@ -274,7 +274,6 @@ void CalibrationRetractionDialog::create_geometry(wxCommandEvent& event_args) {
|
||||
}
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
|
||||
if (autocenter) {
|
||||
//re-enable auto-center after this calibration.
|
||||
|
@ -179,7 +179,6 @@ void CalibrationTempDialog::create_geometry(wxCommandEvent& event_args) {
|
||||
|
||||
|
||||
plat->reslice();
|
||||
plat->select_view_3D("Preview");
|
||||
}
|
||||
|
||||
} // namespace GUI
|
||||
|
Loading…
x
Reference in New Issue
Block a user