Browse Source

G29 patch followup

Scott Lahteine 5 years ago
parent
commit
6e01079b48
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/abl/G29.cpp View File

419
 
419
 
420
     #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
420
     #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
421
 
421
 
422
-      if (TERN_(PROBE_MANUALLY, !no_action)
422
+      if (TERN1(PROBE_MANUALLY, !no_action)
423
         && (gridSpacing != bilinear_grid_spacing || probe_position_lf != bilinear_start)
423
         && (gridSpacing != bilinear_grid_spacing || probe_position_lf != bilinear_start)
424
       ) {
424
       ) {
425
         // Reset grid to 0.0 or "not probed". (Also disables ABL)
425
         // Reset grid to 0.0 or "not probed". (Also disables ABL)

Loading…
Cancel
Save