GCodeParser icon indicating copy to clipboard operation
GCodeParser copied to clipboard

Store search result of HasWord() and use it in GetWordValue() to speed up

Open Matrixchung opened this issue 1 year ago • 0 comments

This helps to prevent an extra while() search loop. Also fixed: HasWord(char letter) should return false when letter is not a valid word (IsWord(letter) == false)

Matrixchung avatar Nov 16 '24 16:11 Matrixchung