Don't remap paint unless it's the final cut

This commit is contained in:
Noisyfox
2026-05-05 17:08:53 +08:00
parent 4b489339c6
commit 01e0013b16
4 changed files with 27 additions and 26 deletions

View File

@@ -1005,6 +1005,7 @@ public:
bool is_seam_painted() const { return !this->seam_facets.empty(); }
bool is_mm_painted() const { return !this->mmu_segmentation_facets.empty(); }
bool is_fuzzy_skin_painted() const { return !this->fuzzy_skin_facets.empty(); }
bool is_any_painted() const { return is_fdm_support_painted() || is_seam_painted() || is_mm_painted() || is_fuzzy_skin_painted(); }
// Orca: Implement prusa's filament shrink compensation approach
// Returns 0-based indices of extruders painted by multi-material painting gizmo.