Hello Guest it is April 24, 2024, 12:56:19 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ron Ginger

281
Newfangled Mill Wizard / Re: Install issue
« on: March 14, 2013, 09:23:51 AM »
This whole install thing was done to be compliant with the microsoft requirements for applications. I have to admit I don't like it either, but Brian wants to 'follow the rules'

I have not seen the problem of putting the user files under the admin path- when I have run it they come out as expected under the user name

Did you do a 'Run as' or were you logged in as admin?

282
Newfangled Mill Wizard / Re: Install issue
« on: March 09, 2013, 07:21:36 PM »
Ok, this one looks like the permission problem in win7. You have to run as Administrator to install in win7. Right click on the installer exe file and choose the run as.. choice.

Damn I hate microsoft install issues.

283
Newfangled Mill Wizard / Re: Install issue
« on: March 09, 2013, 06:32:49 PM »
The wizards now use the Microsoft standards for file placement. The exe is installed in c:\ProgramFiles\Wizards\Mill The users files, like job files, tooltable, and gcofe go in C:\Documents and Settings\{username}\Wizards\Mill

If you have moved MyDocuments it should not matter but if you have moved your user folder then it will fail.

Did the install run without error, and it is failing on start up of the wizard?

Material.txt is still in the .exe folder instead of the user settings folder. We should correct that to be consistent.

284
Newfangled Mill Wizard / Re: Parameter Discussion
« on: March 07, 2013, 09:10:35 PM »
If you do a circle pocket it does a helical ramp, the circle cut does the zig-zag, but in a circular arc. But the helical ramp is in the center, then it works out to the finish edge so the ramp is lost.

285
Newfangled Solutions Mach3 Wizards / Re: Slotting Through Wizard
« on: March 06, 2013, 04:16:42 PM »
The Newfangled wizards are extra $50. They are built into the mach install kit, but for some reason not always the latest version. They can be loaded from this forum, see the topic for 'latest version'

286
Newfangled Solutions Mach3 Wizards / Re: NEW!! Drill Wizard
« on: March 06, 2013, 06:34:21 AM »
Since I do not own a Tormach I cannot be sure, but I think that is correct.

If its not there you could always use windows search feature, create a new file with the wizard, then search for it.

287
Newfangled Solutions Mach3 Wizards / Re: Slotting Through Wizard
« on: March 05, 2013, 12:56:15 PM »
Quote
1) There is no setting for English or Metric Units
2) There is no setting for spindle speed
3) The windows for the numbers are too small and the numbers can get cut off.
4) there ate two settings, wall thickness and the Xo  and Yo that seem to be redundant.

1) You are correct, but just use appropriate numbers and add the G20 or G21 before you run the code.
2) Again, you will have to add that yourself.
3)You must be using metric values. I tried an English sample and the numbers fit ok.
4)Xo and Yo refer to the corner of the stock. The wall thickness lets you cut a slot of less than the whole stock wide.

I tried an example and it seemed to generate good code. Your comment
Quote
When I activate it, the machine seems to wander all over the place.
doesn't tell me enough to understand what you see happening.

These are user submitted, unsupported wizards. Kirin did a lot of them when the wizard capability was first added, but I have not seen his name on the list for a while. Maybe he has other interests now. Kirin did good work, and I'm sure the wizard works, but it certainly could use some additional features.

You can use the screen editor and fix these wizards any way you want to if you are willing to learn how to use the tools.

The Newfangled Set costs $50, but it is much more complete and is supported. There is not exactly a slot through operation but the surface or rectangular pocket would do the job.

288
Newfangled Mill Wizard / Re: Whoops: Parameters not working
« on: March 05, 2013, 09:05:55 AM »
Ok, we already had that in the code R is set as wxT(" R ") + gcFmt(a.Ztop + jobS.Clear)

289
Newfangled Mill Wizard / Re: Whoops: Parameters not working
« on: March 04, 2013, 09:12:51 PM »
Quote
I just looked at your job file and it shows Ztop 0.000 for both operations Huh??

yes, that was the problem. Ztop was not being saved in the job file, and it was not being passed to the gcode generator.  The same thing was happening to all 4 hole operations.

There is a bit of a problem on those ops. The Drill cycles do not have a parameter for Ztop, they always start at Z=0 Only the circle and circle pocket can have a non zero top.

290
Newfangled Mill Wizard / Re: Whoops: Parameters not working
« on: March 04, 2013, 07:09:36 PM »
Ok, I just found a bug. We added Ztop but forgot to add it to the Job string. Its in the internal data struct but not fully added to the code.

thanks

Ok, that was an easy fix. Brian will be updating the installer file tomorrow.

I checked and it was wrong on all 4 hole operations.. All fixed now