Fix a typo in #3955
This commit is contained in:
		@@ -6057,7 +6057,7 @@ inline void gcode_M428() {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!err) {
 | 
					  if (!err) {
 | 
				
			||||||
    #if ENABLED(DELTA) && ENABLED(SCARA)
 | 
					    #if ENABLED(DELTA) || ENABLED(SCARA)
 | 
				
			||||||
      sync_plan_position_delta();
 | 
					      sync_plan_position_delta();
 | 
				
			||||||
    #else
 | 
					    #else
 | 
				
			||||||
      sync_plan_position();
 | 
					      sync_plan_position();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user