Anyone know what might be causing the max value to be 0 on an off grid coordinate? Not sure what update it changed on, just noticed it lately. The max should be -0.022, but is instead 0 on a non valid coordinate.
Thanks,
Brian
Nevermind, found a Mainsail git issue.
opened 09:34PM - 23 Mar 22 UTC
⚡ Type: Bug
### Browser:
Chrome
### Device:
Desktop PC
### Operating System:
Windows
#… ## What happened?
"Max" (maybe also "Min") and variance are wrong when a mesh is offset from the origin.
In the example below, the Max should be -0.113, but it's indicated as 0.
<img width="1044" alt="image" src="https://user-images.githubusercontent.com/2866139/159799625-69538fd4-37f7-489a-92ab-097600df15fd.png">
Mesh Leveling Probed Z positions:
-0.142500 -0.112813 -0.140625 -0.180938 -0.132188
-0.178750 -0.137500 -0.180625 -0.196563 -0.165313
-0.210625 -0.169375 -0.197813 -0.218750 -0.149375
-0.216563 -0.148750 -0.182188 -0.187500 -0.119063
-0.261875 -0.211563 -0.203750 -0.196875 -0.121563
### What did you expect to happen instead?
Max should be the actual max value
### How to reproduce this bug?
Any mesh where max is less than 0.
### Additional information:
_No response_