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:
parent
2b9c3c994e
commit
48b54e63a4
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user