chiark / gitweb /
Build with Aleph Objects' branch of CuraEngine.
authorJeff Moe <moe@alephobjects.com>
Sat, 27 Sep 2014 20:57:45 +0000 (14:57 -0600)
committerJeff Moe <moe@alephobjects.com>
Sat, 27 Sep 2014 20:57:45 +0000 (14:57 -0600)
modified:   package.sh

package.sh

index 70d4515ee52a35d6af70de6e5d349654f45922b6..c544020004ff1618acec0ee2ba74baf14ab30864 100755 (executable)
@@ -26,7 +26,7 @@ WIN_PORTABLE_PY_VERSION=2.7.2.1
 
 ##Which CuraEngine to use
 if [ -z ${CURA_ENGINE_REPO} ] ; then
-       CURA_ENGINE_REPO="https://github.com/Ultimaker/CuraEngine"
+       CURA_ENGINE_REPO="https://github.com/alephobjects/CuraEngine"
 fi
 
 #############################