Fixing Perl unit tests

This commit is contained in:
Vojtech Bubnik 2021-12-01 19:24:23 +01:00
parent 9cf483fe08
commit 9ea81a9dbf

View file

@ -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();