Hello Guest it is March 28, 2024, 09:44:06 AM

Author Topic: Mill Wizards  (Read 5934 times)

0 Members and 1 Guest are viewing this topic.

Mill Wizards
« on: July 24, 2014, 11:15:07 PM »
I have my CNC mill up and running thanks to several of you who gave me advice recently.  I now want to start using it, but am not familiar with the array of CAD/CAM programs yet.  The first project I want to do is to make a front panel for the CNC control box.  This will involve cutting holes of different sizes in various locations in a flat piece of metal.  Is there a mill wizard that will simplify this operation for me?  I know I can do each hole individually with MillWizard, but I'm thinking there might be a library created by members of user groups somewhere.

thanks, rex
Re: Mill Wizards
« Reply #1 on: July 25, 2014, 12:53:50 PM »
Hi Rex, I do multi mill wizards by copy and pasting the previous wizard using the edit page on the Mach mail program page. Every time you construct a circular pocket copy and attach it to the next one you do. I have attached a program of what to copy, obviously you don't need the command and end lines every time you copy and paste.
Have a look at this. its for 3 holes using wizard then copy and paste into the next one you do. Hope this helps.
G0 G49 G40  G17 G80 G50 G90
M6 T0(TOOL DIA.5)
G64
G21 (mm)
M03 S800
G00 G43 H0  Z1
X15 Y15
G01 Z-0.9 F20
G2 Y15 X17.5 R1.25 F60
Y15 X12.5 R2.5
Y15 X18.5 R3
Y15 X11.5 R3.5
X18.5 Y15 R3.5
Y13 X16.5 R2
G00 Z1
M03 S800
G00 G43 H0  Z1
X0 Y0
G01 Z-0.9 F20
G2 Y0 X2.5 R1.25 F60
Y0 X-2.5 R2.5
Y0 X3.85 R3.175
Y0 X-3.85 R3.85
X3.85 Y0 R3.85
Y-2 X1.85 R2
G00 Z1
M03 S800
G00 G43 H0  Z1
X25 Y25
G01 Z-0.9 F20
G2 Y25 X27.5 R1.25 F60
Y25 X22.5 R2.5
Y25 X27.5 R2.5
Y25 X22.5 R2.5
X27.5 Y25 R2.5
Y23 X25.5 R2
G00 Z1
M5 M9
M30

Remember to save the final file with a new name in your program files. Jim
« Last Edit: July 25, 2014, 12:58:05 PM by jimthefish »
Re: Mill Wizards
« Reply #2 on: July 25, 2014, 11:03:55 PM »
Awesome; thanks Jim.  That's the approach I'll take.

In general, are there any wizard libraries that users post to so we can leverage off each other's work?
Re: Mill Wizards
« Reply #3 on: July 26, 2014, 02:08:06 AM »
Hi Rex, don't think there are any threads on wizard linking applications, someone will tell you through the forum members if there is. Obviously the next step is to use a CAD/CAM software program to construct your programs. Remember as you progress with your programing skills there are lots of tricks you can use. I have tried several free download of CAD/CAM software but find using them causes more problems and broken cutter for the occasional user. I'm a hobbyist CNC and a pensioner so thing don't stick in my memory banks as easy as youngsters.
However I have used wizard part files to construct quite complex programs that include pockets, text, hole centres, slots and other wizard options all linked in the same program. It's a challenge and sometimes I loose the lot and have to start again, that's why I have a folder in which I save each stage of my modifications, so I can go back a step as every time you call up a wizard it removes the last program and give it a new file name.  My machine is down the shed (workshop) so I use a second computer in the house to experiment with program construction. Good luck with your CNC programing and remember a "Dry Run" might take time but could save you a cutter, a component or machine damage. Jim
« Last Edit: July 26, 2014, 02:09:47 AM by jimthefish »

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Mill Wizards
« Reply #4 on: July 26, 2014, 04:56:32 PM »
The Mill Wizards from New Fangled solutions do exactly what you want and are not too expensive at $75.
Hood
Re: Mill Wizards
« Reply #5 on: July 26, 2014, 05:09:03 PM »
I've done quite a bit of G-code by hand and with various wizards and such. But I have to tell you I get a lot more done and enjoy it a lot more since I got CamBam. 40 sessions to prove you'll like it before you buy.  I almost felt guilty at the amount of stuff I machined before I bought it.
Re: Mill Wizards
« Reply #6 on: July 26, 2014, 05:12:09 PM »
Yes, I have those.  They work fine if I'm going to mill one hole, and I know I can manually put in coordinates to move from one hole to the next.  I was just wondering if there's a wizard that supports milling x number of holes in defined locations.  I'm going to follow Jim's advice of using the circle code from NF Solutions and string instances of it together to make my arrangement.
Re: Mill Wizards
« Reply #7 on: July 26, 2014, 05:15:57 PM »
Gary, I have a demo version of Cambam and other programs.  I'm kind of overwhelmed right now with trying to figure out which one to invest my time and money in.  It seems to me that Cambam has only rudimentary CAD features?  I'm not at the level yet to know what complexity I can get to with that set of features.  Maybe it's all I need; that would be nice.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Mill Wizards
« Reply #8 on: July 26, 2014, 05:58:14 PM »
Yes, I have those.  They work fine if I'm going to mill one hole, and I know I can manually put in coordinates to move from one hole to the next.  I was just wondering if there's a wizard that supports milling x number of holes in defined locations.  I'm going to follow Jim's advice of using the circle code from NF Solutions and string instances of it together to make my arrangement.

Not sure I really follow, if you do a hole and post then another at a different location and post etc etc etc you will end up with a gcode file that contains all the operations.
Hood
Re: Mill Wizards
« Reply #9 on: July 26, 2014, 06:15:39 PM »
I was talking about the next level up, perhaps a wizard in which I would merely tell it the x, y and r coordinates of each hole in the work space and it would generate the final code, and perhaps draw the pattern for me.  If patching elements is SOP, then that's what I'll do.  I have seen the wizards that place holes in circular and rectangular hole patterns, but my pattern will be more complex.  I'm in education mode, finding out what's available and what people typically do.