Change pattern functions to call user function with keyword args (#6772)
* Change pattern functions to call user function with keyword args * Fix KCL code to use unlabeled syntax * Update generated output
This commit is contained in:
@ -46,7 +46,7 @@ shellExtrude = startSketchOn(s, "start")
|
||||
|> close()
|
||||
|> extrude(length = -(height - t))
|
||||
|
||||
fn tr(i) {
|
||||
fn tr(@i) {
|
||||
j = i + 1
|
||||
x = (j/wbumps) * pitch
|
||||
y = (j % wbumps) * pitch
|
||||
|
||||
Reference in New Issue
Block a user