Dario Pellegrini
Dario Pellegrini
@thomaskilian Please note that this is not the OpenSCAD repository, but the one of library scad-utils. If you have issues in your own scad file, than the right place to...
@thomaskilian Plenty of times it can easily be resolved. In this specific case of scad-utils it is not so obvious (at least to me) how to adjust the code.
In my experience *Curved Segment* doesn't work very well for any base shape that is not a polygon (straight edges), the interpolated curves do not close and it becomes impossible...
Could you please merge this, so that hopefully it will be installable from https://extensions.gnome.org/ Great thanks!
This may fail pretty brutally if due to rounding errors in the computation the final points differ a bit (or if the user makes a mistake). I have produced a...
Yes, I didn't pick the name as the flag was already there albeit unimplemented. However IMHO the profile is always (assumed) a closed loop (otherwise it is impossible to define...
Hi, the motivation for writing PolyGear came from the handling of involute curves which is absent in native OpenSCAD. To my knowledge splicing only requires rectangular (or trapezoidal) teeth which...
> I added a parameter that defaults to undef (to spur_gear/bevel_gear/bevel_pair) and if no override function is passed the code falls back on gear_section() to construct the profile. Looks like...