Fix crashes when the Z axis is moved via LCD by calling `plan_buffer_line` only when there is enough room in the planner buffer, to avoid endless recursion. A brief description about what went wrong is in #1166
|
|
||
830 |
|
830 |
|
831 |
|
831 |
|
832 |
|
832 |
|
833 |
|
|
|
|
833 |
|
|
|
834 |
|
|
834 |
|
835 |
|
835 |
|
836 |
|
836 |
|
837 |
|
837 |
|
|
|
|
838 |
|
|
|
839 |
|
|
|
840 |
|
|
|
841 |
|
|
838 |
|
842 |
|
839 |
|
843 |
|
840 |
|
844 |
|