mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Merge pull request #2880 from fieldOfView/fix_machinesettings_diameter_no_materials
Hide material diameter when the machine has no materials
This commit is contained in:
commit
7cc953d8e7
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ Cura.MachineAction
|
|||
Loader
|
||||
{
|
||||
id: materialDiameterField
|
||||
visible: Cura.MachineManager.hasMaterials
|
||||
sourceComponent: numericTextFieldWithUnit
|
||||
property string settingKey: "material_diameter"
|
||||
property string unit: catalog.i18nc("@label", "mm")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue