mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
Fix for issue #1765 : no end info in SLA png files.
This commit is contained in:
@@ -200,6 +200,8 @@ void Raster::save(std::ostream& stream, Compression comp)
|
||||
wr.write_row(ptr);
|
||||
}
|
||||
|
||||
wr.write_end_info();
|
||||
|
||||
break;
|
||||
}
|
||||
case Compression::RAW: {
|
||||
|
||||
Reference in New Issue
Block a user