mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
User settings are now properly proposed for export
CURA-11561
This commit is contained in:
parent
2aef33f521
commit
8ad4ab90a8
6 changed files with 114 additions and 46 deletions
|
@ -1,11 +1,7 @@
|
|||
# Copyright (c) 2024 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from PyQt6.QtCore import Qt, QObject, pyqtProperty
|
||||
from UM.FlameProfiler import pyqtSlot
|
||||
from UM.Application import Application
|
||||
from UM.Qt.ListModel import ListModel
|
||||
from UM.Logger import Logger
|
||||
from PyQt6.QtCore import QObject, pyqtProperty
|
||||
|
||||
|
||||
class SettingsExport(QObject):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue