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>2015-08-27 23:31:48 +0300
committernickthetait <tait@alephobjects.com>2015-08-27 23:34:21 +0300
commit3ef05f8dee07d052d855176bb9c81095e621a88a (patch)
tree0b9dbb95a1fd4d37d6d90725ecbe6441c8cb805b
parent3ac20c58d6c18196fd0031ad88cb6758942ec797 (diff)
Add feedback when profiles are successfully created
-rwxr-xr-xscripts/create_lulzbot_profiles.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py
index 45f3b2840f..c3c5ac4eff 100755
--- a/scripts/create_lulzbot_profiles.py
+++ b/scripts/create_lulzbot_profiles.py
@@ -149,6 +149,8 @@ def main():
for machine_type in dir_map[dir]:
create_machine_type(machine_type, d, dir)
+ print "All done :D"
+
if __name__ == '__main__':
main()