mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
png export parameters routed to SLA print config. PngExportDialog disabled.
This commit is contained in:
parent
057dfa56e3
commit
4796ef3fb2
3 changed files with 138 additions and 104 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue