mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:43:16 +08:00
Merge pull request #4268 from smartavionics/mb-extruder-cooling-fan-number-gui
Added extruder setting field for cooling fan number.
This commit is contained in:
commit
742f135733
@ -435,6 +435,18 @@ Cura.MachineAction
|
|||||||
property bool allowNegative: true
|
property bool allowNegative: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loader
|
||||||
|
{
|
||||||
|
id: extruderCoolingFanNumberField
|
||||||
|
sourceComponent: numericTextFieldWithUnit
|
||||||
|
property string settingKey: "machine_extruder_cooling_fan_number"
|
||||||
|
property string label: catalog.i18nc("@label", "Cooling Fan Number")
|
||||||
|
property string unit: catalog.i18nc("@label", "")
|
||||||
|
property bool isExtruderSetting: true
|
||||||
|
property bool forceUpdateOnChange: true
|
||||||
|
property bool allowNegative: false
|
||||||
|
}
|
||||||
|
|
||||||
Item { width: UM.Theme.getSize("default_margin").width; height: UM.Theme.getSize("default_margin").height }
|
Item { width: UM.Theme.getSize("default_margin").width; height: UM.Theme.getSize("default_margin").height }
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user