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

unsupported operand type(s) for +: 'float' and 'NoneType' #43

Open
GregValiant opened this issue Jul 19, 2024 · 0 comments
Open

unsupported operand type(s) for +: 'float' and 'NoneType' #43

GregValiant opened this issue Jul 19, 2024 · 0 comments

Comments

@GregValiant
Copy link

Hi Aldo.
This came up on one of the forums (Reddit?). I was not able to reproduce it then but it came up today on a "One at a Time" a project of my own.
"...\ZOffsetPlugin\ZOffsetPlugin.py", line 144, in _filterGcode
2024-07-18 20:07:00,446 - ERROR - [MainThread] UM.Qt.Bindings.OutputDeviceManagerProxy._writeToDevice [163]: adjusted_z = round(float(result.group(2)) + z_offset_value, 5)
2024-07-18 20:07:00,446 - ERROR - [MainThread] UM.Qt.Bindings.OutputDeviceManagerProxy._writeToDevice [163]: TypeError: unsupported operand type(s) for +: 'float' and 'NoneType'

It was necessary to un-install the plugin so I could save the project file.
GL1000 Bar Clamp.zip

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

1 participant