chiark / gitweb /
Turned new version check off by default and removed check at Ultimaker website.
authorSteven Abadie <steven@alephobjects.com>
Mon, 1 Dec 2014 06:28:14 +0000 (23:28 -0700)
committerSteven Abadie <steven@alephobjects.com>
Mon, 1 Dec 2014 06:28:14 +0000 (23:28 -0700)
Cura/util/profile.py
Cura/util/version.py
scripts/linux/debian_i386/DEBIAN/control

index a417c1ac705a95e93c78a9342b4819e6d6d01502..4914e4ccbc066ae1ad114cf4041c43fd08fe2fd8 100644 (file)
@@ -471,7 +471,7 @@ setting('save_profile', 'False', bool, 'preference', 'hidden').setLabel(_("Save
 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."))
 setting('auto_detect_sd', 'True', bool, 'preference', 'hidden').setLabel(_("Auto detect SD card drive"), _("Auto detect the SD card. You can disable this because on some systems external hard-drives or USB sticks are detected as SD card."))
-setting('check_for_updates', 'True', bool, 'preference', 'hidden').setLabel(_("Check for updates"), _("Check for newer versions of Cura on startup"))
+setting('check_for_updates', 'False', bool, 'preference', 'hidden').setLabel(_("Check for updates"), _("Check for newer versions of Cura on startup"))
 setting('submit_slice_information', 'False', bool, 'preference', 'hidden').setLabel(_("Send usage statistics"), _("Submit anonymous usage information to improve future versions of Cura"))
 setting('youmagine_token', '', str, 'preference', 'hidden')
 setting('filament_physical_density', '1240', float, 'preference', 'hidden').setRange(500.0, 3000.0).setLabel(_("Density (kg/m3)"), _("Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. This value is used to estimate the weight if the filament used for the print."))
index 0a52fc2e0b2830fab1e02ab35bfd6d5e11ba6f80..88ce41608bcca87e168b9b0d78ba92130e07a0da 100644 (file)
@@ -63,7 +63,7 @@ def checkForNewerVersion():
        if isDevVersion():
                return None
        try:
-               updateBaseURL = 'http://software.ultimaker.com'
+               updateBaseURL = ''
                localVersion = map(int, getVersion(False).split('.'))
                while len(localVersion) < 3:
                        localVersion += [1]
index e8a801415c72f1b92e9e95cdd00a49b6ef3105f9..ed4d86facf3159bffd17166e0df065d68f80aae2 100755 (executable)
@@ -1,5 +1,5 @@
 Package: cura
-Version: 14.01-1.10-xxxx
+Version: 14.01-1.10-32cid
 Section: misc
 Priority: optional
 Architecture: i386