Change default of mount_hole to 0
This commit is contained in:
parent
bad114400f
commit
427a6fc54b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue