Browse Source

Fix a typo in #3955

pull/1/head
Scott Lahteine 8 years ago
parent
commit
d7e4e8e9be
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -6057,7 +6057,7 @@ inline void gcode_M428() {
}
if (!err) {
#if ENABLED(DELTA) && ENABLED(SCARA)
#if ENABLED(DELTA) || ENABLED(SCARA)
sync_plan_position_delta();
#else
sync_plan_position();

Loading…
Cancel
Save