MACH3: Machining a 2mm slot with a 2mm endmill?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I'm trying out the CAM-functions on Fusion 360.
I am using a chinese CNC-machine with MACH3-control.
I have a job where i need to mill out a 2mm slot in a plate. Using a self-defined 2mm tool does not allow me to generate the toolpath. I only get the error:
Warning: Some contours were not machined. Warning: No passes to link. Warning: No passes to link. Generation completed with 3 warning(s) in 388.8ms. Warning: Empty toolpath.
To overcome this, i made a new tool and defined it as an 1.999mm tool with all the other dimensions the same (body length, flute length etc.)
The width of this slot is not very critical, so doing this would be ok for my application.
Using the 1.999mm tool allows me to generate the gcode without any problems.
The problem is, looking at the gcode, something very strange happens at tool change!
(MILLING OF VERY SMALL POCKETS 2MM) M5 M9 M1 T2 S24000 M3 M9 G0 X184.7 Y14.149 G43 Z9. H2
I cannot explain how that G43 command gets in the code and where it gets the offset from!
So i have two problems i need to solve:
Where/Why is the offset selected?
How do i persuade Fusion to mill a 2mm slot with a 2mm endmill?
Attached is the G-code-file.
Regards,
Per.