Home
last modified time | relevance | path

Searched refs:global_min_slope (Results 1 – 1 of 1) sorted by relevance

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/settings/
H A DAdaptiveLayerHeights.cpp81 double global_min_slope = std::numeric_limits<double>::max(); in calculateLayers() local
139 if (global_min_slope > minimum_slope) in calculateLayers()
141 global_min_slope = minimum_slope; in calculateLayers()