1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-21 06:41:30 +02:00

Added platters and extrusion overrides to the example project.

This commit is contained in:
Chris Palmer
2021-09-16 22:11:57 +01:00
parent c9c094248e
commit dc93b8dcdf
17 changed files with 102611 additions and 13102 deletions

View File

@@ -0,0 +1,11 @@
include <NopSCADlib/core.scad>
*use_stl("socket_box"); // Importing the STL gives a CGAL error although NetFabb finds nothing wrong with it.
use <../scad/bob_main.scad>
render() socket_box_stl();
for(i = [0 : 3])
translate([i * 25 - 1.5 * 25, -70])
use_stl("foot");