mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 11:22:38 +02:00
Wrong addition corrected. AmoutOfToolChanges counts up now.
This commit is contained in:
@@ -65,7 +65,7 @@ void user_tool_change(uint8_t new_tool)
|
||||
// Start of function
|
||||
// AmountOfToolChanges=AmountOfToolChanges+1 each time.
|
||||
|
||||
AmountOfToolChanges=+1;
|
||||
AmountOfToolChanges++;
|
||||
|
||||
sprintf(temp, "Tool change amount=%d\r\n", AmountOfToolChanges);
|
||||
grbl_send(CLIENT_ALL, temp);
|
||||
|
Reference in New Issue
Block a user