1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Implement clone() for Fill classes

This commit is contained in:
Alessandro Ranellucci
2016-11-30 19:47:45 +01:00
committed by bubnikv
parent 716dc2e650
commit ceb72da632
7 changed files with 13 additions and 0 deletions
@@ -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