more cleanup and documentation

This commit is contained in:
Edward Kisiel
2024-01-31 21:36:04 -05:00
parent a33450ac21
commit e5b9e8263c
17 changed files with 1673 additions and 748 deletions

View File

@@ -15,7 +15,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>
Code released under GPLv3: http://www.gnu.org/licenses/gpl.html
access_port(size, orientation)
access_cover(size, orientation)
*/
/*
NAME: access_port
DESCRIPTION: creates opening and structure for access openings
TODO: none
@@ -29,7 +34,7 @@
*/
module access_port(size, orientation) {
floorthick = size[2];
adj = .01;
$fn = 90;
@@ -97,7 +102,7 @@ module access_port(size, orientation) {
*/
module access_cover(size, orientation) {
floorthick = size[2];
adj = .01;
$fn = 90;