Add plane slicer raster planner with legacy behavior#365
Merged
marip8 merged 1 commit intoros-industrial:masterfrom Jan 8, 2026
Merged
Add plane slicer raster planner with legacy behavior#365marip8 merged 1 commit intoros-industrial:masterfrom
marip8 merged 1 commit intoros-industrial:masterfrom
Conversation
… legacy planner, including control over point spacing, min segment size, and min hole size
48e0de0 to
cde9a15
Compare
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.
PR #350 revised the plane slicer raster planner to remove control over the minimum hole size, minimum segment length and point spacing in favor of performing these tasks with tool path modifiers (which all now exist). For convenience, this PR adds a new plane slicer raster planner (called
PlaneSlicerLegacy) that has the same functionality as the plane slice planner before the changes introduced in #350. The new tool path modifiers are embedded directly in the planner to provide control over the min hole size, min segment length, and point spacing.