mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:add "nozzle_has_ams_then_ignore_ext" deal
jira: STUDIO-10245 Change-Id: I77e49dcbdfc3acd9473ca3885c6cc7eebdd0d3fa (cherry picked from commit 288b1eddc5e3c8e16d8b76d4360f0be40329646c)
This commit is contained in:
@@ -719,7 +719,7 @@ public:
|
||||
|
||||
void get_ams_colors(std::vector<wxColour>& ams_colors);
|
||||
void parse_tray_info(int ams_id, int sot_id, AmsTray tray, FilamentInfo& result);
|
||||
int ams_filament_mapping(std::vector<FilamentInfo> filaments, std::vector<FilamentInfo> &result, std::vector<bool> map_opt, std::vector<int> exclude_id = std::vector<int>());
|
||||
int ams_filament_mapping(std::vector<FilamentInfo> filaments, std::vector<FilamentInfo> &result, std::vector<bool> map_opt, std::vector<int> exclude_id = std::vector<int>(),bool nozzle_has_ams_then_ignore_ext =false);
|
||||
bool is_valid_mapping_result(std::vector<FilamentInfo>& result, bool check_empty_slot = false);
|
||||
// exceed index start with 0
|
||||
bool is_mapping_exceed_filament(std::vector<FilamentInfo>& result, int &exceed_index);
|
||||
|
||||
Reference in New Issue
Block a user