feat: add print bed visualization with config system (Feature 5)#10
Merged
kraulerson merged 10 commits intomainfrom Apr 8, 2026
Merged
feat: add print bed visualization with config system (Feature 5)#10kraulerson merged 10 commits intomainfrom
kraulerson merged 10 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Print volume wireframe box + grid floor with 5 printer presets, custom dimensions dialog, overflow hatching, and full schema-versioned config system. Approved during brainstorming session. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5-task TDD plan: config module, PrintBedManager, SceneManager integration, MainWindow UI (toggle, dropdown, custom dialog), and manual smoke test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds AppConfig, load_config, and save_config with deep-merge defaults, corrupt/version-mismatch recovery, and atomic rename write. 11 unit tests, all passing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds show_print_bed(), hide_print_bed(), and print_bed_visible to SceneManager. clear() now also removes print bed actors. 6 new tests, all 258 tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…alog into MainWindow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Covers the type annotation fixes in c53dd79. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When mesh exceeds bed Z height, a hatched plane is drawn at the Z ceiling to visually indicate the overflow. Extends the existing X/Y floor hatching pattern to all three axes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
config.py) with atomic write and corrupt-file recoveryTest Plan
🤖 Generated with Claude Code