Commit Graph

10 Commits

Author SHA1 Message Date
Matt McWilliams 9e2d4e4cd7 Remove commented out code 2021-10-15 12:27:22 -04:00
Matt McWilliams 814fe80e50 Accidentally removed the gnal_spacer() module in what can only be called an "over optimization" of the code while refactoring at 2AM. 2021-10-15 12:26:58 -04:00
Matt McWilliams ba2b701a7a Created a new branch to explore creating a method of stacking 4 or more spirals. In theory. Potentially.
First attempt misused the single spiral diameter thread. The number of parts means two things: improve the documentation and potentially add identifying features to the different parts.
2021-10-15 12:12:36 -04:00
Matt McWilliams 16f618a727 rename the "spiral_bottom_insert" module to "spiral_insert" because the void is not specifically for the bottom insert anymore and is the same for both "top" and "bottom" spirals in the unified design. 2021-10-12 13:52:58 -04:00
Matt McWilliams d915f255dc Comment to preserve sanity: the seemingly-duplicate module "spiral_bottom_insert_single" is NOT the same as the Super8 insert: it has a different threading for a different screw. 2021-10-12 13:50:34 -04:00
Matt McWilliams 69da7420fe Add engraved roman numerals into the spindle screws to tell the difference between the double layer and the single layer spindles. 2021-02-17 22:13:22 -05:00
Matt McWilliams 73a614bb01 Render the new single-layer spindle. Still needs to be rendered and added to the README. 2021-02-17 21:57:55 -05:00
mmcwilliams 2760cf5fee Remove triangular voids from v3 and move the improved triangular voids into v2 to consolidate the best attempt at this design to that version. 2020-08-24 17:41:05 -04:00
mmcwilliams 2116d3bfba Make the "bottom" argument a function parameter in the shared spiral() module. 2020-08-20 08:35:47 -04:00
mmcwilliams fa8c3de390 Migrate all scad files to their own scad directory to make the root less messy. Might archive the 1-2-3 versions and properly use git for future versioning. 2020-08-19 15:52:28 -04:00