respira/src
Jan-Henrik Bruhn 7a1178166a fix: Combine COLOR_END and CUT flags on same stitch for color changes
The COLOR_END and CUT commands must be on the same stitch, not separate stitches.
This was causing the machine to execute an extra stitch with the new color before
the jump to the new position.

Changes:
- Combine COLOR_END (X flag) and CUT (Y flag) into single stitch at old position
- Machine now correctly pauses after cut, before jumping to new color section
- Update all color change tests to expect combined COLOR_END+CUT stitch

The correct sequence is now:
1. Finishing lock stitches (old color)
2. COLOR_END+CUT stitch (old color) ← Machine pauses here
3. Jump to new position (new color)
4. Starting lock stitches (new color)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-14 16:44:56 +01:00
..
assets initial 2025-11-30 22:18:14 +01:00
components feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
formats fix: Combine COLOR_END and CUT flags on same stitch for color changes 2025-12-14 16:44:56 +01:00
hooks feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
platform feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
services feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
stores feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
styles Implement comprehensive UI/UX improvements 2025-12-06 13:15:51 +01:00
types Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
utils feature: Reorganize code into formats folder structure 2025-12-14 12:19:21 +01:00
App.css Enhance UI/UX with loading states, animations, and pattern lock functionality 2025-12-06 19:28:24 +01:00
App.tsx feature: Add application version to page title 2025-12-13 23:48:05 +01:00
index.css Migrate to Tailwind CSS and fix canvas zoom issues 2025-12-05 23:25:55 +01:00
main.tsx initial 2025-11-30 22:18:14 +01:00
vite-env.d.ts feature: Add application version to page title 2025-12-13 23:48:05 +01:00