mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: variable layer height prompt an error when enable the prime tower
Change-Id: I80b3965d25a9e1faaff1298f42b171660974463e (cherry picked from commit a519f82ce7c1b169ad995d10a28e873e133f2373)
This commit is contained in:
@@ -1401,7 +1401,7 @@ Print::ApplyStatus Print::apply(const Model &model, DynamicPrintConfig new_full_
|
||||
// BBS
|
||||
for (PrintObject* object : m_objects) {
|
||||
auto ept_iter = std::find(print_diff.begin(), print_diff.end(), "enable_prime_tower");
|
||||
if (object->config().adaptive_layer_height && ept_iter != print_diff.end()) {
|
||||
if (/*object->config().adaptive_layer_height &&*/ ept_iter != print_diff.end()) {
|
||||
update_apply_status(object->invalidate_step(posSlice));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user