v1.beta4 (BUGFIX: safeZ)
Pre-release
Pre-release
BUGFIX ONLY.
Fixes an error that was introduced when the change was made to use F360 Heights for SafeZ.
When determining if a safe retract or plunge (no change in XY) could be made, the comparison of the current Z location was occurring against the original safeZ property. Unfortunately, that property now contained a string like "Retract:15". This was now always failing (JavaScript is happy not to throw an error - pain).
A change has been made to now compare current Z to the value computed as SafeZ, as is occurring for the XY movements.