mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
ENH: add prompt for incompatible filaments and nozzles
jira: STUDIO-12873 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ieb79a35e0609e7687fdcf31742df3a08fedc925b (cherry picked from commit 1ef32833035629c1b3644d77fdc9c234992090f3)
This commit is contained in:
@@ -335,6 +335,7 @@ public:
|
||||
bool check_filament_printable(const DynamicPrintConfig & config, wxString& error_message);
|
||||
bool check_tpu_printable_status(const DynamicPrintConfig & config, const std::vector<int> &tpu_filaments);
|
||||
bool check_mixture_of_pla_and_petg(const DynamicPrintConfig & config);
|
||||
bool check_compatible_of_nozzle_and_filament(const DynamicPrintConfig & config, const std::vector<std::string>& filament_presets, std::string& error_msg);
|
||||
|
||||
/* instance related operations*/
|
||||
//judge whether instance is bound in plate or not
|
||||
|
||||
Reference in New Issue
Block a user