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
e54a1062
Commit
e54a1062
authored
Jan 30, 2021
by
Jan Koniarik
Browse files
fixed tile_H
parent
f01131c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
example/tile_H_T24_5mm.png
View replaced file @
f01131c4
View file @
e54a1062
12.4 KB
|
W:
|
H:
12.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
tile.scad
View file @
e54a1062
...
...
@@ -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);
}
...
...
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