mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
FIX: wrong filament map when switch printer preset
1. Clear filament map info in plate when switch to single extruder profile 2. Use real filament map when check tpu validality jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I45a3e8c91dd52e7300a563eda3ffb167c19b7074 (cherry picked from commit d27304e5ef2f43424046b1a1fabc8d999508be4e)
This commit is contained in:
@@ -325,7 +325,7 @@ public:
|
||||
std::vector<int> get_extruders_without_support(bool conside_custom_gcode = false) const;
|
||||
// get used filaments, 1 based idx
|
||||
std::vector<int> get_used_extruders();
|
||||
bool check_tpu_printable_status(const DynamicPrintConfig *config, const std::vector<int> &tpu_filaments);
|
||||
bool check_tpu_printable_status(const DynamicPrintConfig & config, const std::vector<int> &tpu_filaments);
|
||||
|
||||
/* instance related operations*/
|
||||
//judge whether instance is bound in plate or not
|
||||
|
||||
Reference in New Issue
Block a user