mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Moved setting file to scanner/printer application
This commit is contained in:
parent
b132b5db20
commit
0c18161d13
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class PrinterApplication(QtApplication):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setApplicationName('printer')
|
||||
|
||||
self._machine_settings.loadSettingsFromFile(Resources.getPath(Resources.SettingsLocation, "ultimaker2.json"))
|
||||
self._physics = None
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue