mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-22 23:23:01 +02:00
Added simple Gridfinity generator and examples.
This commit is contained in:
9
examples/Gridfinity/scad/1x1_bin.scad
Normal file
9
examples/Gridfinity/scad/1x1_bin.scad
Normal file
@@ -0,0 +1,9 @@
|
||||
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);
|
Reference in New Issue
Block a user