X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Cura%2Futil%2Fprofile.py;h=881bf8e00e7a64b1b4d8046964761c2895b6a189;hb=707526252f6dccca50e7c7f193003ce7a1f42096;hp=45f052c71d898af1d24866bdb965974b5feb28ec;hpb=afba7f6f43f4782e7770dd46df08f13a4705a347;p=cura.git diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 45f052c7..881bf8e0 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -1370,6 +1370,7 @@ def getAlterationFileContents(filename, extruderCount = 1): return unicode(prefix + re.sub("(.)\{([^\}]*)\}", replaceTagMatch, alterationContents).rstrip() + '\n' + postfix).strip().encode('utf-8') + '\n' def performVersionUpgrade(): + putPreference("printing_window", "Advanced") for n in xrange(0, getMachineCount()): # This is a hack around an issue where the machine type in the wizard # changed and causes some people to have it set to lulzbot_TAZ and some