mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 06:57:27 +02:00
10 lines
203 B
OpenSCAD
10 lines
203 B
OpenSCAD
include <NopSCADlib/core.scad>
|
|
|
|
use <NopSCADlib/printed/gridfinity.scad>
|
|
|
|
box = gridfinity_bin("1x1_bin", 1, 1, 5);
|
|
|
|
module 1x1_bin_stl()
|
|
gridfinity_bin(box)
|
|
gridfinity_partition(box, 1, 1);
|