Skip to content

Commit

Permalink
Merge pull request #3958 from thinkyhead/rc_fix_3955
Browse files Browse the repository at this point in the history
Fix a typo in #3955
  • Loading branch information
thinkyhead committed Jun 4, 2016
2 parents 4bdcf3a + d7e4e8e commit 05868de
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 05868de

Please sign in to comment.