Carbide Create inlay / drawing tutorial

This will be a tutorial on placing an image and re-drawing it so as to create an inlay suitable for cutting out with a V-bit and 1/8" endmill.

We start with an image:

1 Like

Once we have an image in mind, we determine the desired size, launch Carbide Create and clear the drawing area, set the stock size (7" Ht. X 5.5"W x 1/4"Thick), Import into Carbide Create using the command Job Setup | Document Background | Edit — select the graphic in the resultant dialog and click OK. Adjust scaling until the image fills the stock area, and adjust transparency as needed.

Click OK | OK | Reset View to arrive at:

2 Likes

We will be drawing this using the curve tool, which uses BĂ©zier curves and straight lines to allow one to define shapes. Originally created to allow for the modeling of French automobiles, BĂ©zier curves allow the drawing of arbitrary shapes with a great deal of control, and without having one change affect another portion of the shape.

Please see http://pomax.github.io/bezierinfo/ for more information.

Each Bézier is composed of 4 points, an on-curve, two off-curve, and an on-curve points. Each off-curve point is associated with an on-curve point — this is represented by a connecting line — and the points should ideally follow some basic rules, both for best rendering, and for simplified drawing and editing:

  • on-curve points should appear at extrema — that is the top-most, bottom-most, left-most and right-most points — if drawing a circle, there would be four on-curve points, one each, top, bottom, left, and right
  • on-curve points should appear at points of inflection — that is, where a path changes direction — if drawing an “S” curve, then an on-curve point should be place along the mid-point of the form
  • off-curve points should follow the “rule of thirds” for maximum smoothness (if desired) and should be approximately one-third of the way towards the non-associated on-curve point — that is, a given curve should have:
  • an on-curve point
  • an off-curve point about a third of the way towards the other path in terms of general distance, but may appear arrayed in any direction
  • a second off-curve point should be about two-thirds of the way towards the remaining point
  • an on-curve point

Thus a circle, when approximated (there is a slight degree of error) as BĂ©zier curves and its on and off-curve points would appear thusly:

We will begin each path with snap to grid turned on, so as to ensure that the path will snap closed, and will place by either clicking or clicking and dragging and releasing either on-curve points which define lines (or places where lines begin/end), the on-curve point, or the pair of off-curve points bracketing the just-placed on-curve point. Place as many points as will be needed to create a given shape, trying to follow the above rules — the grid will necessarily distort the curve placement — for this step, position is not as important as number of points and their type.

Zoom into the path which one wishes to draw, click on the Design tab, click on the freeform Curve tool (fourth from the left), and begin drawing. Click and release will place a point for a straight line (or portion thereof. To get a curve, click, drag and release. The click places the on-curve point, the drag determines that there will be an off-curve point, the release determines where it will be.

After placing all the points and on/off-curve points, you should have something like this:

Note that it may help to decrease the grid size, so as to make it easier to position nodes aligned to other nodes.

Click on the “Snap to Grid” button at the top left of the screen, clearing the surrounding rectangle and turning off that feature, then click to enable “Node edit mode” (the middle Edit Mode button), then drag nodes to their desired positions:

Then switch to the “Curve Edit Mode” (the right-most button):

and adjust off-curve points until everything matches up as desired.

There are three editing modes for curve path objects (from left to right):

  • Normal Edit Mode — this allows moving the object as a whole
  • Node Edit Mode — this allows repositioning a node
  • Curve Edit Mode — this allows adjusting off-curve node positions, and clicking on and dragging out of an on-path node will instantiate two off-curve nodes

Note that curve editing has a number of limitations in the current build of Carbide Create which argue for doing all of this drawing in another tool:

  • off-node curve placement is limited to equidistant points on opposite sides of an on-curve point — this requires that one add additional points if doing asymmetric elements
  • any use of the boolean operations will convert a path into polylines of straight lines which approximate the curves and are essentially impossible to edit
  • no facility for non-tangential off-curve nodes — both off-curve nodes on the opposite side of a node must be aligned through the associated on-curve point.

Ideally there would be ways to allow one to:

  • move an on-curve point as it is being placed (Freehand allows one to press the Command key to do this)
  • add or delete on-curve points
  • adjust off-curve nodes so as to not be tangential (the typical key for this is alt/option)
  • adjust off-curve nodes so as to not be equidistant to the opposing off-curve node on the other side of the associated on-curve node
  • contract an off-curve node into and on-curve node so as to create a point
  • a keyboard option allowing one to constrain off-curve nodes to be aligned either vertically, or horizontally or at 45 degrees from the associated on-curve node (the normal key for this is shift)

One would then repeat this operation for each other needed path.

1 Like

In order to do an inlay, one would of course need a second material to inlay — in this case we will assume 1/8" material, so one would draw in additional inset inlay which would allow one to V-carve the design, use a 1/8" endmill to route out the waste, then use a 90 degree V-bit to follow the geometry and cut out of a piece of 1/8" stock (w/ the stock surface set from the bottom of the stock which would then become the top) which one would then inlay into the piece.

An SVG suited for import into Carbide Create for CAM is at: http://www.shapeoko.com/wiki/images/7/7f/Nobis.svg

Or, one can do a figure-ground reversal:

For each original path, there are two inset/outset paths — select the innermost and outermost and do a V-cut, then pair the middle with its match in the other triple and cut as a pocket.

4 Likes

Here’s a step-by-step on how to draw a (rather strange-looking) letter n:

http://www.shapeoko.com/wiki/images/e/e5/Cc_drawing_n_zoomedin_stepbystep.svg

and I missed a click in-between #5 and 6 — I’m going to blame triskaidekaphobia, whoever that is.

and a further discovery:

===Node editing commands===

In addition to being able to drag nodes around, when a path is selected and “Node Edit Mode” is engaged, one may right click on the path to insert a node, or right-click on a node to delete it.

Okay, let’s try this again.

New image:

which we place onto a 2 inch wide by 1.25 inch tall work area thusly:

Except, we’re going to draw on it, then merge images, then re-upload the image — hang on, working through that now.

So, instead, place this on the background:

Download the original from: http://www.shapeoko.com/wiki/index.php/File:Cc_n_pathpoints.png

using these settings:

Then use the curve tool to practice re-creating and editing the drawing — click on the on-curve points (with snap to grid turned on), click and drag to the off-curve points, releasing at the faint grey highlight.