diff --git a/svelte-app/src/lib/export.ts b/svelte-app/src/lib/export.ts index 2e7a98b..b632879 100644 --- a/svelte-app/src/lib/export.ts +++ b/svelte-app/src/lib/export.ts @@ -191,7 +191,7 @@ async function emitEpc(lines: string[], sym: PlacedSymbol, label: string, outerT const ppx = ox + prev.x, ppy = oy + prev.y; const rAngle = Math.atan2(ply - ppy, plx - ppx) * 180 / Math.PI; const rb = EPC_CONFIG.rightBox; - parts.push(` `); + parts.push(` `); } lines.push(` `);