mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE -> Disabled unused code
This commit is contained in:
parent
8768b04c8a
commit
6eee31bf5a
2 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,9 @@ public:
|
|||
#endif // ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE
|
||||
void prepare();
|
||||
float cusp_height(float z, float cusp_value, int ¤t_facet);
|
||||
float horizontal_facet_distance(float z);
|
||||
#if !ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE
|
||||
float horizontal_facet_distance(float z);
|
||||
#endif // !ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE
|
||||
|
||||
protected:
|
||||
SlicingParameters m_slicing_params;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue