瀏覽代碼

🩹 Fix G33 Delta Sensorless Probing compile (#24291)

lujios 3 年之前
父節點
當前提交
3b142e531c
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/calibrate/G33.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G33.cpp 查看文件

@@ -437,7 +437,7 @@ void GcodeSuite::G33() {
437 437
   const bool stow_after_each = parser.seen_test('E');
438 438
 
439 439
   #if HAS_DELTA_SENSORLESS_PROBING
440
-    probe.test_sensitivity.set(!parser.seen_test('X'), !parser.seen_test('Y'), !parser.seen_test('Z'));
440
+    probe.test_sensitivity = { !parser.seen_test('X'), !parser.seen_test('Y'), !parser.seen_test('Z') };
441 441
     const bool do_save_offset_adj = parser.seen_test('S');
442 442
   #endif
443 443
 

Loading…
取消
儲存