소스 검색

Fix RESTORE_LEVELING_AFTER_G28 (#20471)

JoAnn Manges 4 년 전
부모
커밋
1be16e3d8c
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G28.cpp 파일 보기

@@ -435,7 +435,7 @@ void GcodeSuite::G28() {
435 435
     do_blocking_move_to_z(delta_clip_start_height);
436 436
   #endif
437 437
 
438
-  TERN_(RESTORE_LEVELING_AFTER_G28, set_bed_leveling_enabled(leveling_was_active));
438
+  TERN_(RESTORE_LEVELING_AFTER_G28, set_bed_leveling_enabled(leveling_restore_state));
439 439
 
440 440
   restore_feedrate_and_scaling();
441 441
 

Loading…
취소
저장