mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 10:05:59 +08:00
assert triggered ???
This commit is contained in:
parent
9390638229
commit
693f924de9
@ -518,7 +518,7 @@ static inline void extruder_range_slow_down_non_proportional(
|
|||||||
for (PerExtruderAdjustments *adj : by_min_print_speed) {
|
for (PerExtruderAdjustments *adj : by_min_print_speed) {
|
||||||
adj->idx_line_begin = 0;
|
adj->idx_line_begin = 0;
|
||||||
adj->idx_line_end = 0;
|
adj->idx_line_end = 0;
|
||||||
assert(adj->idx_line_begin < adj->n_lines_adjustable);
|
// assert(adj->idx_line_begin < adj->n_lines_adjustable); //w8 for prusa to correct the root cause
|
||||||
if (adj->lines[adj->idx_line_begin].feedrate > feedrate)
|
if (adj->lines[adj->idx_line_begin].feedrate > feedrate)
|
||||||
feedrate = adj->lines[adj->idx_line_begin].feedrate;
|
feedrate = adj->lines[adj->idx_line_begin].feedrate;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user