*.pyc
*.zip
*.exe
-osx64-SkeinPyPy-NewUI*
-win32-SkeinPyPy-NewUI*
-linux-SkeinPyPy-NewUI*
+osx64-Cura-NewUI*
+win32-Cura-NewUI*
+linux-Cura-NewUI*
Printrun
app = wx.App(False)
if profile.getPreference('wizardDone') == 'False':
if os.name == 'darwin':
- wx.MessageBox('The MacOS version of Cura is experimental.\nThere are still UI/usability bugs. Check the issue list at:\nhttps://github.com/daid/SkeinPyPy/issues\nfor details.\nPlease report any extra issue you find.', 'MacOS Warning', wx.OK | wx.ICON_INFORMATION)
+ wx.MessageBox('The MacOS version of Cura is experimental.\nThere are still UI/usability bugs. Check the issue list at:\nhttps://github.com/daid/Cura/issues\nfor details.\nPlease report any extra issue you find.', 'MacOS Warning', wx.OK | wx.ICON_INFORMATION)
configWizard.configWizard()
profile.putPreference("wizardDone", "True")
mainWindow()
helpMenu = wx.Menu()
i = helpMenu.Append(-1, 'Online documentation...')
- self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://github.com/daid/SkeinPyPy/wiki'), i)
+ self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://github.com/daid/Cura/wiki'), i)
i = helpMenu.Append(-1, 'Report a problem...')
- self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://github.com/daid/SkeinPyPy/issues'), i)
+ self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://github.com/daid/Cura/issues'), i)
menubar.Append(helpMenu, 'Help')
self.SetMenuBar(menubar)
#!/bin/bash
-# This script is to package the SkeinPyPy package for Windows/Linux and OSx
+# This script is to package the Cura package for Windows/Linux and OSx
# This script should run under Linux and OSx, as well as Windows with Cygwin.
#############################
ARCHIVE_FOR_DISTRIBUTION=1
##Which version name are we appending to the final archive
BUILD_NAME=NewUI-Beta4
-TARGET_DIR=${BUILD_TARGET}-SkeinPyPy-${BUILD_NAME}
+TARGET_DIR=${BUILD_TARGET}-Cura-${BUILD_NAME}
##Which versions of external programs to use
PYPY_VERSION=c-jit-latest
rm -rf ${TARGET_DIR}/pypy/lib-python/2.7/test
#add Skeinforge
-cp -a SkeinPyPy ${TARGET_DIR}/SkeinPyPy
+cp -a Cura ${TARGET_DIR}/Cura
#add printrun
cp -a Printrun ${TARGET_DIR}/Printrun
fi
SCRIPT_DIR=`dirname $0`
-python ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py
+python ${SCRIPT_DIR}/Cura/cura.py
fi
SCRIPT_DIR=`dirname $0`
-python ${SCRIPT_DIR}/SkeinPyPy/skeinpypy.py
+python ${SCRIPT_DIR}/Cura/cura.py
-@python\python.exe SkeinPyPy\SkeinPyPy.py
+@python\python.exe Cura\cura.py