Roger Maitland
Roger Maitland
Wow, that;s a big difference. I've used ray tracers that render pixelated images to start and then recursively refine the image to eventually get to the final result. If the...
Any chance to get the full structures of Assemblies to be shown in a tree as described here? Creating a valid Assembly is much more difficult with the current implementation...
This doesn't look to be feasible after all. Consider this example: ```py from cadquery import Solid, Vector from cadquery.occ_impl.shapes import VectorLike class ChamferBox(Solid): def __init__( self, length: float, width: float,...
Thank you for creating the first issue - Snap-fit fasteners sounds like a valuable addition to the warehouse. I'm currently working on an enhancement to fasteners which integrates screws into...
Cool. I can see how being able to just indicate that a cantilever snap fit fastener goes here would greatly simplify their use. One of my primary goals with cq_warehouse...
There is no problem at all in keeping this issue open as long as you're working on it. I appreciate the work you're doing to add to cq_warehouse. In your...
Unfortunately, I'm still working on fasteners (I now have many new head types in the dev branch). I've got a bunch of work done on the gears already and will...
My OpenSCAD gear warehouse should be able to create the gears you describe including the set-screw hole and even a keyway if you'd like (the keyway increases the maximum torque...
I left out another good solution - get your STEP model from McMaster-Carr . Once you select a gear (or any part really), you can request the CAD model as...
Sorry, but it may take me a while to get to this. I'm currently working on a new CAD library (https://build123d.readthedocs.io/en/latest/index.html). The contents of cq_warehouse will be ported over to...