') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); GitHub - Balcore-Systems/foamsync: FoamSync — production 4-axis CAM for hot-wire foam cutting. · GitHub
Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

FoamSync

Production 4-axis CAM for hot-wire EPS foam cutting

From sketch to clean G-code in one tool — generate the shape, nest it automatically, cut it precisely.

Latest releasePlatformWebsite

Download · Website · Docs · FAQ


What is FoamSync?

FoamSync turns a hot-wire foam cutter into a precision production tool. Instead of hand-drawing every profile and fighting with raw G-code, you generate the shape parametrically, let the cut-safe nester pack it into your stock, and send a clean, kerf-compensated 4-axis toolpath to the machine — or simulate the whole job first on the built-in virtual machine.

Built for the shops that cut EPS / XPS / PU every day: architectural décor, RC and aero foam cores, and thermal insulation.

FoamSync

The point is time. A parametric generator collapses the hours normally spent preparing and converting profiles down to minutes — so the work shifts back to where it belongs: actually cutting parts.

Highlights

  • ⚙️ Parametric generators — domes, vaults, walls, cornices, NACA airfoils, pipe shells, thermal panels. Minutes, not hours.
  • 🪛 4-axis cutting (with 5th rotary-axis support) — independent X/Y and U/V towers for tapered and twisted parts.
  • 🧩 Auto-nesting — collision-aware packing across every generator, with continuous, clean cut paths.
  • 🖥️ Virtual machine — preview and validate the full cut before touching real foam.
  • 🎛️ Real-machine control — live DRO, jog, heater control (PWM / PID), one-tap wire-zero.
  • 🪶 Cut quality built in — per-material calibrated feed and curvature-adaptive corner slowdown.
  • ✏️ Freehand Grid editor — draw any custom contour (snap grid, curved edges, holes, trace-over-image) and save it to your own library.
  • 📐 SVG / DXF import — bring in profiles you already have.

Generators

🏛 BUILD — architectural

Dome (radial / oculus / top-cap), Vault (custom span & height), building-block walls with rounded-corner openings, and a Cornice generator for decorative moulding profiles.

Dome generator

✈️ AERO — 4-axis airfoils

NACA-4 airfoil (any chord / thickness), spar-slot cut-outs with bridge support, 4-axis tilted cuts, and cylindrical or tapered wings with independent root + tip profiles.

NACA airfoil generator

🔥 THERMAL — insulation

Pipe-shell unfolder for cylindrical jackets, and a thermal-panel stack-nester.

Thermal panel generator

Always included

Grid Sketch (freehand contour editor + saved-shape library), primitive Shapes, and SVG / DXF import — on every edition, including Lite.

Editions

LiteProStudio
CAM core · real machine · virtual simulation
SVG/DXF import · Grid Sketch · Shapes
Parametric generatorsadd packsall included
Machine seats113
Customer CRM · priority support

Pro adds the BUILD / AERO / THERMAL packs à la carte — buy only the workflows you need. Each Lite and Pro licence can be monthly, annual, or a one-time perpetual key; Studio is subscription. Current pricing → foamsyncstudio.com.

Try it

Download the latest installer from Releases and run the 7-day trial — a full feature preview in virtual (no-machine) mode, output watermarked, no payment required. Activate a licence to unlock real-machine output and remove the watermark.

Requirements: Windows 10 / 11, 64-bit. See installation and hardware & wiring.

Documentation

IntroductionFeatures
WorkflowTiers & packs
Virtual machineHardware & wiring
InstallationActivation
FAQSupport

Support

Questions, licences, onboarding → foamsyncstudio.com · or see support.


2026 © Balcore Systems · Frankfurt-am-Main, Germany · FoamSync™

This repository hosts public documentation and signed release downloads. FoamSync is proprietary software — see LICENSE.

Releases

Packages

Contributors