Hello Guest it is March 28, 2024, 02:36:40 PM

Author Topic: Part --> Material realization display  (Read 2580 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Part --> Material realization display
« on: February 28, 2015, 06:08:56 PM »
I don't know if anyone has figured this out so Here is an example  of a Part toolpath AND Stock size Veiw. The stock size is a wireframe of the actual stock size you are working with. The realization allows you to orbit around the part and see where you can apply clamps and such. ALso check to see IF the holes you drill will exit below the bottom of the stock.

Just a thought, (;-) TP
Re: Part --> Material realization display
« Reply #1 on: February 28, 2015, 07:17:12 PM »
How do you get Mach3 to show the stock size?

I don't recall seeing a reference to this feature before.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Part --> Material realization display
« Reply #2 on: February 28, 2015, 08:28:54 PM »
With some Gcode mods you could even see the clamps applied in 3d to the stock to check for clearances.

Here it is shown with clamps turned on and off. And a side veiw to check the clamp heights. Easy to see IF the toolpathing interferes with the clamps.

Just a thought, (;-) TP

« Last Edit: February 28, 2015, 08:30:52 PM by BR549 »

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Part --> Material realization display
« Reply #3 on: February 28, 2015, 08:41:44 PM »
You can create the stock size wireframe by adding values in the softlimits config menu.  you have a MIN and max for each axis.  the point of origin for a stock size is  Xmax Ymax and Zmin. Zmin would be a NEG number -1.000 for a 1 inch thick piece of stock, assuming normal conventions IF you do it backwards on Z then use a pos number 1.000.

YOU DO NOT NEED to turn the softlimts ON for this to work. Just plug in the stock size values.

To make it simple to update Place a button on your screen then add this to it. It will then bring you straight to the screen you need to update. When done then press OK and it will update everything for you.

DoMenu(1,5)  

I was going through some OLD test notes for Mach3 . There were a LOT of gizmos I created back then as helpfull functions. Most never saw the light of day. SOme things like rigid tapping with a servo spindle using Drill canned cycles, G81,G83,G73.

(;-) TP
« Last Edit: February 28, 2015, 08:55:49 PM by BR549 »
Re: Part --> Material realization display
« Reply #4 on: February 28, 2015, 10:04:30 PM »
That's clever. I will try my hand at editing the screen set.
Thanks.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Part --> Material realization display
« Reply #5 on: February 28, 2015, 10:08:17 PM »
You can also do it the long way goto config then Home/softlimits you will have the same screen to update.

Just a thought, Not everyone gets the ScreenEditor (;-).

(;-) TP
Re: Part --> Material realization display
« Reply #6 on: March 01, 2015, 12:04:12 AM »
Re-assigned an un-used button - works perfectly.