From: daid Date: Thu, 6 Sep 2012 07:53:22 +0000 (+0200) Subject: Added ultimaker robot as example model, which is loaded on first start. X-Git-Tag: 13.03~345 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f0963743eb7a85459f69a76b63f2cd8be97f8fec;p=cura.git Added ultimaker robot as example model, which is loaded on first start. --- diff --git a/Cura/example/UltimakerRobotCourseMesh.stl b/Cura/example/UltimakerRobotCourseMesh.stl new file mode 100644 index 00000000..a465b78a Binary files /dev/null and b/Cura/example/UltimakerRobotCourseMesh.stl differ diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 9b3f2a48..380e71c3 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -151,7 +151,7 @@ G92 E0 preferencesDefaultSettings = { 'wizardDone': 'False', 'startMode': 'Simple', - 'lastFile': '', + 'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')), 'machine_width': '205', 'machine_depth': '205', 'machine_height': '200',