mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
ENH: enhance filament group alogrithm
1. Try to merge filaments before grouping 2. Set max match num for machine filamnet in match mode jira:STUDIO-10392 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I2451d838e07ee02f493fda4dc702f3d13b2ad37b (cherry picked from commit d15fc37ff2fa048e38a0b132bb3ae525ff666fab)
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Slic3r
|
||||
bool operator<(const Color& other) const;
|
||||
bool operator==(const Color& other) const;
|
||||
bool operator!=(const Color& other) const;
|
||||
std::string to_hex_str(bool include_alpha = false) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user