You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to any command, then when I run it, it gives me a live ?-to-axis mapping.
Here's how it maps:
Anything above 45° up maps to y.
Looking down doesn't map to y.
From halfway between +z and +x, to +x, to -z, to about 30° clockwise past -z, maps to x.
From about 30° clockwise past -z, to about 30° before -x, maps to y.
From about 30° before -x, to -x, to +z, to halfway between +z and +x, maps to z.
So, with axes like this:
....+z....
-x....+x
....-z....
it maps like this:
zzzzz.
z...|...x
z...|...x
z--+--x
z...|...x
y...|...x
yyxxxx
with y on top. (looking more that 45° vertical maps to y)
Also, looking down (about 45°) on the y side (-x and -z) maps to either x or z (instead of y) depending on your horizontal angle.
When I first noticed it, I was looking in the -z direction and my microcontrollers stacked in the +x direction.
Speaking of which, the ? axis should return both positive and negative axes, with the functions that use it stripping off the negative sign. When //stacking, the sign of the axis matters.
The text was updated successfully, but these errors were encountered:
If I add
and then add
to any command, then when I run it, it gives me a live ?-to-axis mapping.
Here's how it maps:
Anything above 45° up maps to y.
Looking down doesn't map to y.
From halfway between +z and +x, to +x, to -z, to about 30° clockwise past -z, maps to x.
From about 30° clockwise past -z, to about 30° before -x, maps to y.
From about 30° before -x, to -x, to +z, to halfway between +z and +x, maps to z.
So, with axes like this:
....+z....
-x....+x
....-z....
it maps like this:
zzzzz.
z...|...x
z...|...x
z--+--x
z...|...x
y...|...x
yyxxxx
with y on top. (looking more that 45° vertical maps to y)
Also, looking down (about 45°) on the y side (-x and -z) maps to either x or z (instead of y) depending on your horizontal angle.
Code in question:
When I first noticed it, I was looking in the -z direction and my microcontrollers stacked in the +x direction.
Speaking of which, the ? axis should return both positive and negative axes, with the functions that use it stripping off the negative sign. When //stacking, the sign of the axis matters.
The text was updated successfully, but these errors were encountered: