mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed
This commit is contained in:
parent
0a6562a8f1
commit
cc7ce1d408
7 changed files with 18 additions and 24 deletions
6
cura.py
Executable file
6
cura.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from src.CuraApplication import CuraApplication
|
||||
|
||||
app = CuraApplication.getInstance()
|
||||
app.run()
|
Loading…
Add table
Add a link
Reference in a new issue