mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Implement clone() for Fill classes
This commit is contained in:
parent
716dc2e650
commit
ceb72da632
7 changed files with 13 additions and 0 deletions
|
@ -15,6 +15,7 @@ public:
|
|||
virtual ~FillHoneycomb() {}
|
||||
|
||||
protected:
|
||||
virtual Fill* clone() const { return new FillHoneycomb(*this); };
|
||||
virtual void _fill_surface_single(
|
||||
const FillParams ¶ms,
|
||||
unsigned int thickness_layers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue