null Skip to main content

HeatSoft SATIN ESM-HTMS Heat Transfer Film

$199.95 - $303.95
Financing Options:

HeatSoft SATIN is a new heat transfer material from Roland DG that weeds easily, smoothly transfers, and produces a “screen printed” look on cotton, polyester, and poly/cotton. As part of a digital inkjet printer workflow, HTM Satin heat transfer film produces high-resolution results with a wide color gamut, smoother gradations, and cleaner lines – plus none of the mess or hassle of screen-printing.

Features:

  • Affordably priced with high-end color results 
  • Use in conjunction with PTM2 mask
  • 3 mil polyurethane film supplied on polyester liner – thin yet durable
  • Easy to transfer to mask without the use of a squeegee
  • High opacity for use with dark fabrics
  • High white point in comparison to other transfer materials
  • Softer hand than most other transfer materials

Applications

  • Textiles
  • Apparel Decoration
  • Bags, hats, totes, etc

// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those