From 4954055de8a91e2d166fb8412b9b650dc12b133e Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 21 Jul 2013 23:02:19 +0200 Subject: [PATCH] Set default burn to 0.05 --- boxes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes.py b/boxes.py index 807b988..3003809 100755 --- a/boxes.py +++ b/boxes.py @@ -359,7 +359,7 @@ class FingerHoles: class Boxes: - def __init__(self, width=300, height=200, thickness=3.0, burn=0.1): + def __init__(self, width=300, height=200, thickness=3.0, burn=0.05): self.thickness = thickness self.burn = burn self.spacing = 2*self.burn + 0.5 * self.thickness