Commit 7f4d4221 authored by MagoKimbra's avatar MagoKimbra

Fix M428

parent 2808d839
...@@ -5456,7 +5456,7 @@ inline void gcode_M428() { ...@@ -5456,7 +5456,7 @@ inline void gcode_M428() {
memcpy(current_position, new_pos, sizeof(new_pos)); memcpy(current_position, new_pos, sizeof(new_pos));
memcpy(home_offset, new_offs, sizeof(new_offs)); memcpy(home_offset, new_offs, sizeof(new_offs));
#if defined(DELTA) || defined(SCARA) #if defined(DELTA) || defined(SCARA)
sync_plan_position_delta() sync_plan_position_delta();
#else #else
sync_plan_position(); sync_plan_position();
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment