Bolt Circle Wizard

Discuss the creation and usage of Wizards

Re: Bolt Circle Wizard

Postby Dan911 » Fri Jun 15, 2018 2:28 pm

Hi Terry nice job! Since posting as learning templates I hope you don't mind me making a suggestion. When I first tried this wizard I got and Exception because I didn't have a "Gcodes" folder created in UCCNC that wizard is writing to. By adding code below to the beginning of macro will fix.

Dan

Code: Select all
string Path2 = Application.StartupPath + @"\Gcodes";
if (!System.IO.Directory.Exists(Path2)) { System.IO.Directory.CreateDirectory(Path2); }
Dan911
 
Posts: 613
Joined: Mon Oct 31, 2016 1:22 am
Location: USA

Return to Conversational Wizards

Who is online

Users browsing this forum: No registered users and 3 guests