mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Apply suggestions from code review
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
741a112282
commit
ce5691c12d
15 changed files with 28 additions and 15 deletions
|
@ -20,7 +20,8 @@ RecommendedSettingSection
|
|||
enableSectionSwitchEnabled: recommendedPrintSetup.settingsEnabled
|
||||
tooltipText: catalog.i18nc("@label", "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing.")
|
||||
|
||||
function onEnableSectionChanged(state) {
|
||||
function onEnableSectionChanged(state)
|
||||
{
|
||||
supportEnabled.setPropertyValue("value", state)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue