mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Implemented proper time calculation matching the Brother app algorithm: - 150ms per stitch + 3000ms startup time per color block - Calculate total and elapsed time by summing across color blocks - This fixes the "999 seconds" issue by calculating time accurately Created timeCalculation utility with: - convertStitchesToMinutes: Convert stitches to minutes using PP1 formula - calculatePatternTime: Calculate total/elapsed time per color blocks Updated ProgressMonitor to show: - Total Time (calculated from all color blocks) - Elapsed Time / Total Time (based on current stitch position) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bluetoothSupport.ts | ||
| errorCodeHelpers.ts | ||
| konvaRenderers.ts | ||
| machineStateHelpers.ts | ||
| timeCalculation.ts | ||