Files
toroid/presets/windings.json
brentperteet 8e51d36a96 Add .gitignore and commit pending changes
- Add comprehensive .gitignore for Python, Flask, IDE, and project-specific files
- Include test_optimizer.py
- Update Claude settings and windings preset configuration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-02 16:16:40 -06:00

35 lines
462 B
JSON

{
"Design 1": {
"windings": [
{
"name": "primary",
"taps": [
0,
50,
25
],
"awg": [
20,
20
]
},
{
"name": "secondary",
"taps": [
0,
100,
50,
50,
50
],
"awg": [
22,
22,
22,
22
]
}
]
},
"_last": "Design 1"
}