Add configurable raised lip (rim_units) for stacking clearance#83
Merged
Conversation
The stacking lip was rigidly fixed to the bin's floor face, so a shallow bin holding a tool that protrudes above the floor could not be cleared by a stacked bin. Add a `rim_units` parameter (0-20, ×7mm) that extends a hollow perimeter collar above the floor face and rides the stacking lip on top of it, leaving the interior open so the protruding tool sits in the void while a stacked bin clears it. Cutouts still pocket from the floor face, so cutout-depth math is unchanged. rim_units=0 reproduces the previous geometry exactly. - schemas: rim_units on BinParams (validated), flows via BinDefaults - routes: map rim_units into GenerateRequest - manifold generator: build hollow collar, relocate lip to lip_base_z - frontend: "Raise Lip" slider (shown when stacking lip on), type, default, total-height readout - docs: bin-configuration, features, stl-generation Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Collaborator
|
thank you @sliptonic! |
shanetinklenberg
pushed a commit
to shanetinklenberg/tracefinity
that referenced
this pull request
Jun 28, 2026
…finity#83) The stacking lip was rigidly fixed to the bin's floor face, so a shallow bin holding a tool that protrudes above the floor could not be cleared by a stacked bin. Add a `rim_units` parameter (0-20, ×7mm) that extends a hollow perimeter collar above the floor face and rides the stacking lip on top of it, leaving the interior open so the protruding tool sits in the void while a stacked bin clears it. Cutouts still pocket from the floor face, so cutout-depth math is unchanged. rim_units=0 reproduces the previous geometry exactly. - schemas: rim_units on BinParams (validated), flows via BinDefaults - routes: map rim_units into GenerateRequest - manifold generator: build hollow collar, relocate lip to lip_base_z - frontend: "Raise Lip" slider (shown when stacking lip on), type, default, total-height readout - docs: bin-configuration, features, stl-generation Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]> Co-authored-by: Jason Madigan <[email protected]>
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.
Fixes #76
The stacking lip was rigidly fixed to the bin's floor face, so a shallow bin holding a tool that protrudes above the floor could not be cleared by a stacked bin. Add a
rim_unitsparameter (0-20, ×7mm) that extends a hollow perimeter collar above the floor face and rides the stacking lip on top of it, leaving the interior open so the protruding tool sits in the void while a stacked bin clears it. Cutouts still pocket from the floor face, so cutout-depth math is unchanged. rim_units=0 reproduces the previous geometry exactly.