Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Hubert
/
Kompost
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 837c6230
authored
Jan 12, 2021
by
Hubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified drill slides
1 parent
62353b7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
construction/cuts.scad
construction/full.scad
construction/screws.scad
construction/cuts.scad
View file @
837c623
include<vars.scad>
module cornerdrills() {
translate([4.4,0.8,0]) {
translate([3.9,0.8,0]) {
cylinder(d=1.2,h=4, $fn=10);
}
translate([2.4,0.8,0]) {
hull() {
cylinder(d=0.6,h=50, $fn=10);
translate([
2
,0,0])
translate([
1.5
,0,0])
cylinder(d=0.6,h=50, $fn=10);
}
}
translate([0.8,2.4,0]) {
hull() {
cylinder(d=0.6,h=40, $fn=10);
translate([0,
2
,0]) cylinder(d=0.6,h=40, $fn=10);
translate([0,
1.5
,0]) cylinder(d=0.6,h=40, $fn=10);
}
}
translate([0.8,
4.4
,10]) {
translate([0.8,
3.9
,10]) {
cylinder(d=1.2,h=20, $fn=10);
}
}
module draindrills(x,y) {
...
...
construction/full.scad
View file @
837c623
...
...
@@ -4,6 +4,8 @@ include<cuts.scad>
include<screws.scad>
include<pipes.scad>
locked = true;
translate([0,0,2]) euroboxlid(30,40);
translate([0,0,-7]) {
...
...
@@ -16,7 +18,7 @@ translate([0,0,6.3]) {
eurobox(30,40,22,handle=true);
drills(30,40,22);
}
screws(30,40,22, locked=
true
);
screws(30,40,22, locked=
locked
);
pipes(22);
}
...
...
@@ -25,6 +27,6 @@ translate([0,0,6.3+21.3/* +4 */]) {
eurobox(30,40,22,handle=true);
drills(30,40,22);
}
screws(30,40,22, locked=
true
);
screws(30,40,22, locked=
locked
);
pipes(22);
}
construction/screws.scad
View file @
837c623
...
...
@@ -66,7 +66,7 @@ module hinges(locked) {
}
module cornerscrews(z, locked) {
shift = locked ? 0 :
2
;
shift = locked ? 0 :
1.5
;
translate([2.4 + shift
, 0.8
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment