Cutting machines
Cricut applique for embroidery machines: cut fabric that matches the stitch line
Cut applique fabric on a Cricut Maker or Explore so it lands inside the satin: SVG sizing in Design Space, mats and blades, fusible backing, order of operations.
11 min read · Published September 8, 2026
Cutting appliqué fabric on a Cricut is the easy part. Getting a piece that lands inside the satin border of your embroidery design, every time, is the part people get wrong, and most of the failures happen before the blade touches fabric. They happen in Design Space, at import.
This guide covers the whole chain: why sizes drift, how the Cricut export from Appliqué Maker avoids it, which mat and blade to use, how to back the fabric, the "solid black letters" problem, and the order in which the cutting and the stitching happen.
Why sizes drift in Design Space
An SVG file has two ways of saying how big it is. It can declare physical units in its width and height attributes, for example 4.0 inches or 101.6 mm. Or it can leave those out and just carry numbers, and then whatever program opens it has to decide how many of those numbers make an inch.
Cricut's own help page on uploads says that SVG and DXF files are "cut ready images that upload as designed" (Cricut Help: How to upload images into Design Space). The catch is what "as designed" means for a file without physical units. Design Space, like most cutting software that grew up alongside Adobe Illustrator, reads unit-less user units at 72 per inch. Silhouette says the same thing about its own software in plain words: "SVG files need to be at the default rate of 72 DPI to retain their size" (Silhouette support: Importing and exporting troubleshooting).
Inkscape, which is what most embroiderers use to draw or edit appliqué shapes, moved to 96 units per inch in version 0.92 to match the CSS standard (Inkscape 0.92 release notes). Divide 72 by 96 and you get 0.75. A 100 mm heart drawn in Inkscape and saved without physical units arrives in Design Space at 75 mm. The embroidery file still sews a 100 mm placement line. The cut piece is 25 mm too small and nothing about the stitch file can fix it.
The reverse also happens. An SVG saved by a program that uses 72 units per inch and then re-saved elsewhere can end up 33 percent too large. Either way, the symptom is the same: the piece does not sit on the placement run.
How the Cricut export avoids it
The cut file the studio writes is built in millimetres. One user unit is one millimetre, and the width and height attributes carry mm values. That is exactly right for Silhouette Studio, LightBurn, Inkscape and Brother CanvasWorkspace.
For Cricut, the export does one extra thing: it writes the width and height in inches instead. The numbers inside the file do not change. The viewBox still says the drawing is, say, 110 units wide, but the width attribute now says 4.3307 in. Design Space reads the physical unit, ignores its 72 per inch assumption, and the piece imports at 110 mm. This is what the "Cricut" target in the download menu does; the "generic", "Silhouette" and "ScanNCut" targets keep mm.
Two things follow from that:
- Import at 100 percent and do not resize on the canvas. If you type a new width in Design Space to "correct" it, you are undoing the fix.
- If you must resize (you also resized the embroidery file), resize both by the same percentage and re-check with the template. Better: resize in the studio and download both files again, because the satin width and the cut allowance are recomputed for the new size. See resizing an embroidery design.
The file also carries a description line stating the allowance and the units, so you can open it in a text editor and confirm what you have before uploading.
Mat and blade
Cricut's mat guide is unambiguous about fabric. The FabricGrip mat is "for use with Cricut Maker machines and Rotary Blade, or Cricut Explore family machines and Bonded-Fabric Blade", and "Cricut Explore machines require bonded fabric for cutting" (Cricut Help: Which materials should I cut on the different machine mat grip strengths?).
| Machine | Blade | Fabric state | Mat | | --- | --- | --- | --- | | Maker, Maker 3, Maker 5 | Rotary Blade | Any fabric, backed or not | FabricGrip (pink) | | Explore, Explore Air 2, Explore 3 | Bonded-Fabric Blade | Must be fused to an iron-on backing | FabricGrip (pink) | | Any, as a fallback | Fine-Point Blade | Stiffened fabric only, expect fraying | StrongGrip (purple) lists "fabric with stiffener" |
The Fine-Point Blade drags through fabric rather than rolling over it. On a light cotton fused to HeatnBond it will cut, but corners tear and thin points fray. The same Cricut page lists "fabric with stiffener" under the StrongGrip mat, which is the honest description of that method. If you own a Maker, use the Rotary Blade. On an Explore, buy the Bonded-Fabric Blade; it is a fine-point blade with a different bevel and a pink housing, and it is meant for fabric that is already fused.
A few practical notes from Cricut's fabric-cutting instructions (Cricut Help: Cricut Maker: Multi-layer fabric cutting):
- Use a brayer to press the fabric onto the FabricGrip mat. A firm, even bond matters more than the mat's tack.
- Keep the fabric inside the adhesive area. Overhang catches the rollers.
- Place the shape at least half an inch from the fabric edge. The rotary wheel needs a run-in.
- Remove pieces with tweezers or a spatula, not fingernails, to avoid stretching the edge.
Back the fabric before you cut
Cut the backing with the fabric, not after. A raw cotton piece with no backing shifts on the mat, frays at the cut, and later moves on the hoop. Fused fabric cuts cleaner, peels off the mat as one piece, and sticks to the garment for placement.
HeatnBond Lite is the common choice because it is "paper backed, iron-on, sewable" and the manufacturer notes that pieces bonded with it "must be sewn for permanent bond", which for appliqué is the whole point (Therm O Web: HeatnBond Lite). Their instructions: iron on medium heat with no steam, press 2 to 4 seconds to apply the adhesive to the wrong side of the fabric, let it cool, cut, then peel the paper liner. The final bond to the garment is 6 to 8 seconds per section.
Order matters here:
- Fuse the adhesive to the wrong side of the fabric while it is still a rectangle. Do not peel the paper.
- Put the fabric on the FabricGrip mat. Paper side down is easiest to release; if you do that, mirror the design in Design Space, or the letters will come out backwards.
- Cut.
- Peel the paper from the cut piece only when you are about to place it.
Regular-weight HeatnBond (the "UltraHold" kind) is labelled no-sew and gums the needle. Skip it for anything with a satin border. If you prefer a spray-tack workflow for very small pieces, the same rules apply: stabilise, then cut, then place. Fabric and stabiliser choices covers the rest.
The "solid black letters" problem
Upload an appliqué alphabet and the A comes in as a solid triangle, the O as a disc. The counters are gone. This is a fill-rule problem, not a size problem.
An SVG letter with a hole is one compound path: an outer ring and an inner ring. Which region is "inside" depends on the fill rule. With the even-odd rule, a point inside both rings is outside the shape, so the counter is a hole. With the non-zero rule, it depends on the winding direction of each ring, and if the tracing program drew both rings the same way round, the hole disappears.
The studio's cut file writes each piece as one path with fill-rule set to even-odd, a black hairline stroke of 0.1 mm, and no fill. Each piece gets its own id (piece-1, piece-2 and so on) so multi-piece designs arrive as separate objects laid out exactly as they stitch. For letters and monograms the holes are the same rings the embroidery machine sews around, so the cut piece and the placement run always agree. Appliqué letters and monograms explains why letters under 25 mm cap height are flagged.
If a letter still fills solid after upload, the fix inside Design Space is: select the letter, Ungroup, select the outer shape and the counter together, then Slice. Do that before you cut, and check the mat preview.
Verify scale with the template
Every download includes a 1:1 placement template, an A4 or Letter page with the placement run dashed, the cut line solid, a centre cross with hoop alignment ticks, and a 100 mm scale bar along the bottom edge. Print it at 100 percent with "fit to page" off, then put a ruler on the bar. If the bar is 100 mm, the printer is honest and everything else on the page is at true size.
Now cut one piece and lay it on the template. The fabric edge should sit on the solid line, a hair outside the dashed one. If it sits exactly on the dashed line the cut is too small, and if it overhangs the solid line by more than about a millimetre it is too large. Ten minutes with the template saves a hooped garment.
The gap between the two lines is the cut allowance. The tool tests offsets from 0.2 to 1.0 mm for each shape and keeps the one with the highest predicted clean rate. For a 4 mm satin on woven fabric that usually lands at 0.5 to 0.8 mm. The logic behind that choice, and what happens when it is wrong in either direction, is in choosing a cut allowance.
Order of operations
The cut is step one, but the sequence around it is what makes the piece land. This is how the three colour blocks in the embroidery file are meant to be used; the reasoning behind each one is in placement, tack-down and satin.
- Fuse the backing, put the fabric on the FabricGrip mat, cut on the solid line. One piece per colour block in the design.
- Hoop the garment with stabiliser. Load the embroidery file and sew the first colour block only: the placement run. It is a 2.5 mm running stitch exactly on the shape outline and it shows you where the piece goes.
- Stop the machine. Peel the paper from the cut piece, centre it on the placement run so an even sliver of fabric shows outside the stitching all round, and finger-press or tack it with a dab of temporary spray. Do not iron it in the hoop.
- Sew the second colour block: the tack-down. It runs 1.2 mm inside the outline so it lands on the fabric, not beside it. Once it is down the piece cannot shift.
- Trim nothing (you already cut to size), then sew the third colour block: the satin border. The tool sets it to 3 to 5 mm wide, 4 mm by default, with the outer rail pushed out by 0.25 mm on woven fabric to allow for pull-in.
If the piece lands off centre by more than a millimetre at step 3, take it off and re-place it rather than hoping the satin covers it. The prediction assumes 0.3 mm of placement error when you use spray adhesive and two alignment marks, 0.5 mm normal, and 0.9 mm when placing quickly. The difference between careful and rough placement moves a 100 mm design with a 4 mm satin from about 99 percent predicted clean to about 74 percent. That number is the design's, not the cutter's.
Try it
Make the stitch file and the Cricut cut file from one shape
Upload an SVG, PNG or type text; download the embroidery file, the Cricut-sized SVG, and the printable template together.
When the piece still does not fit
Work through these in order. Most fit problems are one of the first two.
| Symptom | Likely cause | Fix | | --- | --- | --- | | Piece is 75 percent of the placement run | Unit-less SVG read at 72 per inch | Use the Cricut export or set width and height in inches; do not resize on the canvas | | Piece is 133 percent of the placement run | SVG re-saved at 72 and read at 96 | Same fix; check the template bar first | | Piece matches on one axis only | Aspect lock was off during a resize | Re-download rather than stretch | | Raw edge peeks out under the satin's inner edge | Allowance too small, or piece placed off centre | Increase allowance by 0.2 mm, or place with the template marks | | Fabric shows outside the satin | Allowance too large, or knit fabric pulled in | Reduce allowance, or pick "knit" so the satin widens to 5 mm and the rail moves out 0.4 mm | | Letters cut solid | Fill rule ignored or rings stacked | Slice in Design Space; check the SVG is one compound path per letter | | Edges frayed or torn at points | Fine-Point Blade on fabric | Rotary Blade (Maker) or Bonded-Fabric Blade on fused fabric (Explore) |
More stitch-side causes, including tack-down misses and satin gaps, are in appliqué troubleshooting. If you are starting from a purchased design rather than your own artwork, the Silhouette and ScanNCut guides cover the same workflow on those machines, and making a cut file from a design you already own covers recovering the outline from a PES or DST.
Questions
Why does my SVG come into Design Space at the wrong size?
Design Space keeps whatever size the SVG file declares. If the file has no physical units, it is read at 72 pixels per inch, while most vector editors save at 96, so a 100 mm shape lands at 75 mm. Our Cricut export writes the width and height in inches, so it imports at the true size.
Do I need a Cricut Maker to cut appliqué fabric?
No. A Maker cuts unbonded fabric with the Rotary Blade on the FabricGrip mat. An Explore needs the Bonded-Fabric Blade and fabric that has been fused to an iron-on backing first. For appliqué you fuse the backing anyway, so either machine works.
Should I cut the fabric exactly on the placement line?
No. Cut slightly outside it. The tool chooses an allowance for each shape, typically 0.5 to 0.8 mm for a 4 mm satin, so the satin covers the raw edge on both sides after the fabric pulls in.
My letters cut as solid blocks with no counters. What went wrong?
The importer ignored the hole rule in the SVG or the letters were traced as separate stacked paths. Our cut file writes each piece as one compound path with an even-odd fill rule, so the counters of an A or O come out as holes. If a re-export does not fix it, ungroup in Design Space and use Slice.
How do I know the cut piece and the stitch file are the same size?
Print the placement template at 100 percent, measure the 100 mm bar with a ruler, then lay your cut piece on the solid line of the template. If both match, the machine's placement run will match too.