From 2bfeb2d8290e727e996151ab3a96705dd249fd35 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Mon, 6 Feb 2023 11:28:57 +0100 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c94ef46..b386c20 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # SldwrksExporter -Script to export parts and drawings to production files (part -> step, dxf, pdf) \ No newline at end of file +Script to export parts and drawings to production files (part -> step, dxf, pdf) + +## Use: + +`.\run.py path\Part1` will generate step, pdf and dxf in path + +For multiple files, add them in argument \ No newline at end of file