mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 20:54:26 +08:00
Improved grbl.on_probe_fixture event signature, some minor fixes
This commit is contained in:
@@ -254,7 +254,7 @@ static status_code_t execute_unary (float *operand, ngc_unary_op_t operation)
|
||||
break;
|
||||
|
||||
case NGCUnaryOp_FIX:
|
||||
*operand = floor(*operand);
|
||||
*operand = floorf(*operand);
|
||||
break;
|
||||
|
||||
case NGCUnaryOp_FUP:
|
||||
|
||||
Reference in New Issue
Block a user