mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
Fix a typo in #3955
This commit is contained in:
parent
4bdcf3afe4
commit
d7e4e8e9be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue