Tapered juice groove - how to program in Carbide Create

Hi,
I’m pretty new to CNC and have had my Shapeoko 5 Pro for a few months (I do believe the first one in Sweden).

I’m making an inlay cutting board and have an idea for a tapered juice grove, with one side completely open so its easier to scrape things off the board. I want it to start in one corner at 0mm then end up in the far corner at 5mm depth, how the heck do I program the CNC to do that.

I would really appreciate any help on this. The picture is for clarification of what I want to do.

Carbide Create does not have a facility for this.

Such designs can be modeled in Carbide Create Pro:

and there was a lengthy discussions of work-arounds and editing G-code at:

Probably the best option here is:

(for folks who run Windows and do their designing at a desk w/ a mouse)

The easiest way would be to program it flat and edit the Gcode at the appropriate point.

You can model the tapers, but to cut in 3D you have to use a lace/zig-zag/raster cut, so you need to limit the cut with a boundary just a smidge bigger than the cutter.

Keep in mind you don’t need to model the entire board. Only the taper. The rest can be cut with 2D.

1 Like

Probably the most expedient thing to do would be to set up a fixture for holding the board at the correct angle and then cutting a series of larger/deeper pockets using a much simplified version of:

2 Likes

What I did, was I created a black-white gradient using Photoshop (I’m sure you can use any photo editing tool). then imported the gradient as a relief map. If you adjust your shades of grey correctly, you can get any depth settings / layout that you want.

I was making a tapered trough, the simplified image is this (boxy):


Note: It’s a subtle grey to black (not a lot of depth)
and it resulted in this:

Which (if you look closely) is similar to the ramps you’re looking for.

For your project, the contour would likely look something like this:


Where everything black will be at top level, and white is bottom level — you will then need to modify your gradient colors to get the heights you want…but that’s an idea…the board would be flat at the top and then dive down to max depth on the bottom right.

  • Gary
2 Likes

Here’s what I was referring to. Build the ramps locally, then use a boundary to only machine the groove. I machined the round pocket using a 2D pocket path.

I used this gradient for the ramps, one at 1/8" deep, the other at 1/4" deep

2 Likes

FWIW, there is a full set of files for this sort of thing at:

2 Likes

Thank you, this is the solution I was looking for and comprehend :blush:

Thank you, I have the Pro version but programming needs a bit of learning.

2 Likes

Program a pocket 5mm deep, put board on waste table, shim one side up 5mm, set z heigh on the highest point, hit go button?

It seems to me that you could “trick” cc into doing that by using an Ad Varve, but instead of using a V-bit, install a Bowl Bit? The Vector would be a long, skinny Triangle.


Just spitballing here.

3 Likes

That would certainly do it. A little math involved, but with a 90° vee the width would be twice the depth. So in this case 5mm would be 10mm at the wider end.
There is occasionally a bug with very sharp shapes & you may have to make the other end something very small like 0.001" wide, rather than 0.000. i.e. add another point.

2 Likes

Thanks for confirming my thoughts.

I would run a .75" 90 Degree V-bit in CC, and then IRL use a .75" Bowl bit.

PixelCNC’s paths-carving operation will let you use a vector (aka “paths-layer”) as a cutpath that is conformed to a heightmap image, like a diagonal gradient as others have mentioned.

2 Likes

Sorry to throw in my usual monkey-wrench, but why do you need a “tapered” juice groove in the first place? I know, its only an exercise. :smiley:

I’ve built and used a few juice-grooved cutting boards, but I was only concerned with getting more depth and width in the groove to hold more juice (and keep it off the counter.) The taper will only decrease the volume of the groove. (Not to mention helping to inadvertently empty the reservoir if the board is lifted off-level.)

If you were the one using the board, I think you would think the same way. :smiley:

Now back to the somewhat over-engineered project.
2 Likes

Here is one example.

Another use case is when you use a Juice pan under the cutting board.


I think the question is about “tapered”…which means becoming less wide over distance. I think what you’re showing is rounded…and perhaps pitched towards a receptacle…but it’s not tapered.

Perhaps a better term would be a slanted or inclined groove - gets deeper the closer it is to the drain hole/spout/catchment.

1 Like

Without regard to what “it” is called, even an amateur cook will tell you that the juice in a cutting-board-sized groove is not going to flow to any great extent. The juice will be full of debris and will require assistance to move around in the groove. One can get the same use out of a pocket.

So, this is all just an exercise in design. :smiley: Which is entertaining, at least.

2 Likes