chiark / gitweb /
With the improved loading time we can add the high quality robot with support.
authordaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 10:33:45 +0000 (12:33 +0200)
committerdaid303 <daid303@gmail.com>
Thu, 4 Oct 2012 10:33:45 +0000 (12:33 +0200)
Cura/example/Attribution.txt
Cura/example/UltimakerRobotCourseMesh.stl [deleted file]
Cura/example/UltimakerRobot_support.stl [new file with mode: 0644]
Cura/util/profile.py

index 27be0baaf54574847745f030c6aa3e6c1100fe0e..7397f9f2aaa4961f02c9f83fccc8f79373d6d04d 100644 (file)
@@ -2,9 +2,8 @@ All the models in this example directory can be found on Thingiverse (www.thingi
 \r
 The below models are shared under the CC BY-NC 3.0 license (http://creativecommons.org/licenses/by-nc/3.0/), and can be shared and used freely for none-commercial purposes as long as attribution is added:\r
 \r
-* UltimakerRobotCourseMesh.stl: Ultimaker Robot Low Poly by polymaker\r
-  http://www.thingiverse.com/thing:14472\r
-  Derivative of Ultimaker Robot by Martijn: http://www.thingiverse.com/thing:11551\r
+* UltimakerRobot_support.stl: Ultimaker Robot by Martijn\r
+  http://www.thingiverse.com/thing:11551\r
 \r
 The below models are shared under the CC BY-SA 3.0 license (http://creativecommons.org/licenses/by-sa/3.0/), and can be shared and used freely as long as attribution is added:\r
 \r
diff --git a/Cura/example/UltimakerRobotCourseMesh.stl b/Cura/example/UltimakerRobotCourseMesh.stl
deleted file mode 100644 (file)
index a465b78..0000000
Binary files a/Cura/example/UltimakerRobotCourseMesh.stl and /dev/null differ
diff --git a/Cura/example/UltimakerRobot_support.stl b/Cura/example/UltimakerRobot_support.stl
new file mode 100644 (file)
index 0000000..7cf0d98
Binary files /dev/null and b/Cura/example/UltimakerRobot_support.stl differ
index a528c1eb4d53886f3a7d3ec88eb03d3de7d3ea6f..ea269d785a245b34472e7a1b9f5afeafbcc46ba0 100644 (file)
@@ -149,7 +149,7 @@ G92 E0
 preferencesDefaultSettings = {\r
        'wizardDone': 'False',\r
        'startMode': 'Simple',\r
-       'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')),\r
+       'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobot_support.stl')),\r
        'machine_width': '205',\r
        'machine_depth': '205',\r
        'machine_height': '200',\r