chiark / gitweb /
Fix the bug where the M140 for bed temperature is not added in the start code.
[cura.git] / Cura / cura.py
index 7c847c38a0a9196aa537a5757ff2227ac7d2a268..2172a4bfa5959fbbc2891f85f3f927dfff3a6310 100644 (file)
@@ -30,7 +30,7 @@ def main():
 
        profile.loadPreferences(profile.getPreferencePath())
        if options.profile is not None:
-               profile.loadProfileFromString(options.profile)
+               profile.setProfileFromString(options.profile)
        elif options.profileini is not None:
                profile.loadProfile(options.profileini)
        else: