Disable PDF printer that was enabled for debugging purposes
This commit is contained in:
@@ -46,7 +46,7 @@ class PrintPostprocess(GuiPostprocess):
|
|||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
Printer = lookup_and_import(printer.modules, printer_module, 'printer')
|
Printer = lookup_and_import(printer.modules, printer_module, 'printer')
|
||||||
self._printer = Printer(page_size, True)
|
self._printer = Printer(page_size)
|
||||||
|
|
||||||
def get(self, picture):
|
def get(self, picture):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user