feat: configurable microcontroller pin channel depth#93
Open
tadelv wants to merge 1 commit into
Open
Conversation
Expose a Pin Channel Depth setting controlling how far the solder/pin channels on the long sides of the microcontroller holder carve down. 0 keeps the existing automatic depth; a value carves that many mm from the board plane (large enough cuts fully through). Plumbed through proto, config, serialization, and the visual editor. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
model.ts, thesidecutoutblock).0(default) keeps the existing automatic depth — no change for existing configs. A configured value carves that many mm down from the board plane; large enough cuts fully through the floor (useful for long through-hole header pins).KeyboardExtra.microcontroller_pin_channel_depth),Cuttleform/CosmosKeyboardconfigs, serialization (trims to 0 so it doesn't bloat share URLs), and the visual editor (under Fasten Microcontroller, non-basic mode). Also available in the advanced Options editor.Test plan
npm run checkpasses (verified locally)./beta, select a board with a side cutout (e.g. nice!nano, Pro Micro), set Pin Channel Depth, and confirm the long-side channels deepen / cut through in the 3D model and exported STL.🤖 Generated with Claude Code