Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2016-06-20 20:14:10 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2016-06-20 20:15:16 +0300
commita4138c318f78959e4e4190903948f3d45034601d (patch)
treece95a48899611af1507769538c595404222b68b2 /scripts
parentc1eb3ec40f660b326ceab9ccce3bb64e9225036b (diff)
Set material to default for the first run materials
Fixes T463
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index de29a0271d..ae90517b9d 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -543,6 +543,7 @@ def create_machine_type(machine_type, path, dir):
(material == "nGen" and machine_type.startswith("lulzbot_TAZ_6"))):
types = types + "|First Run"
order = 0
+ f.write("default = 1\n")
if is_experimental(material):
types = "Experimental"
f.write("material_types = %s\n" % types)