png export parameters routed to SLA print config. PngExportDialog disabled.

This commit is contained in:
tamasmeszaros 2018-08-28 14:55:40 +02:00
parent 057dfa56e3
commit 4796ef3fb2
3 changed files with 138 additions and 104 deletions

View file

@ -190,7 +190,7 @@ protected:
};
// Should display a dialog with the input fields for printing to png
PngExportData query_png_export_data();
PngExportData query_png_export_data(const DynamicPrintConfig&);
// The previous export data, to pre-populate the dialog
PngExportData prev_expdata_;