1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-29 02:17:37 +01:00

No longer makes holes for spool holder if spool is not defined.

This commit is contained in:
Chris Palmer 2016-02-20 22:52:31 +00:00
parent 2b9c3c994e
commit 48b54e63a4

View File

@ -718,7 +718,8 @@ module frame_stay(left) {
fixing_block_holes();
spool_holder_holes();
if(spool)
spool_holder_holes();
if(left)
translate([x + (sheet_thickness(frame) + fan_depth(case_fan)) / 2, fan_y, fan_z])