mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
better name: "Compatible material diameter" in Machine Settings
CURA-4832
This commit is contained in:
parent
ce709bf24a
commit
02291bb6a3
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ Cura.MachineAction
|
|||
visible: Cura.MachineManager.hasMaterials
|
||||
sourceComponent: numericTextFieldWithUnit
|
||||
property string settingKey: "material_diameter"
|
||||
property string label: catalog.i18nc("@label", "Material diameter")
|
||||
property string label: catalog.i18nc("@label", "Compatible material diameter")
|
||||
property string unit: catalog.i18nc("@label", "mm")
|
||||
property string tooltip: catalog.i18nc("@tooltip", "The nominal diameter of filament supported by the printer. The exact diameter will be overridden by the material and/or the profile.")
|
||||
function afterOnEditingFinished()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue