jonathanwin / yagv

A fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and OpenGL
73 stars 48 forks source link

Fix implicit integer division #16

Open keenerd opened 5 years ago

keenerd commented 5 years ago

This patch corrects the only major issue with python3 compatibility. Everything else can be handled automatically by the "2to3" tool.