mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:35:52 +08:00
Hide material diameter when the machine has no materials
eg Ultimaker 2 when using UltiGcode
This commit is contained in:
parent
0668f80792
commit
d5d75aca19
@ -283,6 +283,7 @@ Cura.MachineAction
|
|||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
id: materialDiameterField
|
id: materialDiameterField
|
||||||
|
visible: Cura.MachineManager.hasMaterials
|
||||||
sourceComponent: numericTextFieldWithUnit
|
sourceComponent: numericTextFieldWithUnit
|
||||||
property string settingKey: "material_diameter"
|
property string settingKey: "material_diameter"
|
||||||
property string unit: catalog.i18nc("@label", "mm")
|
property string unit: catalog.i18nc("@label", "mm")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user