diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index f8bf5da148..5b2cf49db2 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -131,7 +131,7 @@ class CuraApplication(QtApplication): self._recent_files.append(QUrl.fromLocalFile(f)) @pyqtSlot(result = QUrl) - def getDefaultSavePath(self): + def getDefaultPath(self): return QUrl.fromLocalFile(os.path.expanduser("~/")) ## Handle loading of all plugin types (and the backend explicitly) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 76a367607a..279a9180e0 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -667,7 +667,7 @@ UM.MainWindow //TODO: Support multiple file selection, workaround bug in KDE file dialog //selectMultiple: true nameFilters: UM.MeshFileHandler.supportedReadFileTypes; - folder: Printer.getDefaultSavePath() + folder: Printer.getDefaultPath() onAccepted: { //Because several implementations of the file dialog only update the folder