Simplified inlay using Estlcam

I’ve struggled with understanding how to do an inlay for about a year. Lots of resources explain how to do it with various paid programs. But none of them went through how to do it with free resources. I finally stumbled on a video in German that I was able to watch what he was doing and fully understand. It was so simple, I was a little mad. :slight_smile: Once I understood what I needed to do, my very first inlay came out flawless. I’ve made a dozen in the last two weeks, including some mixed media (aluminum into wood, wood into aluminum).

I’m capturing the steps here for anyone else trying to figure out how the heck to make this work with free software and not getting lost in 3D software like F360 or FreeCAD. Here’s what I used:

  • Inkscape 1.2
  • Estlcam 11.244
  • cncjs 1.9.26

These steps would work using Carbide Create or other programs.

Here’s my very first inlay ever.

And here’s my second

So let’s get to it!

  1. In Inkscape, create the drawing for your project. This is you design that will be v-carved into your material.

(tip: I like to work in outline mode: View > Display > Outline.)
(tip: Set your stroke width to 0.001mm. Why? CAM programs can interpret stroke width differently, this eliminates stroke width impacting your final cut. Object > Fill and Stroke > Stroke Style > Width.)

  1. Select your design, make a copy, and then while it is selected Object > Flip Horizontally. This is the design that will be inlayed into a your base. You should now have both designs, one right reading, the other reversed. Save this file as an svg, like Coffee Example.svg.

