Skip to content

Commit dee51a2

Browse files
committed
ws
1 parent 7b349ca commit dee51a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Marlin/src/module/planner.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,15 @@ void Planner::init() {
257257
position.reset();
258258
TERN_(HAS_POSITION_FLOAT, position_float.reset());
259259
TERN_(IS_KINEMATIC, position_cart.reset());
260+
260261
previous_speed.reset();
261262
previous_nominal_speed = 0;
263+
262264
TERN_(ABL_PLANAR, bed_level_matrix.set_to_identity());
265+
263266
clear_block_buffer();
264267
delay_before_delivering = 0;
268+
265269
#if ENABLED(DIRECT_STEPPING)
266270
last_page_step_rate = 0;
267271
last_page_dir.reset();

0 commit comments

Comments
 (0)