
MECHA C2 User’s Guide v.3.2.15 — Advanced Mode
© 2021 FANOTEC
®
139
Considering the script:
SL, 0x12, 45x12, -45x12, N, Z
Let's see how it can be modified in different situations.
What Needs to be Changed sometimes in Real
Situations
Instead of a single zenith, more zeniths may be needed, say, for flare reasons,
in which case Z can be replaced with Zx2, for example, which will produce 2
zeniths 180° apart (360°/2):
SL, 0x12, 45x12, -45x12, N, Zx2
For two zeniths 90° apart, the ZZ convention can be used, or ^90, which tells
MECHA to use a 90° interval between zeniths instead of the computed 360°/2.
SL, 0x12, 45x12, -45x12, N, ZZ
SL, 0x12, 45x12, -45x12, N, Zx2^90
The same way, for two zeniths 120° apart:
SL, 0x12, 45x12, -45x12, N, Zx2^120
Now, for zeniths at a tilt of 80° instead of 90°, which might help in automatic
control points because the zenith is just like any row but at a tilt of 90°, 90x1 will
do the same as Z, thus 80x1 is what you need for a zenith at a tilt of 80° instead.
For two zeniths at a tilt of 80° and 180° apart, use 80x2, and for two zeniths 90°
apart, we can use 80x2^90. Thus, the script will be:
SL, 0x12, 45x12, -45x12, N, 80x2^90