Wrong variables. The right ones for constellation Orion are:
ConstLinesOri
ConstBoundaryOri
ConstLabelOri
...and 87 similar for other constellations. Use IAU abbreviation as a prefix of a variable.
Since these are variables, you control them by a command Set:
Set ConstLinesOri true
Set ConstBoundaryOri false
There are special variables to toggle all constellations and zodiacal ones:
ConstLinesAll
ConstBoundaryAll
ConstLabelAll
ConstLinesZodiac
ConstBoundaryZodiac
ConstLabelZodiac
Got a question about those variables. I want to switch on just Orion lines constellation
If I do a
Set ConstLinesOri true nothing happens until I do a
show constellations, after which all constellations do appear.
If I thedn do a Set ConstLinesOri false only Orion's line disappear.
So from the beginning I guess I should do a:
show constellations
set ConstLinesAll false
set ConstLinesOri true
to have just Orion's line on, but that's not working for the second line does not switch off all cosntellations, it just do nothing so I get again all constellations on.
What am I doing wrong?