mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:10:37 +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 platform
|
||||
|
||||
from optparse import OptionParser
|
||||
from newui import sliceRun
|
||||
|
||||
from util 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
Loading…
x
Reference in New Issue
Block a user