From: Steven Abadie Date: Mon, 1 Dec 2014 06:28:14 +0000 (-0700) Subject: Turned new version check off by default and removed check at Ultimaker website. X-Git-Tag: 14.09-1.18~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b2fcec8dfd1e3b5dd7504f84745256e3867bb38b;p=cura.git Turned new version check off by default and removed check at Ultimaker website. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index a417c1ac..4914e4cc 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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.")) diff --git a/Cura/util/version.py b/Cura/util/version.py index 0a52fc2e..88ce4160 100644 --- a/Cura/util/version.py +++ b/Cura/util/version.py @@ -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] diff --git a/scripts/linux/debian_i386/DEBIAN/control b/scripts/linux/debian_i386/DEBIAN/control index e8a80141..ed4d86fa 100755 --- a/scripts/linux/debian_i386/DEBIAN/control +++ b/scripts/linux/debian_i386/DEBIAN/control @@ -1,5 +1,5 @@ Package: cura -Version: 14.01-1.10-xxxx +Version: 14.01-1.10-32cid Section: misc Priority: optional Architecture: i386