FIX: wrong check while send print

jira: [STUDIO-9489]
Change-Id: I7ad5cc2a55cd9b55de3d98ad7bd30150b1f448af
(cherry picked from commit 1e712f19c97837ccda9d5b381f0668488036131e)
This commit is contained in:
xin.zhang
2025-01-01 16:03:06 +08:00
committed by Noisyfox
parent 8c2f658c93
commit 33440082e6
4 changed files with 30 additions and 19 deletions

View File

@@ -325,7 +325,8 @@ public:
std::vector<int> get_extruders_under_cli(bool conside_custom_gcode, DynamicPrintConfig& full_config) const;
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();
std::vector<int> get_used_filaments();
int get_used_nozzle_by_filament_id(int idx) const;
bool check_tpu_printable_status(const DynamicPrintConfig & config, const std::vector<int> &tpu_filaments);
/* instance related operations*/