blender-for-science / import-G-code

Imports G-code files into Blender 2.80+ as a collection of layers which can then be animated or exported.
GNU General Public License v3.0
33 stars 9 forks source link

"ValueError: could not convert string to float:" #11

Open HQJ1 opened 2 years ago

HQJ1 commented 2 years ago

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

pandon1 commented 2 years ago

I'm having the same issue! if you found a solution please please let me know