mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Added extruder setting field for cooling fan number.
This commit is contained in:
parent
af64d91587
commit
a0787a03ea
1 changed files with 12 additions and 0 deletions
|
@ -433,6 +433,18 @@ Cura.MachineAction
|
|||
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 }
|
||||
|
||||
Row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue