mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Add boxes containing information on extruders
These are meant to eventually replace the bullet-list of information we currently have. Contributes to issue CURA-3161.
This commit is contained in:
parent
7b41e844cc
commit
9546c85967
3 changed files with 48 additions and 2 deletions
|
@ -100,7 +100,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
self.setPriority(2) # Make sure the output device gets selected above local file output
|
||||
self.setName(key)
|
||||
self.setShortDescription(i18n_catalog.i18nc("@action:button Preceded by 'Ready to'.", "print over network"))
|
||||
self.setShortDescription(i18n_catalog.i18nc("@action:button Preceded by 'Ready to'.", "Print over network"))
|
||||
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print over network"))
|
||||
self.setIconName("print")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue