You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: