Merged
Conversation
added 2 commits
January 4, 2026 05:56
BREAKING CHANGE: Module paths have changed. Import from microfinity.parts.*, microfinity.core.*, or microfinity.calibration.* instead of microfinity.gf_*. Changes: - Reorganize flat structure into domain-based subpackages: - core/: base.py, constants.py, helpers.py, export.py - parts/: baseplate.py, baseplate_layout.py, box.py, drawer.py - calibration/: test_prints.py - Remove ruggedbox module and all related code - Remove PartCAD support (partcad.yaml, shims/) - Add microfinity-calibrate CLI for generating test prints - Rename CLI scripts (gridfinitybox.py -> box.py, etc.) - Update all imports in tests Top-level imports still work: from microfinity import GridfinityBox, GridfinityBaseplate
- Add --micro flag to microfinity-box and microfinity-base CLIs - Default changed to micro=4 (quarter-grid) for fractional unit support - Supports 1 (standard), 2 (half-grid), 4 (quarter-grid) - Length/width now accept floats for fractional sizes - Add new microfinity-baseplate-layout CLI for segmented drawer layouts - Calculates optimal baseplate tiling for drawer dimensions - Supports --drawer and --buildplate dimension arguments - Includes clip generation (--no-clips to skip, --clips-only for clips only) - Add --fit-strips for fit test strip export (drawer fit validation) - Add --fit-strips-only for quick validation without full baseplates - Add --preview for assembly preview export - Add --summary for layout info without file export
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.
No description provided.