BlenderGcodeImport
BlenderGcodeImport copied to clipboard
Not working on blender 2.75
Tried to load a gcode file made by replicatorG. Got this error:

What Gives?
Grumble. Alas, I'm not going to have time to look into this for at least a month.
Cool, I have some python experience, it seems to say it can't convert a string to float, I will see what I can do and will submit a pull request if I get it, just don't count on it though.
Seems your code is trying to turn the X, Y, Z, and E strings of your list into floats, but it cannot.
