Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
psicom
dev_sluice
Commits
91dbb6dd
Commit
91dbb6dd
authored
Feb 28, 2014
by
juergen
Browse files
a few improvements, picture with miners moss added
parent
81ca0a18
Changes
3
Hide whitespace changes
Inline
Side-by-side
atspace2.jpg
0 → 100644
View file @
91dbb6dd
702 KB
readme.md
View file @
91dbb6dd
...
...
@@ -14,4 +14,7 @@ Hacker's sluice box

Erstes Bild mit Fluss-Extension

\ No newline at end of file

Zweites Bild mit Fluss-Extension und Miners Moss

\ No newline at end of file
sluice.scad
View file @
91dbb6dd
...
...
@@ -85,8 +85,8 @@ module bankerextension(length, width, height, thick, hole){
color("silver"){
union(){
union(){
//
Gitter
*cube([(length/2),width,thick
]);
//
backplane
translate([0,0,height/3]) cube([thick, width, height/3*2
]);
// oberer Boden
translate([length/2,0,0]){
cube([length/2,width,thick]);
...
...
@@ -103,6 +103,10 @@ module bankerextension(length, width, height, thick, hole){
translate([0,width,0]) cube([length,thick,height]);
translate([length,0,0]) cube([thick, width, height]);
}
// grid
for (x = [0 : 4 : 40]){
translate([x, 0, 0]) cube([2, width, thick]);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment