1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 22:51:16 +02:00

Added functions to create property lists that are created by the client.

Foot, box, bbox, pbox, flat_hinge and strap_handle.
This commit is contained in:
Chris Palmer
2020-05-02 20:27:32 +01:00
parent c9aad0178e
commit 70b13d2f27
11 changed files with 40 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ use <../vitamins/insert.scad>
use <../printed/box.scad>
box = [M3_dome_screw, 3, DiBond, PMMA3, DiBond6, true, 150, 100, 70];
box = box(screw = M3_dome_screw, wall = 3, sheets = DiBond, top_sheet = PMMA3, base_sheet = DiBond6, feet = true, size = [150, 100, 70]);
include <../printed/box_assembly.scad>