mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 19:47:43 +00:00
ENH: add tpu check for send print and cali
jira: 8234 Change-Id: I5706071d900079477abc9558461811a8d85fb0ab (cherry picked from commit f0d2ad3dbe2e29548a8b3621a863cd38b543b6b4)
This commit is contained in:
@@ -241,9 +241,9 @@ protected:
|
||||
void on_recommend_input_value();
|
||||
|
||||
void check_filament_compatible();
|
||||
bool is_filaments_compatiable(const std::vector<Preset*>& prests);
|
||||
bool is_filament_in_blacklist(Preset* preset, std::string& error_tips);
|
||||
bool is_filaments_compatiable(const std::vector<Preset*>& prests,
|
||||
bool is_filaments_compatiable(const std::map<int, Preset *>& prests);
|
||||
bool is_filament_in_blacklist(int tray_id, Preset* preset, std::string& error_tips);
|
||||
bool is_filaments_compatiable(const std::map<int, Preset *> &prests,
|
||||
int& bed_temp,
|
||||
std::string& incompatiable_filament_name,
|
||||
std::string& error_tips);
|
||||
|
||||
Reference in New Issue
Block a user