Skip to content
Snippets Groups Projects
Unverified Commit 0850b38b authored by Roxy-3D's avatar Roxy-3D Committed by GitHub
Browse files

Get Bi-Linear working with G26

G26 uses logic that looks like:
```
ex = _GET_MESH_X(i + 1) - (SIZE_OF_INTERSECTION_CIRCLES - (SIZE_OF_CROSSHAIRS));
```
The Bi-Linear macros need parenthesis to work correctly.
parent 000b3b31
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment