mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Controller Software for the Brother PP-1 SKiTCH embroidery machine.
Color change finish lock stitches now look FORWARD (Loop C) instead of backward, aligning the knot with the stop event data for correct tension when the machine halts for thread color changes. Lock stitch direction breakdown: - Loop A (Jump/Entry): Look forward - hides knot under upcoming stitches - Loop B (End/Cut): Look backward - hides knot inside previous stitches - Loop C (Color Change): Look forward - aligns with stop event data Added detailed comments documenting which loop corresponds to each lock stitch location in the code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github | ||
| build | ||
| docs | ||
| electron | ||
| public | ||
| src | ||
| .gitignore | ||
| .node-version | ||
| CLAUDE.md | ||
| eslint.config.mjs | ||
| forge.config.js | ||
| index.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.electron.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.electron.mts | ||
| vite.config.mts | ||