mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: cannot continue slice all when sync extruder list now
jira: STUDIO-9613 Change-Id: I1ce6953f4a802051a9ee9464518b55e9fc1f8e2b (cherry picked from commit 74f189e807b50db00f185dad499bace51b3ee8ef)
This commit is contained in:
@@ -1584,7 +1584,7 @@ wxBoxSizer* MainFrame::create_side_tools()
|
||||
m_slice_btn->Bind(wxEVT_BUTTON, [this](wxCommandEvent& event)
|
||||
{
|
||||
m_plater->reset_check_status();
|
||||
if (!m_plater->check_ams_status())
|
||||
if (!m_plater->check_ams_status(m_slice_select == eSliceAll))
|
||||
return;
|
||||
|
||||
//this->m_plater->select_view_3D("Preview");
|
||||
|
||||
Reference in New Issue
Block a user