From 3ef05f8dee07d052d855176bb9c81095e621a88a Mon Sep 17 00:00:00 2001 From: nickthetait Date: Thu, 27 Aug 2015 14:31:48 -0600 Subject: [PATCH] Add feedback when profiles are successfully created --- scripts/create_lulzbot_profiles.py | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.30.2