mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 05:57:33 +08:00
Merge branch 'master' of github.com:daid/Cura
This commit is contained in:
commit
3ec6fa40d6
@ -14,9 +14,9 @@ import __init__
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from newui import sliceRun
|
|
||||||
|
from util import sliceRun
|
||||||
|
|
||||||
__author__ = 'Daid'
|
__author__ = 'Daid'
|
||||||
__credits__ = """
|
__credits__ = """
|
||||||
@ -49,7 +49,7 @@ def main():
|
|||||||
if len( args ) > 0:
|
if len( args ) > 0:
|
||||||
sliceRun.runSlice(args)
|
sliceRun.runSlice(args)
|
||||||
else:
|
else:
|
||||||
from newui import mainWindow
|
from gui import mainWindow
|
||||||
mainWindow.main()
|
mainWindow.main()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user