Basic plunge drilling operation where the tool matches the diameter of the desired hole.
- The operation should accept a list of XY coordinates and drill depth from the top of the stock
- Example
[{ X: 0, Y: 0, depth: 5 }, { X: 10, Y: 0, depth: 10 }]
- The tool should move to the specified XY coordinates and only the Z axis should be used for drilling
- An option should be added for peck drilling
- An option should be added for retract height
Basic plunge drilling operation where the tool matches the diameter of the desired hole.
[{ X: 0, Y: 0, depth: 5 }, { X: 10, Y: 0, depth: 10 }]