mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 18:51:11 -06:00
wall generation with different top and bottom plates.
This commit is contained in:
parent
1878c79ac7
commit
776f555790
3 changed files with 124 additions and 55 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue