Page 5 of 6

Re: Wizard Plugin

PostPosted: Thu Apr 19, 2018 12:12 am
by Dan911
markcadcam wrote:Dan911

Very nice work. This is perfect for one off type of parts. I will use it often. Thank you.


Thank you Mark I appreciate your feedback! If you find any issues/bugs please let me know.

Thanks,
Dan

Re: Wizard Plugin

PostPosted: Mon May 28, 2018 2:23 pm
by Dan911
I found this plugin very useful and been using quite often, each time I use I find a bug or something to tweak and been fixing as I went along. Unfortunately I haven't made a list but biggest that come to mind are.

1. In wizard "create part or path" absolute mode didn't work. (I mainly use incremental)...fixed
2. On slower comps sometimes may get and exemption when trying to access a file that was still be written. Created a check function...fixed
3. I removed the ability to call main menu with macro. It was causing a [STAThread] exemption I couldn't resolve. I like the way interface works and not going to change it.

Any problems I was notified about was fixed. I tried to update the help files since without a manual plugin can be useless.

QuickCamV5.zip

Re: Wizard Plugin

PostPosted: Mon May 28, 2018 3:41 pm
by cncdrive
Thanks for the update Dan.

Re: Wizard Plugin

PostPosted: Mon May 28, 2018 4:39 pm
by Dan911
Vmax549 wrote:HIYA Dan, I loaded up teh latest plugin to take a peak. It does not work here. I load teh plugin and teh main screen comes up. I select start a new file and nothing happens. I do get teh message about starting a new file but then nothing happens.

Any ideas ?? Am I doing something wrong ?

(;-) TP


Hey Terry,

When you press start on main menu it just clears temp file and puts a header in your Gcode display. To create any code you need to choose a wizard of the 5 to left of start button.

Re: Wizard Plugin

PostPosted: Mon May 28, 2018 7:57 pm
by Dan911
Vmax549 wrote:HIYA Dan, I loaded up teh latest plugin to take a peak. It does not work here. I load teh plugin and teh main screen comes up. I select start a new file and nothing happens. I do get teh message about starting a new file but then nothing happens.

Any ideas ?? Am I doing something wrong ?

(;-) TP


Yes Terry thanks, there is a problem. The moronic thing I did was created a function to wait while(loading) reading/writing a file and was checking before file/folder was created and causing UCCNC to become non responsive. :oops:

All my testing file and folder was already created so all looked good and I missed it. To top it I posted a Gcode Unit Converter plugin on the zone this morning with same overlook/error.

At least there easy fixes and will do tonight, right now have a backyard full of company for a BBQ and my wife getting pissed me going back and forth to office. It was driving me nuts at first.

Enjoy your Memorial Day weekend!

Dan

Re: Wizard Plugin

PostPosted: Tue May 29, 2018 11:33 am
by Dan911
Dan911 wrote:I found this plugin very useful and been using quite often, each time I use I find a bug or something to tweak and been fixing as I went along. Unfortunately I haven't made a list but biggest that come to mind are.

1. In wizard "create part or path" absolute mode didn't work. (I mainly use incremental)...fixed
2. On slower comps sometimes may get and exemption when trying to access a file that was still be written. Created a check function...fixed
3. I removed the ability to call main menu with macro. It was causing a [STAThread] exemption I couldn't resolve. I like the way interface works and not going to change it.

Any problems I was notified about was fixed. I tried to update the help files since without a manual plugin can be useless.

The attachment QuickCamV5.zip is no longer available



Sorry for the short lived V5, thanks to Terry caught in time before any downloads.

QuickCamV6.zip
(117.94 KiB) Downloaded 1676 times

Re: Wizard Plugin

PostPosted: Wed May 30, 2018 12:49 am
by Dan911
Vmax549 wrote:Hi Dan , It is working ok now V6.

(;-) TP


Thanks for the update!

Your comments, guidance, help is always appreciated.

Dan

Re: Wizard Plugin

PostPosted: Sat Jun 16, 2018 12:22 pm
by Robertspark
Dan, nice plugin, i'd really like to do a simple one for plasma {no Z / depth of cut}

Re: Wizard Plugin

PostPosted: Tue Jul 03, 2018 3:18 pm
by epracefan@gmail.com
Hi Dan and thanks for creating this.

Thought I'd give Wizard V6 a spin and have a problem. I hit Start to clear the temp file and created a 2" pocket .25" deep in 2 passes at X6,Y6. The generated Gcode has my Z plunging to -.625" right off the bat. The second pass moves to Z-.75".
What am I doing wrong?

Ed

2018-07-03 09_03_42-Quick Cam Wizrards 1.6.png


2018-07-03 09_06_00-UCCNC software _ Running in demo mode....png

Re: Wizard Plugin

PostPosted: Tue Jul 03, 2018 9:33 pm
by Dan911
epracefan@gmail.com wrote:Hi Dan and thanks for creating this.

Thought I'd give Wizard V6 a spin and have a problem. I hit Start to clear the temp file and created a 2" pocket .25" deep in 2 passes at X6,Y6. The generated Gcode has my Z plunging to -.625" right off the bat. The second pass moves to Z-.75".
What am I doing wrong?

Ed

2018-07-03 09_03_42-Quick Cam Wizrards 1.6.png


2018-07-03 09_06_00-UCCNC software _ Running in demo mode....png


Hi Ed,

You are not doing anything wrong, if you try running code in offline mode or demo mode you will see it runs correctly. I think what you are missing is that after your Z.5 (Z travel setting) move to X6 Y6 there's a
G91(incremental Mode).

Your settings are to pocket .25 in 2 passes(.125 per pass)

.5 + .125 = -0.625

Back to Z travel setting (.5) than back to X6 Y6 for second pass(.125)

.5 + .25 = -.75


Dan

( Quick Cam Wizards Version 1.007)
(Date:2018-07-03 Time:05:01:11)
G00G17G90G40G49G80
G0 Z.5
G1X6 Y6 F50
T0 M6 (Tool Diameter .25)
S18000 M3
G91
G1 Z-0.625F15
G1 Y0.125 F50
G2 Y0 I0 J-0.125
G1 Y0.125 F50
G2 Y0 I0 J-0.25
G1 Y0.125 F50
G2 Y0 I0 J-0.375
G1 Y0.125 F50
G2 Y0 I0 J-0.5
G1 Y0.125 F50
G2 Y0 I0 J-0.625
G1 Y0.125 F50
G2 Y0 I0 J-0.75
G1 Y0.125 F50
G2 Y0 I0 J-0.875
G2 Y0I0 J- 0.875
G0 Z0.625
G1Y-0.875
G1 Z-0.75F15
G1 Y0.125 F50
G2 Y0 I0 J-0.125
G1 Y0.125 F50
G2 Y0 I0 J-0.25
G1 Y0.125 F50
G2 Y0 I0 J-0.375
G1 Y0.125 F50
G2 Y0 I0 J-0.5
G1 Y0.125 F50
G2 Y0 I0 J-0.625
G1 Y0.125 F50
G2 Y0 I0 J-0.75
G1 Y0.125 F50
G2 Y0 I0 J-0.875
G2 Y0I0 J- 0.875
G0 Z0.75
G90


.