mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
parent
b1984f58a0
commit
9d7e460b50
40 changed files with 120 additions and 0 deletions
3
cura.py
Executable file → Normal file
3
cura.py
Executable file → Normal file
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2015 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
from src.CuraApplication import CuraApplication
|
||||
|
||||
app = CuraApplication.getInstance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue