From 6164e162b561e7b8f782a9e729f35d53b5f68edb Mon Sep 17 00:00:00 2001 From: Guillaume Seguin Date: Sat, 18 May 2013 18:36:11 +0200 Subject: [PATCH] Remove old comment --- printrun/gviz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/printrun/gviz.py b/printrun/gviz.py index d14cbba..953fd2c 100755 --- a/printrun/gviz.py +++ b/printrun/gviz.py @@ -352,7 +352,6 @@ class gviz(wx.Panel): arc = [_x(start_pos[0]), _y(start_pos[1]), _x(target[0]), _y(target[1]), _x(start_pos[0] + target[5]), _y(start_pos[1] + target[6])] - # FIXME : verify this works : why not reverse endpoints 4, 5 if gline.command == "G2": # clockwise, reverse endpoints arc[0], arc[1], arc[2], arc[3] = arc[2], arc[3], arc[0], arc[1]