added preset saving and heat transfer

This commit is contained in:
2026-02-13 15:06:15 -06:00
parent f707c87f7e
commit a881a0a381
7 changed files with 559 additions and 20 deletions

35
presets/windings.json Normal file
View File

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