mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Fix tests which expect make_fills without arguments
This commit is contained in:
parent
33121b705a
commit
2debffc496
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
void make_perimeters();
|
void make_perimeters();
|
||||||
|
void make_fills() { this->make_fills(nullptr); };
|
||||||
void make_fills(FillAdaptive_Internal::Octree* adaptive_fill_octree);
|
void make_fills(FillAdaptive_Internal::Octree* adaptive_fill_octree);
|
||||||
void make_ironing();
|
void make_ironing();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue