mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-11 23:50:05 +01:00
Templating bugfix (#86)
This commit is contained in:
parent
f0d22328cd
commit
9ad080d24c
5 changed files with 34 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
points.zones.matrix:
|
||||
mirror: 10
|
||||
key:
|
||||
magic_value: 5
|
||||
outlines:
|
||||
edge:
|
||||
- what: rectangle
|
||||
|
|
@ -44,3 +46,10 @@ pcbs:
|
|||
params:
|
||||
start: {x: 5, y: 5}
|
||||
end: [[6, 6], [7, 7]]
|
||||
arrobj_templated:
|
||||
what: arrobj_test
|
||||
where:
|
||||
ref: matrix
|
||||
params:
|
||||
start: '{x: {{magic_value}}, y: {{magic_value}}}'
|
||||
end: '[[6, 6], [7, {{magic_value}}]]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue