* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Variables in memory after executing axial-fan.kcl
|
|
---
|
|
{
|
|
"fan": {
|
|
"type": "Module",
|
|
"value": 4
|
|
},
|
|
"fanHousing": {
|
|
"type": "Module",
|
|
"value": 1
|
|
},
|
|
"motor": {
|
|
"type": "Module",
|
|
"value": 3
|
|
}
|
|
}
|