Files
modeling-app/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/program_memory.snap
Nick Cameron db5ce7ba85 Move turns to a submodule of std (#6039)
* Move turns to a submodule of std

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Cache module infos as well as memory; fix a bug with deprecated constants

Signed-off-by: Nick Cameron <nrc@ncameron.org>

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-30 11:10:44 +13:00

23 lines
365 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing multi-axis-robot.kcl
---
{
"j2RobotArm": {
"type": "Module",
"value": 7
},
"j3RobotArm": {
"type": "Module",
"value": 8
},
"robotArmBase": {
"type": "Module",
"value": 5
},
"rotatingBase": {
"type": "Module",
"value": 6
}
}