1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-08 22:21:25 +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

@@ -25,7 +25,7 @@ include <../printed/butt_box.scad>
$explode = 0;
box = [M3_dome_screw, DiBond, DiBond6, PMMA3, 250, 400, 300, 120];
box = bbox(screw = M3_dome_screw, sheets = DiBond, base_sheet = DiBond6, top_sheet = PMMA3, span = 250, size = [400, 300, 120]);
module bbox_assembly() _bbox_assembly(box);