nophead / Mendel90

A RepRap Mendel variant using sheets for the frame instead of rods
http://hydraraptor.blogspot.com/2011/12/mendel90.html
261 stars 248 forks source link

add support for Python 3.2 and 3.3, retain backward compatibility #43

Closed brad closed 10 years ago

brad commented 10 years ago

This updates the Python scripts to work with the latest Python (3.3), and continues to support 2.6 and 2.7. Most of the changes are just to use the print function instead of the special syntax used in 2.x.

brad commented 10 years ago

One big reason for doing this is that some operating systems (for example Arch Linux) are beginning to ship with Python 3.x as the default.