Skip to content

v1.beta4 (BUGFIX: safeZ)

Pre-release
Pre-release
Compare
Choose a tag to compare
@flyfisher604 flyfisher604 released this 15 Feb 19:21

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.