Commit Graph

135 Commits

Author SHA1 Message Date
douzeb 1baa83e5ad Add some sample stl files 2023-05-22 09:05:07 +02:00
K Hodson 754e555a84 remove old license 2023-05-08 15:48:48 -07:00
Kenneth 3670916f50
updated license to MIT to match Zack's intention 2023-05-08 15:47:35 -07:00
Ruud ce9132f41c
Merge pull request #101 from 1337joe/improve-thrown-together-rendering
Fix ghosted hole cutout rendering
2023-04-25 21:37:54 +02:00
Joe Rogers 70b6e00e7e
Fix ghosted hole cutout rendering 2023-04-22 23:01:14 -04:00
Kenneth f8f3baefb0
Merge pull request #75 from Ruudjhuu/performance
improve performance
2023-03-17 09:41:21 -07:00
Kenneth adf460c6a1
Merge branch 'main' into performance 2023-03-17 09:39:43 -07:00
Kenneth 143b9d0971
Merge pull request #72 from Ruudjhuu/fix/holes_in_screw_together_to_close_to_bottom
Fix screw together hole too close too bottom
2023-03-17 09:31:18 -07:00
Ruud Swinkels cd6f68093f cleanup leftover code 2023-02-22 21:41:51 +01:00
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