chiark / gitweb /
Added ultimaker robot as example model, which is loaded on first start.
authordaid <daid303@gmail.com>
Thu, 6 Sep 2012 07:53:22 +0000 (09:53 +0200)
committerdaid <daid303@gmail.com>
Thu, 6 Sep 2012 07:53:22 +0000 (09:53 +0200)
Cura/example/UltimakerRobotCourseMesh.stl [new file with mode: 0644]
Cura/util/profile.py

diff --git a/Cura/example/UltimakerRobotCourseMesh.stl b/Cura/example/UltimakerRobotCourseMesh.stl
new file mode 100644 (file)
index 0000000..a465b78
Binary files /dev/null and b/Cura/example/UltimakerRobotCourseMesh.stl differ
index 9b3f2a48c84496f640094522e2257e3283b193c3..380e71c3a7ab9e72ca74cdf1bc046d3cddc222b2 100644 (file)
@@ -151,7 +151,7 @@ G92 E0
 preferencesDefaultSettings = {\r
        'wizardDone': 'False',\r
        'startMode': 'Simple',\r
-       'lastFile': '',\r
+       'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')),\r
        'machine_width': '205',\r
        'machine_depth': '205',\r
        'machine_height': '200',\r