Firstly I need the dimensions in the drawing to be the final dimensions of the machined article. So far I have only been able to get the cutter to follow the line of the drawing, making the final article too small
Secondly I would like the machine to make multiple passes during the cutting operation, getting progressively smaller until it reaches the final dimensions to achieve the best surface finish possible, what would be the bet way of doing this?
I want to create varied tool offsets around a shape
Moderators: Martin, Steve, Mr Magoo
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
I want to create varied tool offsets around a shape
Recent question from a customer:
Last edited by Denford Admin on Mon 22 Jan , 2007 13:09 pm, edited 1 time in total.
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
The first thing I notice, is that the DXF file contains multiple lines/arcs on top of each other.
These additional ones should be deleted, to avoid confusion later on....
These additional ones should be deleted, to avoid confusion later on....
- Attachments
-
- Imported DXF file into QuickCAM 2D
- quickcam-2d-offset-paths-1.gif (14.87 KiB) Viewed 8126 times
-
- Multiple overlapping lines and arcs
- quickcam-2d-offset-paths-2.gif (7.6 KiB) Viewed 8126 times
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
The shape needs to be closed, in order for tool offset plans, or offset paths to be created
Join the ends of the shape together with two new lines, as shown. Then select all, and press J to join the lines and arcs into one shape / path...
Join the ends of the shape together with two new lines, as shown. Then select all, and press J to join the lines and arcs into one shape / path...
- Attachments
-
- quickcam-2d-offset-paths-3.gif (7.27 KiB) Viewed 8125 times
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
It would be possible to now go to the CAM wizard, and create an offset path, according to the selected tool diameter.
Because you want to implement varying offset cuts, then it may be easier to create the offset paths within the CAD part, and simply use the Follow machining plan.
You will need to know the diameter of the tool you intend to use.
Select the newly joined shape, and create offset paths of different amounts (remember to enter the Radius of the tool as the final offset path required)
Because you want to implement varying offset cuts, then it may be easier to create the offset paths within the CAD part, and simply use the Follow machining plan.
You will need to know the diameter of the tool you intend to use.
Select the newly joined shape, and create offset paths of different amounts (remember to enter the Radius of the tool as the final offset path required)
- Attachments
-
- Creating an offset path
- quickcam-2d-offset-paths-4.gif (19.41 KiB) Viewed 8124 times
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
You should now be ready to create the G and M code program
Goto the CAM wizard and create multiple FOLLOW plans.
If you create one plan, and select all the offset paths created, then you cannot guarantee which order the paths will be machined.
Createing seperate plans for each path, gives you full control over the machining order - the plan at the top of the list will be machined first, then the next, etc....
Goto the CAM wizard and create multiple FOLLOW plans.
If you create one plan, and select all the offset paths created, then you cannot guarantee which order the paths will be machined.
Createing seperate plans for each path, gives you full control over the machining order - the plan at the top of the list will be machined first, then the next, etc....
- Attachments
-
- Create individual plans for each offset path created
- quickcam-2d-offset-paths-6.gif (23.29 KiB) Viewed 8121 times