Skip to content
Snippets Groups Projects
Commit 13e37fe7 authored by Elmom's avatar Elmom
Browse files

Make underside of block level

parent 7e351e15
No related merge requests found
......@@ -142,8 +142,8 @@ module post(height) {
module reinforcement(height) {
union() {
translate([0,0,height*block_height/2]) union() {
cube([reinforcing_width,knob_spacing+knob_diameter+wall_thickness/2,height*block_height-roof_thickness/2],center=true);
rotate(v=[0,0,1],a=90) cube([reinforcing_width,knob_spacing+knob_diameter+wall_thickness/2,height*block_height-roof_thickness/2], center=true);
cube([reinforcing_width,knob_spacing+knob_diameter+wall_thickness/2,height*block_height],center=true);
rotate(v=[0,0,1],a=90) cube([reinforcing_width,knob_spacing+knob_diameter+wall_thickness/2,height*block_height], center=true);
}
}
}
......
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