Draft
Powder-doser mounting & base tilt assembly: CAD, diagrams, and CADSmith pros/cons writeup#4
Conversation
Copilot
AI
changed the title
[WIP] Design mounting plate for powder doser with hinge
Powder-doser mounting & base assembly: scaffold for CADSmith complex-part exploration
May 18, 2026
Collaborator
|
@copilot Try this again |
…s/cons Agent-Logs-Url: https://github.com/vertical-cloud-lab/CADSmith/sessions/fb59e2a9-89e0-4e7e-b4a4-70c5c8721c81 Co-authored-by: swcharles <185848910+swcharles@users.noreply.github.com>
Agent-Logs-Url: https://github.com/vertical-cloud-lab/CADSmith/sessions/fb59e2a9-89e0-4e7e-b4a4-70c5c8721c81 Co-authored-by: swcharles <185848910+swcharles@users.noreply.github.com>
Author
Done — pushed the actual deliverables in d956d5f (initial in 0cfe4a3). New under |
Copilot
AI
changed the title
Powder-doser mounting & base assembly: scaffold for CADSmith complex-part exploration
Powder-doser mounting & base tilt assembly: CAD, diagrams, and CADSmith pros/cons writeup
May 18, 2026
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.
Adds a complete two-part hinged mounting assembly for the
powder-doserproject, designed via CADSmith and committed underassets/powder_doser/.Changes
powder_doser_mount.py): parametric script defining both parts off a shared set of constants (HINGE_X = -35,HINGE_PIN = 5.2, ear/tab/leg geometry) so the two parts stay aligned by construction.step/{mounting_plate, base_plate, powder_doser_assembly}.stepand matching STL files. Both parts validated as solids by the OCCT kernel; hinge alignment verified by inspecting cylinder face centroids — ear holes at (-35, ±17, 0), tab hole at (-35, 0, 0), actuator pin at (-125, ±10, -72).generate_diagrams.py→diagrams/):01_assembly.png— labelled isometric of the level assembly with dispense origin and hinge axis marked.02_exploded.png— mounting plate lifted off the base showing how the ears straddle the mating tab.03_tilt_sequence.png— three side views at 0°, 45°, 90° tilt about the hinge axis.04_flow_and_clearance.png— annotated side view showing the powder flow path from the dispense origin past the front edge of the base plate into a cup on a tared scale on the bench.assets/powder_doser/README.md): coordinate system, design rationale for the 35 mm hinge offset, print orientation, BOM, and a pros/cons writeup on the CADSmith experience for this multi-part assembly (what worked: parametric authoring + kernel-introspection validation; what didn't: face-workplane drilling on merged solids silently no-ops,cq.LocationAPI churn, three-view vision Judge can miss inter-part alignment).Coordinate system
Origin at the dispense point. +X along the auger barrel, +Y is the hinge axis, +Z up. The hinge axis is offset 35 mm in −X from the dispense point so the dispense column hangs out past the front edge of the base plate, leaving the cup-on-scale in clear air directly under the powder exit.
Reproducing