From 427a6fc54b214b46bae9a7c749563acad32d09a4 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 29 Mar 2017 07:42:15 +0200 Subject: [PATCH] Change default of mount_hole to 0 --- boxes/gears.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/gears.py b/boxes/gears.py index 26d3ab9..1e38262 100644 --- a/boxes/gears.py +++ b/boxes/gears.py @@ -321,7 +321,7 @@ class Gears(): self.OptionParser.add_option("", "--mount-hole", action="store", type="float", - dest="mount_hole", default=5, + dest="mount_hole", default=0., help="Mount hole diameter") self.OptionParser.add_option("", "--mount-diameter",