Move SF into its own directory, to seperate SF and Cura. Rename newui to gui.

master
daid 2012-03-27 17:20:30 +02:00
parent 09d33bb0cd
commit 8b3b3e5076
223 changed files with 39 additions and 38 deletions

View File

@ -14,9 +14,9 @@ import __init__
import sys
import platform
from optparse import OptionParser
from newui import sliceRun
from gui import sliceRun
__author__ = 'Daid'
__credits__ = """
@ -49,7 +49,7 @@ def main():
if len( args ) > 0:
sliceRun.runSlice(args)
else:
from newui import mainWindow
from gui import mainWindow
mainWindow.main()
if __name__ == '__main__':

Some files were not shown because too many files have changed in this diff Show More