Commit 5f51a59f authored by paulh-rnd's avatar paulh-rnd Committed by GitHub

Update boxmaker.py

Decided to go with 0.002" instead of 0.001" - still should cut on Epilogs according to this page:
http://support.epiloglaser.com/article/8205/29827/cutting-and-engraving-different-line-weights 
and it makes the lines a little more visible on the screen.
parent f6baea9e
......@@ -266,7 +266,7 @@ class BoxMaker(inkex.Effect):
# Set the line thickness
if hairline:
linethickness=self.unittouu('0.001in')
linethickness=self.unittouu('0.002in')
else:
linethickness=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment