mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-25 22:20:37 +02:00
Typo causing silent failure: forgot the semicolon, so "doit" thought these
were empty lines and didn't add the Z offset.
This commit is contained in:
parent
9bf969ed27
commit
12ebe2cb20
@ -62,7 +62,7 @@ sub one
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
z = -0.8
|
$z = -0.8;
|
||||||
# x: corner offset, compensation for rotation, array position
|
# x: corner offset, compensation for rotation, array position
|
||||||
# y: corner offet
|
# y: corner offet
|
||||||
&orig(5+16+22*3, 5)
|
&orig(5+16+22*3, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user