mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 07:49:04 +08:00
Hide the extruder button for Custom FDM Printers with 1 extruder
This commit is contained in:
parent
391533e939
commit
82d3a98f95
@ -74,7 +74,8 @@ Item
|
||||
Repeater
|
||||
{
|
||||
id: extruders
|
||||
model: Cura.ExtrudersModel { id: extrudersModel }
|
||||
property var _model: Cura.ExtrudersModel { id: extrudersModel }
|
||||
model: _model.items.length > 1 ? _model : 0
|
||||
ExtruderButton { extruder: model }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user