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',