Minor reformatting
This commit is contained in:
parent
9586d71adb
commit
942c38c18b
|
|
@ -1032,8 +1032,10 @@ Having the real displacement of the head, we can calculate the total movement le
|
||||||
+ sq(y - position_float[Y_AXIS])
|
+ sq(y - position_float[Y_AXIS])
|
||||||
+ sq(z - position_float[Z_AXIS]));
|
+ sq(z - position_float[Z_AXIS]));
|
||||||
|
|
||||||
// Check for unusual high e_D ratio to detect if a retract move was combined with the last print move due to min. steps per segment. Never execute this with advance!
|
// Check for unusual high e_D ratio to detect if a retract move was combined with the last
|
||||||
// This assumes no one will use a retract length of 0mm < retr_length < ~0.2mm and no one will print 100mm wide lines using 3mm filament or 35mm wide lines using 1.75mm filament.
|
// print move due to min. steps per segment. Never execute this with advance! This assumes
|
||||||
|
// no one will use a retract length of 0mm < retr_length < ~0.2mm and no one will print
|
||||||
|
// 100mm wide lines using 3mm filament or 35mm wide lines using 1.75mm filament.
|
||||||
if (block->e_D_ratio > 3.0)
|
if (block->e_D_ratio > 3.0)
|
||||||
block->use_advance_lead = false;
|
block->use_advance_lead = false;
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue