Easy Flo- Resin
Super low viscosity casting resin. Low viscosity equates to easy mixing, excellent detail penetration, and the most bubble-free castings without employing vacuum degassing and pres sure casting techniques.Easy Flo 60, is an outstanding 1:1 (by volume), white, polyurethane plastic with the lowest mixed viscosity available. Demold time: 15-30 minutes, Mixed viscosity: 60cP, Color: White, Shore Hardness: D65.Easy Flo 90, 5 minute working time, 20-60 minute demold time; off white. Demold time: 60-120 minutes, Mixed viscosity: 200cP, Color: Off-White, Shore Hardness: D70.Easy Flo 120, Similar to EasyFlo 60, but designed for rotocasting, slush casting or lay-up applications where lightweight, hollow castings are needed. Demold time: 15-30 minutes, Mixed viscosity: 120cP, Color: Off-White, Shore Hardness: D65.Easy Flo Clear, Great for casting with metals and other colors. Has a slight amber tint. Demold time: 15-30 minutes, Mixed viscosity: 110cP, Color: Amber, Shore Hardness: D72. .sd-efr { --sd-brand: #5681cc; --sd-brand-deep: #3f66ad; --sd-brand-soft: #eef2fb; --sd-paper: #f6f7f9; --sd-surface: #ffffff; --sd-ink: #232831; --sd-muted: #5f6670; --sd-line: #e3e6ec; --sd-line-strong: #ccd1da; --sd-serif: "DM Serif Display", Georgia, serif; --sd-sans: "Libre Franklin", system-ui, -apple-system, sans-serif; --sd-mono: "JetBrains Mono", ui-monospace, monospace; box-sizing: border-box; width: 100%; max-width: 820px; margin: 2.5rem auto; font-family: var(--sd-sans); color: var(--sd-ink); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .sd-efr *, .sd-efr *::before, .sd-efr *::after { box-sizing: border-box; } .sd-efr__eyebrow { font-family: var(--sd-mono); font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--sd-brand-deep); margin: 0 0 .6rem; } .sd-efr__title { font-family: var(--sd-serif); font-weight: 400; font-size: clamp(1.7rem, 4vw, 2.3rem); line-height: 1.1; letter-spacing: .005em; margin: 0 0 .55rem; } .sd-efr__lede { font-size: 1rem; color: var(--sd-muted); max-width: 62ch; margin: 0; } .sd-efr__block { margin-top: 2.6rem; } .sd-efr__block-head { display: flex; align-items: baseline; gap: .9rem; margin-bottom: 1.1rem; } .sd-efr__block-title { font-family: var(--sd-serif); font-weight: 400; font-size: 1.35rem; margin: 0; white-space: nowrap; } .sd-efr__rule { flex: 1; height: 1px; background: var(--sd-line-strong); } /* ---- Shared spec sheet ---- */ .sd-efr__specs { border-top: 2px solid var(--sd-brand); border-bottom: 1px solid var(--sd-line); } .sd-efr__spec { display: flex; align-items: baseline; gap: .65rem; padding: .72rem 0; border-bottom: 1px solid var(--sd-line); } .sd-efr__spec:last-child { border-bottom: 0; } .sd-efr__spec-k { font-size: .94rem; color: var(--sd-muted); flex-shrink: 0; } .sd-efr__spec-dots { flex: 1; border-bottom: 1px dotted var(--sd-line-strong); transform: translateY(-.28em); min-width: 1.5rem; } .sd-efr__spec-v { font-family: var(--sd-mono); font-size: .9rem; font-weight: 500; color: var(--sd-ink); text-align: right; flex-shrink: 0; } .sd-efr__spec-v--accent { color: var(--sd-brand-deep); } /* ---- Formula cards ---- */ .sd-efr__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .sd-efr__card { background: var(--sd-surface); border: 1px solid var(--sd-line); border-radius: 3px; padding: 1.1rem 1.2rem 1.2rem; } .sd-efr__card-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .55rem; } .sd-efr__card-name { font-family: var(--sd-serif); font-weight: 400; font-size: 1.18rem; margin: 0; } .sd-efr__chip { display: inline-flex; align-items: center; gap: .35rem; font-size: .71rem; color: var(--sd-muted); border: 1px solid var(--sd-line-strong); border-radius: 20px; padding: .15rem .55rem; white-space: nowrap; } .sd-efr__sw { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); display: inline-block; } .sd-efr__sw--white { background: #f4f4f2; } .sd-efr__sw--offwhite { background: #efe9da; } .sd-efr__sw--amber { background: #d2a437; } .sd-efr__visc { display: flex; align-items: center; gap: .55rem; margin: .2rem 0 .8rem; } .sd-efr__visc-k { font-size: .76rem; color: var(--sd-muted); flex-shrink: 0; } .sd-efr__visc-track { flex: 1; height: 6px; background: var(--sd-line); border-radius: 3px; overflow: hidden; } .sd-efr__visc-fill { display: block; height: 100%; background: var(--sd-brand); border-radius: 3px; } .sd-efr__visc-val { font-family: var(--sd-mono); font-size: .73rem; font-weight: 500; color: var(--sd-brand-deep); white-space: nowrap; flex-shrink: 0; } .sd-efr__mini { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; padding: .34rem 0; border-top: 1px solid var(--sd-line); } .sd-efr__mini span { font-size: .85rem; color: var(--sd-muted); } .sd-efr__mini b { font-family: var(--sd-mono); font-weight: 500; font-size: .8rem; color: var(--sd-ink); } .sd-efr__use { margin: .75rem 0 0; font-size: .85rem; color: var(--sd-muted); line-height: 1.5; } /* ---- FAQ (static, always open) ---- */ .sd-efr__faq-item { border-bottom: 1px solid var(--sd-line); padding: 1.15rem 0; } .sd-efr__faq-item:first-child { border-top: 1px solid var(--sd-line); } .sd-efr__faq-q { font-family: var(--sd-sans); font-size: 1.02rem; font-weight: 600; color: var(--sd-ink); line-height: 1.4; margin: 0 0 .5rem; } .sd-efr__faq-a p { margin: 0; font-size: .97rem; color: var(--sd-muted); max-width: 66ch; } @media (max-width: 560px) { .sd-efr__grid { grid-template-columns: 1fr; } .sd-efr__spec { flex-wrap: wrap; } } Polyurethane Casting Resin Every detail, bubble-free A super-low-viscosity polyurethane casting resin for clean reproductions - easy 1:1 mixing, excellent detail penetration, and largely bubble-free castings without vacuum degassing or pressure casting. Specifications TypePolyurethane plastic Mix ratio1:1 by volume Formulas60 / 90 / 120 / Clear Mixed viscosityFrom 60 cP Sizes3.8 / 15.2 / 76 lb DegassingNot required Best forDetailed castings PriceFrom $51.76 Compare the formulas Easy Flo 60 White Viscosity60 cP Demold15-30 min HardnessShore D65 The lowest mixed viscosity in the line - the go-to for crisp, bubble-free detail. Easy Flo 90 Off-white Viscosity200 cP Demold60-120 min HardnessShore D70 About 5 minutes of working time - more open time before it sets up. Easy Flo 120 Off-white Viscosity120 cP Demold15-30 min HardnessShore D65 Built for rotocasting, slush casting, and lay-up - hollow, lightweight parts. Easy Flo Clear Amber tint Viscosity110 cP Demold15-30 min HardnessShore D72 A slight amber tint - made for casting with metal powders and other colors. Frequently asked What is the mix ratio for Easy Flo resin? Every Easy Flo formula mixes 1:1 by volume. The low mixed viscosity makes blending easy and helps the resin flow into fine detail. Do I need a pressure pot or vacuum chamber? No. The super-low viscosity gives easy mixing, excellent detail penetration, and largely bubble-free castings without vacuum degassing or pressure casting techniques. Which Easy Flo formula should I choose? Easy Flo 60 is the general-purpose pick with the lowest viscosity. Easy Flo 90 offers more working and demold time. Easy Flo 120 is made for rotocasting, slush casting, and lay-up where hollow, lightweight castings are needed. Easy Flo Clear has a slight amber tint and suits casting with metals and other colors. How long until I can demold a casting? It depends on the formula: roughly 15-30 minutes for Easy Flo 60, 120, and Clear, and 60-120 minutes for Easy Flo 90. What sizes is Easy Flo available in? Easy Flo is stocked in 3.8 lb, 15.2 lb, and 76 lb sizes. A 14.8 lb option is listed as well but is currently unavailable. Can I cast with metal powders or add color? Easy Flo Clear, which carries a slight amber tint, is designed for casting with metals and other colors. Pair it with coloring agents to tint your castings.
More you might like
Related
Flow Resins Easy Flow, Ultra Clear Casting Epoxy Resin
Related
Easy Flow - Ultra Clear Epoxy Resin
Related
Floating Resin Duck Easy to Clean Floating Duck for Garden
Related