Files
modeling-app/rust/kcl-lib/tests/kcl_samples/multi-axis-robot/program_memory.snap
Nick Cameron 3b2abe5814 Declare std kwarg functions in KCL and migrate circle (#5955)
* Support calling KCL std KW fns, and move circle to KCL std

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

* Doc comments on parameters

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

* Update grammar

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

* Change use of counterClockWise to ccw

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

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-24 21:55:24 +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": 6
},
"j3RobotArm": {
"type": "Module",
"value": 7
},
"robotArmBase": {
"type": "Module",
"value": 4
},
"rotatingBase": {
"type": "Module",
"value": 5
}
}