Sienci-Labs / gsender

Connect to and control Grbl-based CNCs with ease
https://sienci.com/gsender/
Other
182 stars 41 forks source link

Tool Change Standard Re-zero wrong z height #466

Closed Nickhofr closed 7 months ago

Nickhofr commented 7 months ago

When I use the M6 code to issue a tool change. Everything works as expected except the tool height changes to 40mm rather then 20mm(probe height) plus 4 (retraction height).

kglovern commented 7 months ago

This should be fixed in the next release - the variables were concatenating as strings ('4' + '0' = 40) instead of numbers (4 + 0 = 4)