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:
authornickthetait <tait@alephobjects.com>2016-06-21 17:14:08 +0300
committernickthetait <tait@alephobjects.com>2016-06-21 17:14:08 +0300
commitb5e3fcf09d08ceba79c94564be45515c94c3236b (patch)
tree6c2a7659d2789303bac447bf5de16bec1f19bb96 /scripts
parenta4138c318f78959e4e4190903948f3d45034601d (diff)
Whitespace
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recreate_lulzbot_profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recreate_lulzbot_profiles.py b/scripts/recreate_lulzbot_profiles.py
index ae90517b9d..741da7103c 100755
--- a/scripts/recreate_lulzbot_profiles.py
+++ b/scripts/recreate_lulzbot_profiles.py
@@ -543,7 +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")
+ f.write("default = 1\n")
if is_experimental(material):
types = "Experimental"
f.write("material_types = %s\n" % types)