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 authored and CONSULitAS committed Aug 18, 2016
1 parent aeec267 commit 0c99dfe
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 @@ -6074,7 +6074,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 0c99dfe

Please sign in to comment.