Thingiverse
OpenSCAD OmniStand Mount Library
by Xerxes3rd
4
Downloads
0
Likes
0
Makes
An OpenSCAD library that allows you to create an OmniStand mounting "hole" in whatever part you want! For example:
difference()
{
translate([-10.5, -10.5, 0])
cube([21, 21, 17]);
omnilock();
}
...will get you a small cube with an Omnistand mounting hole in it.
NOTE: Sometimes the Preview function in OpneSCAD doesn't display the "hole" properly. Doing a full render, however, seems to work fine.
Thanks again to the excellent BaronWilliams for
difference()
{
translate([-10.5, -10.5, 0])
cube([21, 21, 17]);
omnilock();
}
...will get you a small cube with an Omnistand mounting hole in it.
NOTE: Sometimes the Preview function in OpneSCAD doesn't display the "hole" properly. Doing a full render, however, seems to work fine.
Thanks again to the excellent BaronWilliams for
Sign in to leave a comment
Sign in