mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Adaptive layer height profile -> Added Adaptive button to imgui dialog
This commit is contained in:
@@ -1522,11 +1522,8 @@ bool PrintObject::update_layer_height_profile(const ModelObject &model_object, c
|
||||
layer_height_profile.clear();
|
||||
|
||||
if (layer_height_profile.empty()) {
|
||||
//#if ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE
|
||||
// layer_height_profile = layer_height_profile_adaptive(slicing_parameters, model_object.layer_config_ranges, model_object.volumes);
|
||||
//#else
|
||||
//layer_height_profile = layer_height_profile_adaptive(slicing_parameters, model_object.layer_config_ranges, model_object.volumes);
|
||||
layer_height_profile = layer_height_profile_from_ranges(slicing_parameters, model_object.layer_config_ranges);
|
||||
//#endif // ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE
|
||||
updated = true;
|
||||
}
|
||||
return updated;
|
||||
|
||||
Reference in New Issue
Block a user