From 2860a3236076e85b6d79b10d9a379cde4a638a79 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 7 Nov 2019 15:27:01 +0100 Subject: [PATCH] SBCMicroRack: Comment out unfinished fan parameter --- boxes/generators/microrack.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boxes/generators/microrack.py b/boxes/generators/microrack.py index 414f9a1..e237c2f 100644 --- a/boxes/generators/microrack.py +++ b/boxes/generators/microrack.py @@ -90,10 +90,10 @@ class SBCMicroRack(Boxes): help="adds an additional vertical segment to hold the switch in place, works best w/ --stable" ) # TODO flesh this idea out better - self.argparser.add_argument( - "--fan", action='store', type=int, default=0, required=False, - help="ensure that the x width is at least this much and as well, draw a snug holder for a fan someplace" - ) + #self.argparser.add_argument( + # "--fan", action='store', type=int, default=0, required=False, + # help="ensure that the x width is at least this much and as well, draw a snug holder for a fan someplace" + # ) def paint_mounting_holes(self):