mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Codestyle
This commit is contained in:
parent
2cf82d1b0b
commit
9f13338c17
3 changed files with 26 additions and 22 deletions
|
@ -14,6 +14,9 @@ import UM.Logger
|
|||
import UM.i18n
|
||||
catalog = UM.i18n.i18nCatalog("cura")
|
||||
|
||||
|
||||
## This action allows for certain settings that are "machine only") to be modified.
|
||||
# It automatically detects machine definitions that it knows how to change and attaches itself to those.
|
||||
class MachineSettingsAction(MachineAction):
|
||||
def __init__(self, parent = None):
|
||||
super().__init__("MachineSettingsAction", catalog.i18nc("@action", "Machine Settings"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue