Files
modeling-app/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/program_memory.snap
Nick Cameron 9dfb67cf61 Declare appearance function in KCL (#7220)
Move appearance to KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-05-27 23:25:27 +00:00

23 lines
389 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing multi-axis-robot.kcl
---
{
"__mod_j2RobotArm": {
"type": "Module",
"value": 4
},
"__mod_j3RobotArm": {
"type": "Module",
"value": 5
},
"__mod_robotArmBase": {
"type": "Module",
"value": 1
},
"__mod_rotatingBase": {
"type": "Module",
"value": 3
}
}