Commit e54a1062 authored by Jan Koniarik's avatar Jan Koniarik
Browse files

fixed tile_H

parent f01131c4
example/tile_H_T24_5mm.png

12.4 KB | W: | H:

example/tile_H_T24_5mm.png

12.5 KB | W: | H:

example/tile_H_T24_5mm.png
example/tile_H_T24_5mm.png
example/tile_H_T24_5mm.png
example/tile_H_T24_5mm.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -57,11 +57,12 @@ module tile_H(class, h, n = 1, center_t = undef) render()
for (z = [ 0, top_offset ])
translate([ 0, 0, z ]) tile_center_hole(class, h = h);
mirror([ 1, 0, 0 ]) tile_screw_pos(class = class)
translate([ 0, 0, h / 2 ]) tile_screw_hole(class = class, h = h);
mirror([0,0,1])
mirror([ 1, 0, 0 ]) tile_screw_pos(class = class)
translate([ 0, 0, -h / 2 ]) tile_screw_hole(class = class, h = h);
tile_screw_pos(class = class)
translate([ 0, 0, top_offset + Tt(class) ]) rotate([ 180, 0, 0 ])
translate([ 0, 0, top_offset + Tt(class) ])
tile_screw_hole(class = class, h = h);
}
......
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