GIT.Harvie.CZ
/
mirrors
/
Designs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6060c60
)
Tighter hold
author
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sat, 18 Jan 2025 22:54:13 +0000
(23:54 +0100)
committer
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sat, 18 Jan 2025 22:54:13 +0000
(23:54 +0100)
openscad/cam_turret.scad
patch
|
blob
|
blame
|
history
diff --git
a/openscad/cam_turret.scad
b/openscad/cam_turret.scad
index c4cea78664955cc912bca1985057cb5aa0869691..a22c73ff7b7acfd5c8cefaa7cb5e5496f4657a41 100644
(file)
--- a/
openscad/cam_turret.scad
+++ b/
openscad/cam_turret.scad
@@
-1,3
+1,4
@@
+//Ball dome camera turret, (c) Tomas Mudrunka 2025
//I've printed this in PETG, 0.24mm layer, 0.6mm nozzle, no supports
$fn=64;
@@
-14,7
+15,7
@@
module camball(d, cutout=0, toler=0, lens=30) {
//Additional clearances to be removed from ball holder
if(cutout) {
//Hole to insert the ball
- translate([0,0,-d]) cylinder(d1=d+4, d2=d-
8
, h=d);
+ translate([0,0,-d]) cylinder(d1=d+4, d2=d-
9
, h=d);
//Range of ball rotation:
hull() for ( i = [0 : 10 : 70] ) {
This page took
0.113664 seconds
and
4
git commands to generate.