more designs
This commit is contained in:
19
cnc_feet.scad
Normal file
19
cnc_feet.scad
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
//****************************************************************
|
||||
//* Name : Jack Feet *
|
||||
//* Author : Robert Joseph Korn *
|
||||
//* Notice : Copyright (c) 2015 Open Valley Consulting Corp *
|
||||
//* : All Rights Reserved *
|
||||
//* Date : 3/12/15 *
|
||||
//* Version : 1.0 *
|
||||
//* Notes : Simple feet to protect CNC table *
|
||||
//* : *
|
||||
//****************************************************************
|
||||
|
||||
bolt_dia = 6;
|
||||
|
||||
difference(){
|
||||
cylinder (r1=10,r2=(bolt_dia+2)/2,h=10, $fn=8);
|
||||
translate(v=[0,0,4]) cylinder(r=bolt_dia/2,h=8, $fn=50);
|
||||
}
|
||||
Reference in New Issue
Block a user