mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:06:07 +08:00
Merge branch '2.4'
This commit is contained in:
commit
6f7de84af0
3546
resources/i18n/ru/cura.po
Normal file
3546
resources/i18n/ru/cura.po
Normal file
File diff suppressed because it is too large
Load Diff
2417
resources/i18n/ru/fdmextruder.def.json.po
Normal file
2417
resources/i18n/ru/fdmextruder.def.json.po
Normal file
File diff suppressed because it is too large
Load Diff
5395
resources/i18n/ru/fdmprinter.def.json.po
Normal file
5395
resources/i18n/ru/fdmprinter.def.json.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -97,6 +97,7 @@ UM.PreferencesPage
|
||||
append({ text: "Français", code: "fr" })
|
||||
append({ text: "Italiano", code: "it" })
|
||||
append({ text: "Nederlands", code: "nl" })
|
||||
append({ text: "Русский", code: "ru" })
|
||||
append({ text: "Türkçe", code: "tr" })
|
||||
}
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ Item
|
||||
id: definitionsModel;
|
||||
containerId: Cura.MachineManager.activeDefinitionId
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||
exclude: ["machine_settings", "command_line_settings", "infill_mesh", "infill_mesh_order"] // TODO: infill_mesh settigns are excluded hardcoded, but should be based on the fact that settable_globally, settable_per_meshgroup and settable_per_extruder are false.
|
||||
exclude: ["machine_settings", "command_line_settings", "infill_mesh", "infill_mesh_order", "support_mesh", "anti_overhang_mesh"] // TODO: infill_mesh settigns are excluded hardcoded, but should be based on the fact that settable_globally, settable_per_meshgroup and settable_per_extruder are false.
|
||||
expanded: Printer.expandedCategories
|
||||
onExpandedChanged:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user