mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:21:59 +08:00
Compile out functions not used in perl build
This commit is contained in:
parent
61c60d6d32
commit
415e65f5f5
@ -211,10 +211,12 @@ class PrintObject
|
|||||||
PrintObject(Print* print, ModelObject* model_object, const BoundingBoxf3 &modobj_bbox);
|
PrintObject(Print* print, ModelObject* model_object, const BoundingBoxf3 &modobj_bbox);
|
||||||
~PrintObject();
|
~PrintObject();
|
||||||
|
|
||||||
|
#ifndef SLIC3RXS
|
||||||
/// Outer loop of logic for horizontal shell discovery
|
/// Outer loop of logic for horizontal shell discovery
|
||||||
void _discover_external_horizontal_shells(LayerRegion* layerm, const size_t& i, const size_t& region_id);
|
void _discover_external_horizontal_shells(LayerRegion* layerm, const size_t& i, const size_t& region_id);
|
||||||
/// Inner loop of logic for horizontal shell discovery
|
/// Inner loop of logic for horizontal shell discovery
|
||||||
void _discover_neighbor_horizontal_shells(LayerRegion* layerm, const size_t& i, const size_t& region_id, const SurfaceType& type, Polygons& solid, const size_t& solid_layers);
|
void _discover_neighbor_horizontal_shells(LayerRegion* layerm, const size_t& i, const size_t& region_id, const SurfaceType& type, Polygons& solid, const size_t& solid_layers);
|
||||||
|
#endif // SLIC3RXS
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user