Commit graph

226 commits

Author SHA1 Message Date
Ruud Swinkels
ea426c4d40 make all screw-togethers compatible in height 2023-02-22 21:33:01 +01:00
Ruud Swinkels
0538b37c3d improve performance 2023-02-21 22:31:48 +01:00
Ruud Swinkels
b2104fbb97 Fix magnet holes, bottom height when using screw together 2023-02-18 14:09:31 +01:00
K Hodson
97592b868a default to false for corners 2023-02-17 10:28:13 -07:00
K Hodson
b95548fe6d Option to only put holes at corners of bin 2023-02-17 10:23:59 -07:00
Kenneth
51b5053de2
Merge pull request #66 from TomHotston/main
Changed default offset during baseplate screw together mode to account for screw diameter.
2023-02-15 18:57:28 -07:00
Kenneth
0ae9d40442
Merge branch 'main' into main 2023-02-15 18:57:02 -07:00
K Hodson
bc7622d5e2 Added website materials 2023-02-15 18:44:26 -07:00
Kenneth
80540b3ab6
Merge pull request #48 from Ruudjhuu/feature/screw_together_minimal
Feature/screw together minimal
2023-02-15 10:05:30 -07:00
K Hodson
19a1504006 code formatting 2023-02-15 10:04:34 -07:00
K Hodson
ba3c3e1554 Fixed #36
Added parameter to control bottom layer thickness
2023-02-15 09:04:27 -07:00
Ruud Swinkels
6ad4204c10 remove magic number 2023-02-15 15:49:37 +01:00
K Hodson
47ca12d8a8 tweaked fitx and fity descriptions 2023-02-14 17:02:12 -07:00
Kenneth
0ff0dcb8b6
Merge pull request #57 from nelsongraca/main
Add option to offset to one side when fitting to drawer
2023-02-14 16:52:37 -07:00
K Hodson
c897f0ddcd tab safety check 2023-02-14 16:21:04 -07:00
K Hodson
5f3f336ae9 Fixed #31, funnel and tab safety checks 2023-02-14 16:20:16 -07:00
K Hodson
ea200b3971 Fixed lip and scoop parameters in lite bins 2023-02-14 15:17:06 -07:00
K Hodson
ae03f164f0 Updated examples to work with new scoop parameter 2023-02-14 15:12:45 -07:00
K Hodson
059f67606d Slider for scoop 2023-02-14 10:04:53 -07:00
Kenneth
37bd44ea18
Merge pull request #60 from cibernox/make-scoop-customizable
Make scoop radius customizable
2023-02-14 10:00:13 -07:00
Kenneth
b07d85e58f
Merge branch 'main' into make-scoop-customizable 2023-02-14 09:57:46 -07:00
K Hodson
c68ecf8252 Forgot to uncomment code 2023-02-14 09:56:15 -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
Ruud Swinkels
dffda2cf0f Merge branch 'main' into feature/screw_together_minimal 2023-02-13 13:58:16 +01:00
Ruud Swinkels
46feb59b0d remove need of extra module 2023-02-13 13:54:56 +01:00
Ruud Swinkels
2297e3af36 Revert "refactor rounded cuboids/planes"
This reverts commit 8d8827de6c.
2023-02-13 11:52:11 +01:00
Tom Hotston
7f55ff8770
Added checks to ensure that screw diameter is only accounted for in
screw together mode
2023-02-11 17:45:49 +00:00
Tom Hotston
997d2d545b
Updated offset to account for screw hole diameter 2023-02-11 17:33:26 +00:00
Nelson Graça
570fda7644 Fixes 2023-02-09 01:21:25 +00: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
e5576cc9a7 Divide by zero error when divx and divy are 0 2023-02-06 00:01:39 -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
K Hodson
0e488a95ce Fixed #27 2023-02-05 23:24:41 -07:00
K Hodson
6804bf9983 Fixed #23
Chamfer section was not touching the bottom layers. Maybe this was causing problems with slicing in Cura
2023-02-05 23:16:23 -07:00
Kenneth
1a3199cdcd
Update README.md 2023-02-05 22:29:21 -07:00
Miguel Camba
7430123683 Make scoop customizable 2023-01-31 20:56:36 +01:00
Nelson Graça
7c25918ef4 Add option to offset to one side when fitting to drawer 2023-01-27 18:44:45 +00:00
Ruud Swinkels
8dcb2077b9 add screwholes to minimal base skeleton 2023-01-11 21:53:24 +01:00
Ruud Swinkels
7ec3f30ffe add baseplate screw together minimal 2023-01-11 21:44:13 +01:00
Ruud Swinkels
8d8827de6c refactor rounded cuboids/planes 2023-01-11 21:38:33 +01:00
Kenneth
c9b8df69e3 Added style_hole back to baseplates 2022-12-30 23:36:00 -07:00
Kenneth
183ec3e069
Merge pull request #39 from jazzhands/screw-together
screw-together baseplates
2022-12-30 13:47:26 -07:00
Kenneth
4e0afaaf31
Merge branch 'main' into screw-together 2022-12-30 13:46:33 -07:00
Kenneth
8d105235b7 line 33 screw count 2022-12-30 13:45:06 -07:00
Kenneth
3fa0a9a515 Implemented existing utility functions
Tweaked some parameter names and used patterns to reduce repeated code
2022-12-30 11:55:26 -07:00
Kenneth
c06aee5778
Merge pull request #38 from eddiesoller/use-drawer-dimensions-for-assertion
use drawer dimensions for assertion
2022-12-29 21:43:37 -07:00
sacha
c3a1bee8dc screw-together working 2022-12-27 15:22:36 -06:00
Eddie Soller
9b93f5945d use drawer dimensions for assertion
assertion previously used an uninitialized variable to assert either grid count or drawer size were specified.
this change updates the assertion to use the drawer dimension parameters. now a baseplate can be created purely with draw dimensions and without grid counts
2022-12-19 11:26:42 -08:00
Kenneth
d1b6468d5a remember to check commits 2022-11-18 12:30:56 -07:00
Kenneth
74e9cbfeb6 Merge branch 'main' of https://github.com/kennetek/gridfinity-rebuilt-openscad 2022-11-17 18:26:48 -07:00