Hello Guest it is April 18, 2024, 08:29:32 AM

Author Topic: 4th axis digitizing WIZARD  (Read 11761 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
4th axis digitizing WIZARD
« 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
Re: 4th axis digitizing WIZARD
« Reply #1 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?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: 4th axis digitizing WIZARD
« Reply #2 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

Offline m8298

*
  •  14 14
    • View Profile
Re: 4th axis digitizing WIZARD
« Reply #3 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.

Offline Buxus

*
  •  3 3
  • Mach 3 user, desktop CNC, 4 axis
    • View Profile
Re: 4th axis digitizing WIZARD
« Reply #4 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

Offline TPS

*
  •  2,505 2,505
    • View Profile
Re: 4th axis digitizing WIZARD
« Reply #5 on: November 26, 2020, 06:55:55 AM »
Config -> Ports&Pins -> Mill Options -> Digitizing -> 4 Axis Point Clouds
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline Buxus

*
  •  3 3
  • Mach 3 user, desktop CNC, 4 axis
    • View Profile
Re: 4th axis digitizing WIZARD
« Reply #6 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.