diff options
| -rwxr-xr-x | share/extensions/cubicsuperpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/cubicsuperpath.py b/share/extensions/cubicsuperpath.py index 21c6174e1..8be2ad42c 100755 --- a/share/extensions/cubicsuperpath.py +++ b/share/extensions/cubicsuperpath.py @@ -44,6 +44,7 @@ def norm(pt): def ArcToPath(p1,params): A=p1[:] rx,ry,teta,longflag,sweepflag,x2,y2=params[:] + teta = teta*pi/180.0 B=[x2,y2] if rx==0 or ry==0: return([[A,A,A],[B,B,B]]) |
