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:
d43bfd8
)
Upload na thingiverse
author
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sun, 19 Jan 2025 02:52:53 +0000
(
03:52
+0100)
committer
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sun, 19 Jan 2025 02:52:53 +0000
(
03:52
+0100)
openscad/cam_turret.scad
patch
|
blob
|
blame
|
history
diff --git
a/openscad/cam_turret.scad
b/openscad/cam_turret.scad
index d9bde9de9ddebd06bff6288833f2d79dc111303c..4dd7b5a995e3db801a77e992b04cf91969d6a27a 100644
(file)
--- a/
openscad/cam_turret.scad
+++ b/
openscad/cam_turret.scad
@@
-96,15
+96,16
@@
module ballholder_full(d) {
difference() {
ballholder(dia);
- camball(d=dia, cutout=1, toler=
tol
);
+ camball(d=dia, cutout=1, toler=
0
);
baseplate(dia, toler=tol);
translate([0,0,63]) cube([100,100,100], center=true); //Truncate sharp top
}
}
-color("#444") camball(d=dia, cutout=0);
+
//
color("#444") camball(d=dia, cutout=0);
color("white") ballholder_full(d=dia);
//camball(d=dia, cutout=1);
+translate([dia*2,0,0])
color("white") baseplate(dia);
This page took
0.127158 seconds
and
4
git commands to generate.