bnf/axes: make h and v absolute

This commit is contained in:
Starbeamrainbowlabs 2021-12-01 20:02:53 +00:00
parent a7412a2c2f
commit caa06a5c4c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ front 3 left 10 y 77 x 30 back 99
<axis_name_absolute> ::= <axis_letters_absolute>
| "-" <axis_letters_absolute>
<axis_name_relative> ::= front | back | left | right | up | down | h | v | "?"
<axis_name_relative> ::= front | back | left | right | up | down | "?"
<axis_letters_absolute> ::= x | y | z
<axis_letters_absolute> ::= x | y | z | h | v