Fixing Perl unit tests
This commit is contained in:
parent
9cf483fe08
commit
9ea81a9dbf
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ public:
|
|||
return false;
|
||||
}
|
||||
void make_perimeters();
|
||||
// Phony version of make_fills() without parameters for Perl integration only.
|
||||
void make_fills() { this->make_fills(nullptr, nullptr); }
|
||||
void make_fills(FillAdaptive::Octree* adaptive_fill_octree, FillAdaptive::Octree* support_fill_octree);
|
||||
void make_ironing();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue