mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 04:09:18 +08:00
Flush the output buffer when writing svg files from PrintSLA.cpp.
Fixes #4311
This commit is contained in:
parent
d3a3d6d620
commit
6e283f6914
@ -297,6 +297,8 @@ SLAPrint::write_svg(const std::string &outputfile) const
|
||||
fprintf(f,"\t</g>\n");
|
||||
}
|
||||
fprintf(f,"</svg>\n");
|
||||
// Ensure that the output gets written.
|
||||
fflush(f);
|
||||
}
|
||||
|
||||
coordf_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user