mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
Show Extruder 1,2,3,... in message
CURA-5693
This commit is contained in:
parent
39e1dbd95f
commit
f7765189c8
@ -1400,7 +1400,8 @@ class MachineManager(QObject):
|
||||
self._global_container_stack.extruders[position].setEnabled(False)
|
||||
|
||||
need_to_show_message = True
|
||||
disabled_used_extruder_position_set.add(int(position))
|
||||
# In message, we need to show Extruder 1, 2, 3 instead of 0, 1, 2
|
||||
disabled_used_extruder_position_set.add(int(position) + 1)
|
||||
|
||||
else:
|
||||
variant_container_node = self._variant_manager.getVariantNode(self._global_container_stack.definition.getId(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user