Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
3
3dthings
Project
Project
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
3dmodeling
3dthings
Commits
801e49ec
Commit
801e49ec
authored
Jul 12, 2014
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create vacuum.scad
parent
f5b777d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
vacuum.scad
vacuum_table/vacuum.scad
+21
-0
No files found.
vacuum_table/vacuum.scad
0 → 100644
View file @
801e49ec
difference(){
union(){
difference(){
cube([165,105,40]);
translate([3,3,3]){
cube([159,99,37]);
}
translate([1.5,1.5,38]){
cube([162,102,2]);
}
}
translate([30,0,20]) {
rotate([90,0,0]) cylinder(r=14,h=30,$fn=100);
}
}
translate([30,0,20]) {
rotate([90,0,0]) {
translate([0,0,-5]) cylinder(r=10,h=40,$fn=100);
}
}
}
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