implement test_TclCommandExteriors

implement test_TclCommandInteriors
This commit is contained in:
sopak
2016-04-24 22:44:28 +02:00
parent 23dc2059f0
commit 56ba233fd6
3 changed files with 50 additions and 2 deletions

View File

@@ -7,9 +7,9 @@ from test_TclCommandAddPolyline import *
# from test_TclCommandCncjob import *
# from test_TclCommandDrillcncjob import *
# from test_TclCommandExportGcode import *
# from test_TclCommandExteriors import *
from test_TclCommandExteriors import *
from test_TclCommandImportSvg import *
# from test_TclCommandInteriors import *
from test_TclCommandInteriors import *
from test_TclCommandIsolate import *
from test_TclCommandNew import *
from test_TclCommandNewGeometry import *