Thingiverse
OpenSCAD XbyY object replicator
by tonyhansen
3
Downloads
2
Likes
0
Makes
use LT XbyY.scad GT
(Replace LT with less than and GT with greater than. No matter what I do, I can't seem to get real less than/greater than to appear here.)
Save the SCAD file into a directory in your library path. Add the use statement to the top of your OpenSCAD code. Then call XbyY() with an object.
Use this module to replicate any other series of OpenSCAD items, a certain number across and another number deep. For example,
XbyY(maxX=3,maxY=4,bounds=10,spacing=3) cube(10);
XbyY
(Replace LT with less than and GT with greater than. No matter what I do, I can't seem to get real less than/greater than to appear here.)
Save the SCAD file into a directory in your library path. Add the use statement to the top of your OpenSCAD code. Then call XbyY() with an object.
Use this module to replicate any other series of OpenSCAD items, a certain number across and another number deep. For example,
XbyY(maxX=3,maxY=4,bounds=10,spacing=3) cube(10);
XbyY
Sign in to leave a comment
Sign in