Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
masterarbeit-kai
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philipp Adolf
masterarbeit-kai
Commits
3a9ab9bd
Commit
3a9ab9bd
authored
Jul 28, 2017
by
Kai Westerkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
7c84a9ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
vive 2.0.scad
Halterungen/vive 2.0.scad
+14
-3
No files found.
Halterungen/vive 2.0.scad
View file @
3a9ab9bd
...
...
@@ -3,6 +3,17 @@ module base(){
difference() {
cube([70,4,66]);
cube([10,4,10]);
// translate([60,-4
,56]) cube([10,4,10]);
translate([60,0
,56]) cube([10,4,10]);
}
}
\ No newline at end of file
}
module HohlZylinder(size=10, thickness = 5){
difference() {
cylinder(30,size,size,false);
cylinder(30,size-thickness,size-thickness,false);
}
}
base();
translate([35,4,33]) rotate([-90,0,0]) HohlZylinder(20,5);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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