mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Initail commit of basic structure
This commit is contained in:
commit
4e034fbbd0
2 changed files with 14 additions and 0 deletions
6
printer.py
Executable file
6
printer.py
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
from PrinterApplication import PrinterApplication
|
||||
|
||||
app = PrinterApplication()
|
||||
app.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue