소스 검색

Spacing adjustment, ubl_G29

Scott Lahteine 7 년 전
부모
커밋
34b5041576
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/ubl_G29.cpp

+ 2
- 2
Marlin/ubl_G29.cpp 파일 보기

@@ -389,8 +389,8 @@
389 389
     }
390 390
 
391 391
     if (code_seen('P')) {
392
-      if (WITHIN(phase_value,0,1) && ubl.state.eeprom_storage_slot==-1) {
393
-        ubl.state.eeprom_storage_slot=0;
392
+      if (WITHIN(phase_value, 0, 1) && ubl.state.eeprom_storage_slot == -1) {
393
+        ubl.state.eeprom_storage_slot = 0;
394 394
         SERIAL_PROTOCOLLNPGM("Default storage slot 0 selected.\n");
395 395
       }
396 396
 

Loading…
취소
저장