Declare appearance function in KCL (#7220)
Move appearance to KCL Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -3,6 +3,10 @@ source: kcl-lib/src/simulation_tests.rs
|
||||
description: Variables in memory after executing import_async.kcl
|
||||
---
|
||||
{
|
||||
"__mod_screw": {
|
||||
"type": "Module",
|
||||
"value": 1
|
||||
},
|
||||
"helicalGear": {
|
||||
"type": "Function",
|
||||
"value": null
|
||||
@ -13,9 +17,5 @@ description: Variables in memory after executing import_async.kcl
|
||||
"value": [
|
||||
"2-5-long-m8-chc-screw.stl"
|
||||
]
|
||||
},
|
||||
"screw": {
|
||||
"type": "Module",
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user