From 9775e84b4a991307c10fdcedc905943057aac4bf Mon Sep 17 00:00:00 2001 From: tao wang Date: Wed, 19 Apr 2023 15:05:42 +0800 Subject: [PATCH] FIX:fixed no longer synchronizing the printer after cancel printing Change-Id: Ib4a7d59747fac13a431161dc8e77716b357fc8b0 --- src/slic3r/GUI/SelectMachine.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 2bb9d1d879..0a0af919fa 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -2701,6 +2701,9 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event) return; } + //reset print status + show_status(PrintDialogStatus::PrintStatusInit); + reset_ams_material(); update_show_status();