mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
FIX: wrong flush volume when select filament or sync filament
1.Correct the wrong logic for support filament check jira:STUDIO-13719 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ia0d5dfa210a4335ea2a6a5f5a97ba69fd136c720 (cherry picked from commit 75c75f83679937b1fcd2ef120ac83cc9a67f125b)
This commit is contained in:
@@ -721,7 +721,7 @@ private:
|
||||
DECLARE_APP(GUI_App)
|
||||
wxDECLARE_EVENT(EVT_CONNECT_LAN_MODE_PRINT, wxCommandEvent);
|
||||
|
||||
bool is_support_filament(int extruder_id);
|
||||
bool is_support_filament(int extruder_id, bool strict_check = true);
|
||||
bool is_soluble_filament(int extruder_id);
|
||||
// check if the filament for model is in the list
|
||||
bool has_filaments(const std::vector<string>& model_filaments);
|
||||
|
||||
Reference in New Issue
Block a user