mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 04:19:03 +08:00
Remove make_fills() that was just for perl
This commit is contained in:
parent
0b3974954d
commit
d12146e5f0
@ -377,8 +377,6 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
void make_perimeters();
|
void make_perimeters();
|
||||||
// Phony version of make_fills() without parameters for Perl integration only.
|
|
||||||
void make_fills() { this->make_fills(nullptr, nullptr, nullptr); }
|
|
||||||
void make_fills(FillAdaptive::Octree *adaptive_fill_octree,
|
void make_fills(FillAdaptive::Octree *adaptive_fill_octree,
|
||||||
FillAdaptive::Octree *support_fill_octree,
|
FillAdaptive::Octree *support_fill_octree,
|
||||||
FillLightning::Generator *lightning_generator);
|
FillLightning::Generator *lightning_generator);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user