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
103b6cf3
Commit
103b6cf3
authored
Dec 09, 2021
by
Jan Koniarik
Browse files
Modified sandwitch example
parent
861157bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
example/tile_sandwitch.png
View replaced file @
861157bc
View file @
103b6cf3
9.14 KB
|
W:
|
H:
8.54 KB
|
W:
|
H:
2-up
Swipe
Onion skin
example/tile_sandwitch.scad
View file @
103b6cf3
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 ]) {
for(m=[0,1]) mirror([0,0,m])
translate([ 0, 0, 12 ]) {
color("blue") tile_raw_plate(T24, 1, 1, 2);
translate([ 0, 0,
-12
]) color("red") tile_screw_pos(T24)
translate([ 0, 0,
8
]) color("red") tile_screw_pos(T24)
cylinder(d = Tscrew_d(T24), h = 8);
}
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