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:
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