mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +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_row(ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wr.write_end_info();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Compression::RAW: {
|
case Compression::RAW: {
|
||||||
|
|||||||
Reference in New Issue
Block a user