mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
PNG conversion and parallel execution working.
This commit is contained in:
parent
d97939c012
commit
0f552832da
17 changed files with 1876 additions and 37 deletions
|
@ -323,7 +323,7 @@ public:
|
|||
|
||||
void print_to_png(std::string dirpath) {
|
||||
// Where should this be specified?
|
||||
print_to_png(dirpath, 2560, 1440, 70.0, 40.0);
|
||||
print_to_png(dirpath, 1440, 2560, 40.0, 72.0);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue