Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed

This commit is contained in:
Arjen Hiemstra 2015-05-06 18:41:22 +02:00
parent 0a6562a8f1
commit cc7ce1d408
7 changed files with 18 additions and 24 deletions

6
cura.py Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from src.CuraApplication import CuraApplication
app = CuraApplication.getInstance()
app.run()