Check current tool number
-
When using RRF 3, I want to check the current tool number using if statement. I wrote a snippet but it seemed not working, any ideas?
if state.currentTool = 1 M117 "Tool1" if state.currentTool = 0 M117 "Tool0"
-
You have indent every line Inside the if Statement
-
Oh now it's working, thank you!
-
@Ray11 You are welcome
-
This post is deleted!