1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-08 16:36:29 +02:00
Files

12 lines
282 B
OpenSCAD

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");