Marking the walls of a piece using a bit with a flute wider than the shaft?

I want to use a ball mill with a diameter 2mm wider than that of the shaft to mark the placement of a hole in the side of my part. Is there a way I can do that, or do I need to calculate the center coordinates of the hole so I can edit the file to manually add the movement?

With a few of the parts I can rotate them, but that always leaves the potential of not having the origin in the right spot. For most parts my CNC does not fit the part in that orientation.

As a side note, are there any plans to support tools with more esoteric geometries?

The drill operation has a marking checkbox so that you can use any bit to mark, but not drill, holes. Would that work? At present, there is still no individual hole selection (on the todo list).

What kind of esoteric geometries?

Marking works great for the horizontal faces, but doesn’t register anything on the vertical faces. This makes sense generally, but it would be cool to have the capacity for the program to realize that with a bit that has an end wider than the shaft, it could make cuts into the side of the piece.

It seems like that may be really tricky to implement though. It would be nice to be able to find the machine coordinates of a feature by selecting it, that would save me a lot of measuring and math when manually editing the Gcode.

As for esoteric geometries, I mean things like bits with a profile wider than the shaft. I can put the dimensions in for things like a dovetail bit, it gets treated like an end mill with the diameter of the wide base. I also use bits with spherical end geometries that get treated as ball end mills. I get by with using trace, but there isn’t always a feature to trace.

Overall this is by far the best program I’ve used, so keep up the great work!

1 Like

Bits for side cutting are an interesting use case. I’ll have to think about a sensible implementation.

I’ll add something to let you probe coordinates off the part. Good idea.

Just to help with searches, these are called “undercutting” mills, and the round ball ones are often called “lollipop” mills.

1 Like

Does the above mean that this part is impossible to implement? I was hoping for just two passes with a dovetail cutter, like this:

undercuts are not currently supported :confused: I will add it as a feature request. it would make most sense to add this as an option to the trace operation.