Commit Graph

22 Commits

Author SHA1 Message Date
Joe Rogers 70b6e00e7e
Fix ghosted hole cutout rendering 2023-04-22 23:01:14 -04:00
Ruud Swinkels 0538b37c3d improve performance 2023-02-21 22:31:48 +01:00
K Hodson b95548fe6d Option to only put holes at corners of bin 2023-02-17 10:23:59 -07:00
Kenneth b07d85e58f
Merge branch 'main' into make-scoop-customizable 2023-02-14 09:57:46 -07:00
K Hodson 831c7d6bf1 Convered scoop param from boolean to real
Scoop parameter can now be any real number. Follows the same logic as before, where false (now 0) means no scoop, and true (now 1) means regular scoop. Any real number will scale the scoop value to preference.
2023-02-14 09:55:29 -07:00
K Hodson e2e9ad536c Fixed #59
Changed `enable_lip` to `style_lip` to allow a choice between a regular lip, removal of the lip (losing 3.6mm of height) or remove lip while retaining the regular height
2023-02-07 16:02:46 -07:00
K Hodson c5e99d1298 Fixed #46
Wall profile had negative geometry when bin height was too small (1u).
2023-02-05 23:47:50 -07:00
Miguel Camba 7430123683 Make scoop customizable 2023-01-31 20:56:36 +01:00
kennetek d02bcd1bfe magnet error in baseplate, slit height 2022-11-09 10:29:55 -07:00
kennetek fc1e98c927 small change for when only one hole is desired 2022-11-06 14:56:08 -07:00
kennetek 705ab42ff3 generalized lite version 2022-11-05 23:19:56 -07:00
Rui Carmo 50515ea89d Merge https://github.com/kennetek/gridfinity-rebuilt-openscad 2022-10-15 19:49:34 +01:00
Rui Carmo 4e2ae56300 Revert slight offset 2022-10-15 19:43:17 +01:00
Kenneth 7d8513bbfb
Merge pull request #15 from Ruudjhuu/feature/baseplates
Added baseplates
2022-10-15 10:57:40 -07:00
Rui Carmo 744ff09aaa Merge block_base_cutout from @JakeWorrel 2022-10-15 18:34:04 +01:00
kennetek b717689c32 moved func to baseplate file, organized features
functions in the utility file should be more applicable to "extension" modules, so the baseplate generation was moved to its file. Removed some constants that should be defined by already existing constants. Altered the base generator function to make an accurate model instead of using a scale.
2022-10-11 18:34:02 -07:00
Ruud Swinkels d96415610b enabled no_holes for baseplate 2022-10-11 10:10:35 +02:00
kennetek afce2f90ec fixed small bug when increasing wall thickness 2022-10-10 19:19:04 -07:00
Ruud Swinkels 354705620e Add countersink hole style 2022-10-04 22:25:11 +02:00
Ruud Swinkels 473dc07ffa add baseplate modules 2022-10-04 21:40:20 +02:00
kennetek 0199dadead reworked file structure
- renamed a bunch of stuff to make people's lives hard ig (more because the file hierarchy was really bad and needed improvement to make other dependent modules)
- updated README documentation to match new modules
- new constants file to clear up clutter in main files
- base function now separate from the bin function
2022-10-02 17:35:03 -07:00
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
Renamed from gridfinity-rebuilt-base.scad (Browse further)