Machsupport Forum

Support => Downloads => MACH TOOL BOX => Topic started by: BR549 on January 14, 2013, 10:57:38 AM

Title: 4th axis digitizing WIZARD
Post by: BR549 on January 14, 2013, 10:57:38 AM
Here is a wizard that creates a program to Probe a 4th axis object.  Fill in the needed info and it creates the probing G code to run Mach3.

AS always be carefull it is new code generating the Parametric Gcode Routine. Test carefully before you jump in the water(;-)

If you run into a problem please let me know.

You need to unzip the file into the mach3 addons directory.


(;-) TP
Title: Re: 4th axis digitizing WIZARD
Post by: jonny quest on March 03, 2013, 04:07:37 PM
I added it to the addons folder... it shows up in my wizards... but it says .set file is missing?
Title: Re: 4th axis digitizing WIZARD
Post by: BR549 on March 05, 2013, 03:30:12 PM
I just checked and the SET file is there in the ZIP file. It loads a runs here. Look in the directory and see IF there is a .set file.

????
(;-) TP
Title: Re: 4th axis digitizing WIZARD
Post by: m8298 on March 22, 2013, 08:32:12 PM
The reason it says that there is no .set file is when you unzip the file, it creates a folder with a sub folder(\4thaxisprobemasterV101\4thaxisprobemaster.) Move everything out of the sub folder and into the main folder(\4thaxisprobemasrV101), then it will work fine.
Title: Re: 4th axis digitizing WIZARD
Post by: Buxus on November 26, 2020, 05:28:08 AM
Hi,
I know this is a very old topic, but as the wizard is still present in Mach3 I gave it a try and I am quite disappointed seeing that the point cloud file generated only has x y z values but no A angle value.
How do you handle the result file then ?

As the process of the wizard is known, I was thinking to deduce the angle because I have, say, 30 points probed in Y before A turns by 10°, so I could have managed it like that.
But, another strange thing for me (also true for the other 3D digitizing wizard) is the order in which the points are recorded in the file.
It does not seems to be the order of scan ?
Can someone tell me in what order are they recorded, is it deterministic ?
I have spend several hours scanning a part, I am still hoping to do something usefull with my point cloud file.
:)
Thanks !
C.M
Title: Re: 4th axis digitizing WIZARD
Post by: TPS on November 26, 2020, 06:55:55 AM
Config -> Ports&Pins -> Mill Options -> Digitizing -> 4 Axis Point Clouds
Title: Re: 4th axis digitizing WIZARD
Post by: Buxus on November 26, 2020, 07:06:55 AM
@TPS
Great !
Thanks for the tip !
Any idea about the order of recording of the points ?
Are you aware of some soft that would post process the angle value to build a real 3D point cloud ?
(I am in the mood to develop one myself, but if it already exists ...)
Thanks again.