[CURA-12580, CURA-13056] Support painting#2337
Open
Remco Burema (rburema) wants to merge 34 commits into
Open
Conversation
CURA-12580 This commit also generalizes the use of the isPainted() methods, instead of manually checking whether the mesh is a modifier. This way we can add more mesh modifier types and only change the single testing method.
CURA-12580 Support painting doesn't propagate voxels and has a lower resolution, so the calculation time should be way less compared to material painting generation.
CURA-12580 This allows saving multiple data sets in the same OBJ
…de-tree-support' into CURA-12580_paint-on-support
CURA-12580 Because the voxels grid bounding box was the same as the mesh, we didn't have space around the generated voxels, which is necessary when generating the 2D contours. Without that, the segments at the very edge are missing, and we cannot make an actual polygon out of it.
…ble_support_placement
This was referenced Jun 3, 2026
Contributor
Test Results31 tests 31 ✅ 5s ⏱️ Results for commit a3db3c4. ♻️ This comment has been updated with latest results. |
Erwan MATHIEU (wawanbreton)
approved these changes
Jun 3, 2026
Contributor
Erwan MATHIEU (wawanbreton)
left a comment
There was a problem hiding this comment.
Some tiny remarks, but looks good !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In addition to other kinds of painting (seam and material/extruder) introduce support painting, which is a large part of the reason the painting feature was started to begin with.
With this, 'support_enable' becomes more like an 'auto-support', that just tries to support everything w.r.t a given support angle, versus support painting, in which a UV-texture with the relevant allow/deny colours determines support. (Combining the two is possible.)
See also: