mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fix crashing png export on Linux.
This commit is contained in:
parent
56db426de7
commit
5fe83110cb
2 changed files with 15 additions and 12 deletions
|
@ -325,7 +325,7 @@ public:
|
|||
double width_mm, double height_mm);
|
||||
|
||||
void print_to_png(std::string dirpath) {
|
||||
// Will need some GUI dialogue perhaps for these to be specified.
|
||||
// Will need some GUI dialog perhaps for these to be specified.
|
||||
print_to_png(dirpath, 1440, 2560, 68.0, 120.0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue