Hello Guest it is April 24, 2024, 11:06:35 AM

Author Topic: Profile Shapes Wizard  (Read 26895 times)

0 Members and 1 Guest are viewing this topic.

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Profile Shapes Wizard
« on: December 24, 2007, 09:55:25 AM »
Here is a Link to the "Profile Shapes Wizard" Screen it has quick pick buttons for:

Ellipse/Circle, Rectangle, Triangle, Octagon, Pentagon, Hexagon, and  Multi-sided Polygon (as long as the number of side go evenly into 360deg)

This Simple Wizard cuts the center of the tool along the shape, so if you want to offset it in or out, you will need to edit in your G41/42 depending on direction, or just make your Profile One Tool Radius smaller or Larger than the hole you want to cut.


EDIT!!!!  ****** 04Oct2010 ****

Graham noticed a typo in the compile code, so it has been fixed and reposed HERE, (with the tool offset options)!!!!


Scott
« Last Edit: October 04, 2010, 07:14:21 PM by poppabear »
fun times

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Profile Shapes Wizard Updated!!
« Reply #1 on: December 26, 2007, 09:44:20 PM »
Here is the Profile Wizard updated with the ability to offset your Tool to the inside or outside of the profile.

Scott

EDIT :- attachment removed as it is no longer valid, see first posting for latest version.
« Last Edit: October 04, 2010, 07:50:30 PM by Graham Waterworth »
fun times
Re: Profile Shapes Wizard
« Reply #2 on: December 19, 2008, 11:56:26 AM »
Hello Poppabear

I just downloaded your wizard screen, but before I start, can you give me a brief instruction on inserting it into my Wizard program inside Mach3. This is going to be great because I need to cut a hex pocket. Thank you.

Fred

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Profile Shapes Wizard
« Reply #3 on: December 20, 2008, 09:20:19 AM »
The download has a Readme for instructions, but it goes in your addons folder.
fun times
Re: Profile Shapes Wizard
« Reply #4 on: October 04, 2010, 02:58:19 PM »
I would like to thank you for writing this wizard, but I don't understand the code this is outputting.  I am pretty much a CNC newbie...have read a lot and now trying to put it to use.

I wanted a hex shape with the center at X2.600  Y1.5538. 

It will generate code for cutting a hex, but I don't understand how to make it cut where I want it to.

Something I really don't understand is the calling out for G54, then G55 work offsets.
 
I kind of thought of these as using one as the offset for a mounted vise(knee mill) and another for a mounted
rotary table or such.

It's probably just me being thick headed, anyway here's the code generated(I tried 2 different computers with the same results).

Thanks,
Mike

o0001
#1=60
#4=0.5625
#5=0.6625
#7=0.375
#8=0.425
G40 G80 G69
G49
T1
M6
G54 X0 Y0 Z0
S 2200 F4
M3
G00 G55 X0.65625 Y0.425
G43 Z0
G01 Z-0.02 F2
#2=#1
M98 P2 L6
G00 Z0
G90 G00 X0 Y0
G49
G54 X0 Y0 Z0
M30
o0002
F4
G01 X[#4 * Cos[#2] / 2 + #7] Y[#5 * Sin[#2] / 2 +#8]
#2=[#2+#1]
M99

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: Profile Shapes Wizard
« Reply #5 on: October 04, 2010, 05:15:48 PM »
I don't think its you, I have had a look at Scott's code and it looks faulty to me, I have sent him a message so I can discuss it with him.

Graham
Without engineers the world stops
Re: Profile Shapes Wizard
« Reply #6 on: October 04, 2010, 05:38:44 PM »
Thanks Graham.

Most appreciated.


Mike

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Profile Shapes Wizard
« Reply #7 on: October 04, 2010, 07:15:43 PM »
See POST #1 above, the screen set has been fixed and reposted BACK in the #1 post........ it is the screen with the optional tool offset path as well....

scott
fun times

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: Profile Shapes Wizard
« Reply #8 on: October 14, 2010, 05:53:12 AM »
Thanks Scott for the fixed program.

Graham
Without engineers the world stops

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Profile Shapes Wizard
« Reply #9 on: October 14, 2010, 04:10:17 PM »
Hahahhaha...........  Thank you Graham!!   

   I should quit whining........

Scott
fun times