mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-30 01:54:40 +08:00
Fix tests which expect make_fills without arguments
This commit is contained in:
parent
5997f2759c
commit
71237cf11f
@ -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…
x
Reference in New Issue
Block a user