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:
Ghostkeeper 2017-02-03 13:50:17 +01:00
parent 7b41e844cc
commit 9546c85967
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
3 changed files with 48 additions and 2 deletions

View file

@ -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")