mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06: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:
parent
4671aed03b
commit
118a13200b
6 changed files with 39 additions and 30 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue