Skip to content

Commit

Permalink
Fix a typo in MarlinFirmware#3955
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 4, 2016
1 parent 4bdcf3a commit d7e4e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d7e4e8e

Please sign in to comment.