From: nickthetait Date: Thu, 27 Aug 2015 20:31:48 +0000 (-0600) Subject: Add feedback when profiles are successfully created X-Git-Tag: lulzbot-15.02.1-2.04~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3ef05f8dee07d052d855176bb9c81095e621a88a;p=cura.git Add feedback when profiles are successfully created --- diff --git a/scripts/create_lulzbot_profiles.py b/scripts/create_lulzbot_profiles.py index 45f3b284..c3c5ac4e 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()