mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 16:57:49 -06:00
✅ mfconfig => Configurations repo
This commit is contained in:
parent
da4a374b49
commit
5ce013f414
2 changed files with 1 additions and 174 deletions
|
@ -264,7 +264,7 @@ if __name__ == "__main__":
|
|||
if args[0].endswith('.ini'):
|
||||
ini_file = args[0]
|
||||
else:
|
||||
print("Usage: %s <.ini file>" % sys.argv[0])
|
||||
print("Usage: %s <.ini file>" % os.path.basename(sys.argv[0]))
|
||||
else:
|
||||
ini_file = config_path('config.ini')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue