mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-18 05:13:14 +08:00
Organic supports: Suppressed an annoying questionable assert.
This commit is contained in:
parent
7a0b226f5c
commit
711a8aa7f0
@ -2970,7 +2970,7 @@ static void create_nodes_from_area(
|
||||
assert(radius_increase >= 0);
|
||||
double shift = (elem.state.result_on_layer - parent.state.result_on_layer).cast<double>().norm();
|
||||
//FIXME this assert fails a lot. Is it correct?
|
||||
assert(shift < radius_increase + 2. * config.maximum_move_distance_slow);
|
||||
// assert(shift < radius_increase + 2. * config.maximum_move_distance_slow);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2995,7 +2995,7 @@ static void create_nodes_from_area(
|
||||
assert(radius_increase >= 0);
|
||||
double shift = (elem.state.result_on_layer - parent.state.result_on_layer).cast<double>().norm();
|
||||
//FIXME this assert fails a lot. Is it correct?
|
||||
assert(shift < radius_increase + 2. * config.maximum_move_distance_slow);
|
||||
// assert(shift < radius_increase + 2. * config.maximum_move_distance_slow);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user