fix: resolve UAT session 4 bugs#15
Merged
kraulerson merged 6 commits intomainfrom Apr 8, 2026
Merged
Conversation
5 new STL fixtures with known issues for repair/transform testing: - open_box.stl (1 hole), flipped_normals_box.stl (4 reversed faces), degenerate_plate.stl (2 zero-area faces), mixed_issues_sphere.stl (hole + degenerate), l_shape.stl (asymmetric, clean) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… docs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Notes textarea now appears below each scenario instead of hidden behind the details toggle, so testers can record observations without extra clicks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…els) UAT4-004/030: Replace manual checkable QPushButtons with QButtonGroup for proper exclusive radio behavior — prevents deselection. UAT4-006: Add rotation direction indicators (Y->Z, Z->X, X->Y) to axis button labels using right-hand rule arrows. UAT4-007: Position print bed so model sits on bed floor, centered in X/Y, using actor SetPosition offsets from model bounding box. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 8, 2026
UAT4-030: Add explicit checked-state stylesheet to axis toggle buttons so the selected axis is clearly highlighted on macOS (default Qt style has near-invisible checked state for QPushButton). UAT4-018: Add colored X/Y/Z axis arrows with labels at the print bed origin corner so users can identify rotation directions in the viewport. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add auto_fit parameter to display_mesh() — defaults to True for file loads, set to False for in-place mesh updates so the user's camera position is not reset after every operation. 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
Test Plan
🤖 Generated with Claude Code