Commit 103b6cf3 authored by Jan Koniarik's avatar Jan Koniarik
Browse files

Modified sandwitch example

parent 861157bc
example/tile_sandwitch.png

9.14 KB | W: | H:

example/tile_sandwitch.png

8.54 KB | W: | H:

example/tile_sandwitch.png
example/tile_sandwitch.png
example/tile_sandwitch.png
example/tile_sandwitch.png
  • 2-up
  • Swipe
  • Onion skin
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);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment