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:
67aa02d
)
colors
author
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sun, 19 Jan 2025 00:41:51 +0000
(
01:41
+0100)
committer
Tomas Mudrunka
<tomas.mudrunka@gmail.com>
Sun, 19 Jan 2025 00:41:51 +0000
(
01:41
+0100)
openscad/cam_turret.scad
patch
|
blob
|
blame
|
history
diff --git
a/openscad/cam_turret.scad
b/openscad/cam_turret.scad
index 0ebfa2debf92bbd2c52f3d1f7461ea3b29368e82..d9bde9de9ddebd06bff6288833f2d79dc111303c 100644
(file)
--- a/
openscad/cam_turret.scad
+++ b/
openscad/cam_turret.scad
@@
-102,9
+102,9
@@
module ballholder_full(d) {
}
}
-
//
camball(d=dia, cutout=0);
-ballholder_full(d=dia);
+
color("#444")
camball(d=dia, cutout=0);
+
color("white")
ballholder_full(d=dia);
//camball(d=dia, cutout=1);
-baseplate(dia);
+
color("white")
baseplate(dia);
This page took
0.195213 seconds
and
4
git commands to generate.