Fix E mask
This commit is contained in:
parent
f549ce690a
commit
584177e8fd
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ uint16_t sm4_line_xyze_ui(uint16_t dx, uint16_t dy, uint16_t dz, uint16_t de)
|
||||||
}
|
}
|
||||||
if (ce <= de)
|
if (ce <= de)
|
||||||
{
|
{
|
||||||
sm |= 4;
|
sm |= 8;
|
||||||
ce += dd;
|
ce += dd;
|
||||||
e++;
|
e++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue