FlatCAMObjs now stored in ListStore. Expected to solve several issues. Some updates to the new architecture still pending.

This commit is contained in:
Juan Pablo Caram
2014-04-04 11:41:03 -04:00
parent 609561f7a3
commit 9740739f05
3 changed files with 95 additions and 57 deletions

View File

@@ -28,7 +28,7 @@ import simplejson as json
#from matplotlib.pyplot import plot
class Geometry:
class Geometry(object):
def __init__(self):
# Units (in or mm)
self.units = 'in'