Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Koniarik
tile
Commits
19cd3463
Commit
19cd3463
authored
Jan 04, 2020
by
Jan Koniarik
Browse files
added sandwitch example
parent
7eb6d256
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
example/README.md
View file @
19cd3463
...
...
@@ -4,3 +4,5 @@





example/tile_sandwitch.png
0 → 100644
View file @
19cd3463
8.26 KB
example/tile_sandwitch.scad
0 → 100644
View file @
19cd3463
include<../tile.scad>
translate([ 0, 0, -6 ]) {
color("blue") tile_raw_plate(T24, 1, 1, 2);
translate([ 0, 0, -12 ]) color("red") tile_screw_pos(T24)
cylinder(d = Tscrew_d(T24), h = 8);
}
color("yellow") tile(T24, h = 5);
translate([ 0, 0, 12 ]) rotate([ 0, 180, 0 ]) {
color("blue") tile_raw_plate(T24, 1, 1, 2);
translate([ 0, 0, -12 ]) color("red") tile_screw_pos(T24)
cylinder(d = Tscrew_d(T24), h = 8);
}
example/tile_sandwitch.stl
0 → 100644
View file @
19cd3463
This diff is collapsed.
Click to expand it.
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