Commit graph

13 commits

Author SHA1 Message Date
kennetek 5a4396f480 screw holes, file naming, and base dividing
- screw holes toggle
- renamed base file to utility to avoid confusion
- base dividing will now always be safe to use on baseplates (cannot divide into sections that cannot be multiplied by an integer to equal 1)
2022-10-01 23:10:19 -07:00
kennetek 754f7ec965 bases can be divided
gridx and gridy can be real numbers, and the bases can be divided so maintain symmetry.
2022-10-01 13:13:51 -07:00
kennetek 7c091f1a43 fixed cut_move to actually move to height of internal bin 2022-09-27 09:24:03 -07:00
kennetek f74618f86e added internal height parameter
ignore the block_negative commands they don't work all that well
2022-09-27 09:12:22 -07:00
kennetek 6954345a96 added vase mode bins
Adapted the parent script to make vase mode compatible bins, which saves filament and print time
2022-09-18 16:29:27 -07:00
kennetek e8babd7912 gridz can now equal zero if only base is desired
Setting gridz to 0 (or anything less than zero) will only generate the base pattern. This is useful in cases where you want to use those wonderful printable holes on other models.
2022-09-18 11:07:33 -07:00
Ruud Swinkels e811f98492 changed final base cut object (rouunded_rectangle) for faster rendering 2022-09-18 14:36:24 +02:00
Ruud Swinkels e0b415460b add clearance to base for faster rendering 2022-09-18 14:24:28 +02:00
Ruud Swinkels 2e19737e36 changed r_f1 to 0.6 2022-09-18 14:17:31 +02:00
Ruud Swinkels 4bb537e812 revert thinning outer side walls 2022-09-15 21:09:12 +02:00
Ruud Swinkels 2e80cc2ee0 changed tollerance of lip to match orignal design 2022-09-15 20:14:14 +02:00
Ruud Swinkels 42538d67fb Changed block_base to match original design 2022-09-14 18:44:37 +02:00
kennetek 84d0625008 Added different height specifications
Height can now be defined by the unit height, internal height, or external height. Added lip toggle. Added option to snap bin to unit height. Fixed small protrusion at the bottom of the  outside wall edge that made the STL look less clean. Split file into base file and command file, to allow for ease of use and possible future module expansion.
2022-08-09 13:25:13 -07:00