enabled no_holes for baseplate
This commit is contained in:
parent
0ec8fff90a
commit
d96415610b
1 changed files with 4 additions and 2 deletions
|
@ -405,8 +405,10 @@ module baseplate(gridx, gridy, length, div_base_x, div_base_y, style_hole, weigh
|
||||||
|
|
||||||
pattern_linear(gridx, gridy, length)
|
pattern_linear(gridx, gridy, length)
|
||||||
union() {
|
union() {
|
||||||
rotate([180,0,0])
|
if (style_hole != 0) {
|
||||||
block_base_hole(style_hole, bp_h_bot - bp_z_offset - bp_csink_h);
|
rotate([180,0,0])
|
||||||
|
block_base_hole(style_hole, bp_h_bot - bp_z_offset - bp_csink_h);
|
||||||
|
}
|
||||||
|
|
||||||
if (bottom_cutout) {
|
if (bottom_cutout) {
|
||||||
translate([0,0,-1*(bp_h_bot + bp_z_offset)])
|
translate([0,0,-1*(bp_h_bot + bp_z_offset)])
|
||||||
|
|
Loading…
Reference in a new issue