Re: [Emc-users] Probing a Profile

2020-02-08 Thread Gene Heskett
On Saturday 08 February 2020 06:24:43 Les Newell wrote: > The big problem with scanning photographs is distortion. Even with a > good lens it is surprising how much distortion you get. > > Les > Which is why I went to extremes to get the camera mounted such that there was not any parallax when z

Re: [Emc-users] Probing a Profile

2020-02-08 Thread Les Newell
The big problem with scanning photographs is distortion. Even with a good lens it is surprising how much distortion you get. Les On 07/02/2020 23:42, Greg Bernard wrote: That is interesting and useful, but I wonder if probing the important features and simply tracing a scan or a photograph of

Re: [Emc-users] Probing a Profile

2020-02-08 Thread Andy Pugh
> On 8 Feb 2020, at 08:52, Brent Loschen wrote: > > When I saw the video, I couldn't help but wonder if there isn't a faster way > to probe yet still maintain accuracy. Almost certainly, but this isn’t something I do every day, so 15 minutes is perfectly fine. In fact the pay-back time on

Re: [Emc-users] Probing a Profile

2020-02-08 Thread Brent Loschen
On 2/7/2020 5:31 PM, Andy Pugh wrote: On 7 Feb 2020, at 23:45, Greg Bernard wrote: That is interesting and useful, but I wonder if probing the important features and simply tracing a scan or a photograph of the profile in CAD would be quicker and easier for that particular part. Possibly,

Re: [Emc-users] Probing a Profile

2020-02-07 Thread Andy Pugh
> On 7 Feb 2020, at 23:45, Greg Bernard wrote: > > That is interesting and useful, but I wonder if probing the important > features and simply tracing a scan or a photograph of the profile in CAD > would be quicker and easier for that particular part. Possibly, but at least this way it is def

Re: [Emc-users] Probing a Profile

2020-02-07 Thread Greg Bernard
> -Original Message- > > From: andy pugh [mailto:bodge...@gmail.com] > > Sent: February-07-20 1:59 AM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] Probing a Profile > > > > On Wed, 5 Feb 2020 at 23:52, andy pugh wrote: > >

Re: [Emc-users] Probing a Profile

2020-02-07 Thread John Dammeyer
Pretty cool. John > -Original Message- > From: andy pugh [mailto:bodge...@gmail.com] > Sent: February-07-20 1:59 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] Probing a Profile > > On Wed, 5 Feb 2020 at 23:52, andy pugh wrote: > &g

Re: [Emc-users] Probing a Profile

2020-02-07 Thread andy pugh
On Wed, 5 Feb 2020 at 23:52, andy pugh wrote: > And here is the G-code routine I used. Which is usable, but slightly flawed, in that if the probe _just_ catches a corner, the retract distance means that the "i missed" circle can miss the work. So a slight re-think needed there. I made a video o

Re: [Emc-users] Probing a Profile

2020-02-05 Thread andy pugh
On Tue, 4 Feb 2020 at 21:25, Todd Zuercher wrote: > To deal with probe tip, probe the perimeter, connect the dots, then just > offset the shape you made with the probe's tip radius. That works a treat once the points are in the CAD. And here is the G-code routine I used. ;probe a profile ;the

Re: [Emc-users] Probing a Profile --> Coordinate measurement machine

2020-02-05 Thread Eric Keller
I have programmed a cmm, but I really don't remember anything about it. Rapid moves are like g code, but I think the one I used had a probe command. On Wed, Feb 5, 2020 at 1:00 PM N wrote: > Anyone used a coordinate measurement machine and know how they do? > > Maybe I happen to have manual but

Re: [Emc-users] Probing a Profile --> Coordinate measurement machine

2020-02-05 Thread N
Anyone used a coordinate measurement machine and know how they do? Maybe I happen to have manual but will probably not have to much time to look into it this week. > I think it comes down to constructing lines perp to the profile at > probed points. CMM's obviously take care of this somehow. >

Re: [Emc-users] Probing a Profile

2020-02-04 Thread Todd Zuercher
esday, February 04, 2020 12:31 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] Probing a Profile [EXTERNAL EMAIL] Be sure links are safe. On Tue, 4 Feb 2020 at 16:22, dave engvall wrote: > I've done it the hard way by drawing circles the diameter of the probe I can handle th

Re: [Emc-users] Probing a Profile

2020-02-04 Thread dave engvall
Been so long I don't remember. I was done on the Mazak so it has been a few years. I probably wrote something rather simple. Maybe even so simplistic and manual. ;-) Dave On 2/4/20 9:31 AM, andy pugh wrote: On Tue, 4 Feb 2020 at 16:22, dave engvall wrote: I've done it the hard way by drawi

Re: [Emc-users] Probing a Profile

2020-02-04 Thread Gene Heskett
On Tuesday 04 February 2020 06:57:54 andy pugh wrote: > Does anyone have a G-code routine to probe around a profile to trace > it out? > > I imagine some sort of "keep turning right" algorithm should be able > to walk round a profile, though exactly how you compensate for probe > diameter on exter

Re: [Emc-users] Probing a Profile

2020-02-04 Thread andy pugh
On Tue, 4 Feb 2020 at 16:22, dave engvall wrote: > I've done it the hard way by drawing circles the diameter of the probe I can handle that, at a push. But what did you use to control the probing process? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the e

Re: [Emc-users] Probing a Profile

2020-02-04 Thread dave engvall
I think it comes down to constructing lines perp to the profile at probed points. CMM's obviously take care of this somehow. I've done it the hard way by drawing circles the diameter of the probe and then doing three pt arcs to fit. Certainly there are better and considerably more elegant ways