mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2025-02-11 21:23:48 -05:00
Fixed missing screw holes in blowers.
This commit is contained in:
parent
ab592e049c
commit
1a197ac823
@ -82,7 +82,8 @@ module blower(type) { //! Draw specified blower
|
|||||||
translate(blower_axis(type))
|
translate(blower_axis(type))
|
||||||
circle(d = blower_screw_hole(type) + 2 * blower_wall(type) + 7);
|
circle(d = blower_screw_hole(type) + 2 * blower_wall(type) + 7);
|
||||||
}
|
}
|
||||||
circle(d = blower_screw_hole(type));
|
translate(hole)
|
||||||
|
circle(d = blower_screw_hole(type));
|
||||||
|
|
||||||
shape(true);
|
shape(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user