(tip: Before saving, select all then: Path > Object to Path. This ensures all your text and rounded corners will import properly.)

  1. Open Estlcam (or Carbide, etc.). Import this file File > Open > Coffee Example.svg

  1. We’re going to work with the top design first. Using the Estlcam “Carve” tool, select the inside of each piece of the design.


  1. Select the tool paths you just created and choose your v-carve bit. I’m using a 60deg Kyocera that has a very sharp tip.
  • I set my Stepover to 3% to clear the bottom - this will depend on your bit.
  • Set your depth limit - I use 0.050". This does not need to be very deep to achieve great results. Adjust as needed for your project.
  • Set a Carve pocketing tool. I’m using a 1/16" endmill since these are pretty small letters.
  • Set Machine order to 10.

  1. Using the Estlcam “Part” tool, select your outer shape and appropriate bit. In this case, I’m using a 1/4" endmill.
  • Set your Toolpath depth (I set mine to full depth of 0.995" for my stock, no holding tabs since I am using tape and glue).
  • Set Machine order to 20
  1. Select the Zero tool and place the home point for your project.

  1. File > Save Project to save your working file: Coffee Example.e10

  2. File > Save CNC Program to generate and save your tool paths: Coffee Example.nc

  3. File > Save Project As and give the project a new name to begin creating the next step: Coffee Example Inverse.e10

  4. Select all your tool paths and delete them, time to start working on the reversed image!

  5. Using the “Carve” tool, select the outside of your design.

  1. Select the tool paths you’ve created and select the same v-carve bit as before.
  • Don’t forget those tiny inside loops, like the center of the “e”!
  • (warning! math!) My depth on the first piece was 0.050", I want the inverse piece to be a little taller than that, so the total height will be 0.070". This is the first of two cuts we’re doing, so this cut will be 1/2 of the depth.
  • Depth limit: 0.035"
  • Start level: 0.000"
  • Maximum carve width: 0.500" (adjust for your design)
  • Carve pocketing tool: 1/16 endmill
  • Machine order: 10 (IMPORTANT!)

  1. With the same tool paths selected, go to Edit > Lock. The paths will turn grey.

  2. Repeat the same process, selecting the same tool paths with the carve tool.

  • Depth limit: 0.035"
  • Start level: 0.035" (IMPORTANT!)
  • Maximum carve width: 0.500" (adjust for your design)
  • Carve pocketing tool: 1/16 endmill
  • Machine order: 20 (IMPORTANT!)

  1. Set your Zero location.
  2. You now have two tool paths stacked on top of each other. The first starts at 0.000" and cuts down to 0.035", the second starts at 0.035" and cuts down another 0.035" - a total of 0.070" deep.
  3. File > Save Project to save your working file: Coffee Example Inverse.e10
  4. File > Save CNC Program to generate and save your tool paths: Coffee Example Inverse.nc
  5. Optional This will save you some tool changes, but only do this if you are comfortable!
  • Open your Inverse file in ncviewer.com
  • Click on the gcode window and then ctrl-f
  • Search for “m6t” - your tool order will be pocket 1, v-carve 1, pocket 2, vcarve 2.
  • Reorder your tool paths to be pocket 1, pocket 2, v-carve 1, vcarve 2. Do this by selecting all the code for pocket 2, then ctrl-x to cut and ctrl-v to past into the new location after pocket 1 and before v-carve 1.
  • On pocket 2, delete the tool change header as appropriate for your setup. For mine, I delete from (No. 3: ) to G04 P3 (which is the start of the new tool path to the pause I have for the router speed to ramp) as highlighted in image. This will allow pocket 1 to immediately continue to pocket 2 at the new depth without a tool change prompt. Do the same for v-carve 2.
  • Save the new file.

Your set up is now done! Go cut your two new files like you normally would. My next posts will show what we’ve done in this setup and then how to assemble and finish your new inlay project.

tl;dr (for those impatient folks, here it is in 6 steps!)

  • Create your art in Inkscape
  • Copy your art and create a mirror image with “flip horizontal”
  • Import both into Estlcam
  • For your “right” reading art, select the inside of the tool paths using Carve and your favorite v-carve bit, set the depth to 0.050"; save this tool path
  • For your mirror image (the inlay) select the outside of the tool paths using Carve and your favorite v-carve bit, set the depth to 0.035", start level to 0.000", machine order to 10; lock these tool paths
  • Select the outside of the same tool paths using Carve, set the depth to 0.035", start level to 0.035", machine order to 20; save these combined mirror image tool paths as a new name
3 Likes

Let’s go through what’s happening with an inlay with the instructions described in the first post.

First, if you just v-carve both normally, one right reading carved inside and one reversed carved outside, they won’t fit together. The base characters start at your letter width and narrow down as the v-carve carves down to the bottom. The inlay piece starts at your letter width and then flares out wider as it carves away the outer material.

These two piece won’t fit together because their faces are the same size.

To solve this, we’re cutting the inlay in two layers.

  • Cut 1 starts at 0.000" deep and cuts to 0.035" (light orange)
  • Cut 2 starts at 0.035" deep and cuts to 0.035" (0.070" total) (dashed blue)
  • This “fakes” the router into cutting the top of your inlay narrower (the dark orange line) creating a mirror image of the base cut.

Put together, it looks like this:

The blue dashed line is where the slope of your inlay and widest top part of your base cut are the same size, at 0.035" deep on the inlay. This allows about .015 clearance on the bottom of the base for a glue gap and compression for a tight seamless fit. It also allows about 0.020" between the two for the same purpose. Depending on the density of your two materials, you may need to adjust this.

Here’s the file from the first post assembled. I’ll post some pics tomorrow of the cuts and tips on how to assemble and finish it.

8 Likes

Took a little longer than I meant to, but getting back to details on assembling the finished product. Lots of videos and how-to guides on this part, but thought I’d share my steps so this is a complete start to finish post. :slight_smile:

Also note, in the first post I used 0.050" on the pocket and 0.035/0.035 (0.070" total) on the inlay slug. I was have an issue with my Z axis cutting a bit too deep, so these may be a bit shallow. I just did another using 0.060" on the pocket and 0.040/0.040 (0.080" total) on the inlay slug. This worked really well, but you may need to experiment depending on the material you are using.

On the right is the pocket v-carved to 0.050" deep, on the left is the inlay slug being cut in reverse.

When the inlay slug was finished, I put it on my band saw and cut it free from the larger chunk of wood you see above. Then use a poker of some type to clear away as much of the burs and debris from the v-carve in both pieces.

Apply glue to both pieces. You want it to be well covered, but careful not to get too much or your slug won’t seat into the pocket all the way - the glue won’t squeeze out because the sides are such a tight fit. I’ve seen some people try to be really careful with this, I make a mess because it all gets sanded off anyway and I’d rather spend a few extra seconds with the sander than trying to be precise with the glue.

Then marry the two pieces together.

And clamp the crud out of them. Because I cut my slug so thin, I put a thicker board on top to distribute the pressure.

The next step can be done in a few ways. If the slug is really thick, I put it on my bandsaw and cut away as much as I can first. In this case, it was already really thin, so I taped and glued to my cnc bed and used 80 grit to sand it away. You could also run a surfacing pass with a 1/4 endmill. Just be careful you don’t go to deep. This is the backside of the coffee sign, you can see one of the letters starting to show through right next to the sander.

Once it’s sanded smooth, finish as you see fit!

Hope this all helps others take the plunge and have some fun with inlays!

8 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.