import-G-code icon indicating copy to clipboard operation
import-G-code copied to clipboard

"ValueError: could not convert string to float:"

Open HQJ1 opened this issue 2 years ago • 1 comments

I'm using blender 2.83.18, with regex and tqdm successfully installed, but when i try to import the gcode, i get this error:

File "C:\User\PC\Appdata\Roaming\Blender Foundation\Blender\2.83\scripts\addons\import-G-code-master\processor.py", Line 76, in execute y = round(float(match.group('Y')), 3) ValueError: could not convert string to float:

location: :-1

HQJ1 avatar Dec 06 '21 17:12 HQJ1