mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 20:04:29 +03:00
Implement clone() for Fill classes
This commit is contained in:
committed by
bubnikv
parent
716dc2e650
commit
ceb72da632
@@ -12,6 +12,7 @@ namespace Slic3r {
|
||||
class Fill3DHoneycomb : public Fill
|
||||
{
|
||||
public:
|
||||
virtual Fill* clone() const { return new Fill3DHoneycomb(*this); };
|
||||
virtual ~Fill3DHoneycomb() {}
|
||||
|
||||
// require bridge flow since most of this pattern hangs in air
|
||||
|
||||
Reference in New Issue
Block a user