浏览代码

Homing code followup (#20632)

Patching a87e5197cf
ellensp 3 年前
父节点
当前提交
56a5d0b287
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Marlin/src/module/motion.cpp
  2. 1
    1
      buildroot/share/PlatformIO/scripts/common-dependencies.py

+ 1
- 1
Marlin/src/module/motion.cpp 查看文件

@@ -1657,7 +1657,7 @@ void homeaxis(const AxisEnum axis) {
1657 1657
 
1658 1658
     // Slow move towards endstop until triggered
1659 1659
     const float rebump = bump * 2;
1660
-    if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("Re-bump: ", rebump, "mm");
1660
+    if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPAIR("Re-bump: ", rebump, "mm");
1661 1661
     do_homing_move(axis, rebump, get_homing_bump_feedrate(axis));
1662 1662
 
1663 1663
     #if BOTH(HOMING_Z_WITH_PROBE, BLTOUCH)

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-dependencies.py 查看文件

@@ -318,6 +318,6 @@ env.AddMethod(MarlinFeatureIsEnabled)
318 318
 #
319 319
 # Add dependencies for enabled Marlin features
320 320
 #
321
-check_configfile_locations() 
321
+check_configfile_locations()
322 322
 apply_features_config()
323 323
 force_ignore_unused_libs()

正在加载...
取消
保存