mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:05:57 +08:00
Show simple extruder names in Printers menu
This commit is contained in:
parent
35d95c74f0
commit
790ad4a09e
@ -140,7 +140,7 @@ UM.MainWindow
|
|||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
model: Cura.ExtrudersModel { }
|
model: Cura.ExtrudersModel { simpleNames: true }
|
||||||
Menu {
|
Menu {
|
||||||
title: model.name
|
title: model.name
|
||||||
visible: machineExtruderCount.properties.value > 1
|
visible: machineExtruderCount.properties.value > 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user