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 62353b7f
authored
Jan 12, 2021
by
Hubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed overlapping drill holes
1 parent
8eb8d752
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
construction/cuts.scad
construction/full.stl
construction/pipes.scad
construction/cuts.scad
View file @
62353b7
...
@@ -68,7 +68,7 @@ module gx12drill(z) {
...
@@ -68,7 +68,7 @@ module gx12drill(z) {
}
}
module pipedrill() {
module pipedrill() {
translate([1,
5
,0]) cylinder(d=0.6,h=50, $fn=10);
translate([1,
6
,0]) cylinder(d=0.6,h=50, $fn=10);
}
}
module drills(x,y,z) {
module drills(x,y,z) {
...
...
construction/full.stl
View file @
62353b7
This diff could not be displayed because it is too large.
construction/pipes.scad
View file @
62353b7
...
@@ -21,7 +21,7 @@ module sidepipe(z) {
...
@@ -21,7 +21,7 @@ module sidepipe(z) {
}
}
module pipes(z) {
module pipes(z) {
translate([1,
5
,0]) {
translate([1,
6
,0]) {
color("#fff") sidepipe(z);
color("#fff") sidepipe(z);
color("#fff") translate([0,0,1.1]) {
color("#fff") translate([0,0,1.1]) {
pushInAdapterStraignt();
pushInAdapterStraignt();
...
...
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