From: daid303 Date: Thu, 4 Oct 2012 10:33:45 +0000 (+0200) Subject: With the improved loading time we can add the high quality robot with support. X-Git-Tag: 13.03~284 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=459dbee2bd52edb39efc4dd671f7e94adb8efcf9;p=cura.git With the improved loading time we can add the high quality robot with support. --- diff --git a/Cura/example/Attribution.txt b/Cura/example/Attribution.txt index 27be0baa..7397f9f2 100644 --- a/Cura/example/Attribution.txt +++ b/Cura/example/Attribution.txt @@ -2,9 +2,8 @@ All the models in this example directory can be found on Thingiverse (www.thingi 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: -* UltimakerRobotCourseMesh.stl: Ultimaker Robot Low Poly by polymaker - http://www.thingiverse.com/thing:14472 - Derivative of Ultimaker Robot by Martijn: http://www.thingiverse.com/thing:11551 +* UltimakerRobot_support.stl: Ultimaker Robot by Martijn + http://www.thingiverse.com/thing:11551 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: diff --git a/Cura/example/UltimakerRobotCourseMesh.stl b/Cura/example/UltimakerRobotCourseMesh.stl deleted file mode 100644 index a465b78a..00000000 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 index 00000000..7cf0d98c Binary files /dev/null and b/Cura/example/UltimakerRobot_support.stl differ diff --git a/Cura/util/profile.py b/Cura/util/profile.py index a528c1eb..ea269d78 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -149,7 +149,7 @@ G92 E0 preferencesDefaultSettings = { 'wizardDone': 'False', 'startMode': 'Simple', - 'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')), + 'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobot_support.stl')), 'machine_width': '205', 'machine_depth': '205', 'machine_height': '200',