浏览代码

Fix formatting

Scott Lahteine 3 年前
父节点
当前提交
fbefe55102
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/lcd/menu/menu_tramming.cpp

+ 2
- 2
Marlin/src/lcd/menu/menu_tramming.cpp 查看文件

@@ -44,7 +44,7 @@ static uint8_t tram_index = 0;
44 44
 
45 45
 bool probe_single_point() {
46 46
   do_blocking_move_to_z(TERN(BLTOUCH, Z_CLEARANCE_DEPLOY_PROBE, Z_CLEARANCE_BETWEEN_PROBES));
47
-  //Stow after each point with BLTouch "HIGH SPEED" mode for push-pin safety
47
+  // Stow after each point with BLTouch "HIGH SPEED" mode for push-pin safety
48 48
   const float z_probed_height = probe.probe_at_point(screws_tilt_adjust_pos[tram_index], TERN(BLTOUCH_HS_MODE, PROBE_PT_STOW, PROBE_PT_RAISE), 0, true);
49 49
   DEBUG_ECHOLNPAIR("probe_single_point: ", z_probed_height, "mm");
50 50
   z_measured[tram_index] = z_probed_height;
@@ -82,7 +82,7 @@ void tramming_wizard_menu() {
82 82
   ACTION_ITEM(MSG_BUTTON_DONE, []{
83 83
     probe.stow(); // Stow before exiting Tramming Wizard
84 84
     ui.goto_previous_screen_no_defer();
85
-    });
85
+  });
86 86
   END_MENU();
87 87
 }
88 88
 

正在加载...
取消
保存