From db2c46f3312b68c3a69ddbdecb8961934237fabc Mon Sep 17 00:00:00 2001 From: looooo Date: Thu, 8 Sep 2016 17:16:08 +0200 Subject: [PATCH] bevel fix --- gearfunc/_bevel_tooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gearfunc/_bevel_tooth.py b/gearfunc/_bevel_tooth.py index 33b257a..714a092 100644 --- a/gearfunc/_bevel_tooth.py +++ b/gearfunc/_bevel_tooth.py @@ -152,7 +152,7 @@ class bevel_tooth(object): array([pts1[-2], pts1[-1]]) ])) else: - return(array([pts, [pts[-1], pts1[0]], pts1])) + return(array([pts, array([pts[-1], pts1[0]]), pts1])) def _update(self): self.__init__(z=self.z, clearance=self.clearance,