chiark / gitweb /
Replaced Robot stl with Open Hardware Keychain.
authorSteven Abadie <sabadie31@gmail.com>
Sun, 21 Sep 2014 17:05:04 +0000 (11:05 -0600)
committerSteven Abadie <sabadie31@gmail.com>
Sun, 21 Sep 2014 17:05:04 +0000 (11:05 -0600)
Cura/gui/app.py
Cura/util/profile.py
resources/example/Attribution.txt

index 33996fa8edc819207d9ddf7f907b2fd38dba6de9..afcd832d9002da9c9c45ad96d0ca047c0756cd4e 100644 (file)
@@ -125,7 +125,7 @@ class CuraApp(wx.App):
                                profile.loadPreferences(os.path.join(otherCuraInstalls[-1], 'preferences.ini'))
                                profile.loadProfile(os.path.join(otherCuraInstalls[-1], 'current_profile.ini'))
                        #Check if we need to copy our examples
-                       exampleFile = os.path.normpath(os.path.join(resources.resourceBasePath, 'example', 'UltimakerRobot_support.stl'))
+                       exampleFile = os.path.normpath(os.path.join(resources.resourceBasePath, 'example', 'OpenHardwareKeychain.stl'))
 
                        self.loadFiles = [exampleFile]
                        if self.splash is not None:
index c41cd843167e1bf626cefc43880d846190ccfc08..f4c17676c48500170b83b51f910a1b03f708b069 100644 (file)
@@ -466,7 +466,7 @@ setting('postSwitchExtruder.gcode', """;Switch between the current extruder and
 
 setting('startMode', 'Simple', ['Simple', 'Normal'], 'preference', 'hidden')
 setting('oneAtATime', 'True', bool, 'preference', 'hidden')
-setting('lastFile', os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'resources', 'example', 'UltimakerRobot_support.stl')), str, 'preference', 'hidden')
+setting('lastFile', os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'resources', 'example', 'OpenHardwareKeychain.stl')), str, 'preference', 'hidden')
 setting('save_profile', 'False', bool, 'preference', 'hidden').setLabel(_("Save profile on slice"), _("When slicing save the profile as [stl_file]_profile.ini next to the model."))
 setting('filament_cost_kg', '0', float, 'preference', 'hidden').setLabel(_("Cost (price/kg)"), _("Cost of your filament per kg, to estimate the cost of the final print."))
 setting('filament_cost_meter', '0', float, 'preference', 'hidden').setLabel(_("Cost (price/m)"), _("Cost of your filament per meter, to estimate the cost of the final print."))
index 6a83754f2e50d24f411f761270b7dce6a6a5ef8a..df4588dd5242fbf3b9b678209311beb64f250d87 100644 (file)
@@ -4,3 +4,6 @@ The below models are shared under the CC BY-SA 3.0 license (http://creativecommo
 \r
 * UltimakerHandle.stl: Ultimaker handle by Silvius\r
   http://www.thingiverse.com/thing:22819\r
+\r
+* OpenHardwareKeychain.stl: Open Hardware Keychain by kevinkline4124\r
+  http://www.thingiverse.com/thing:21596\r