mcanet/STL-Volume-Model-Calculator

Names (for classes, functions, variables etc) in Python can't start with a number

Closed this issue · 1 comments

I've found in some recent change, that there's a class named 3DPrintingMaterials, which is an invalid Python name, as names can't start with a number:

class 3DPrintingMaterials:

Yes, I fixed.