Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HQJ1 opened this issue Dec 6, 2021 · 1 comment
Open

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

HQJ1 opened this issue Dec 6, 2021 · 1 comment

Comments

@HQJ1
Copy link

HQJ1 commented Dec 6, 2021

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
Copy link

pandon1 commented Feb 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants