1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

wall generation with different top and bottom plates.

This commit is contained in:
tamasmeszaros
2018-08-17 15:11:30 +02:00
parent 1878c79ac7
commit 776f555790
3 changed files with 124 additions and 55 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ Raster::Raster(Raster &&m):
void Raster::reset(const Raster::Resolution &r, const Raster::PixelDim &pd)
{
// Free up the unneccessary memory and make sure it stays clear after
// Free up the unnecessary memory and make sure it stays clear after
// an exception
auto o = impl_? impl_->origin() : Origin::TOP_LEFT;
reset(r, pd, o);