Files
modeling-app/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/program_memory.snap
Nick Cameron efba773635 Move operations on solids to be declared in KCL (#6462)
* Declare chamfer in KCL

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

* Ignore more in the simulation tests

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

* Declare fillet in KCL

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

* Move shell and hollow to KCL

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

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-28 14:20:38 +12:00

23 lines
366 B
Plaintext

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