浏览代码

Enable ZigZag AutoBedLeveling on Deltas (PR#2273)

ZigZag has been disabled by fault due to do_topography_map
schlotzz 9 年前
父节点
当前提交
1e9cf905c7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp 查看文件

@@ -2684,6 +2684,8 @@ inline void gcode_G28() {
2684 2684
           // If do_topography_map is set then don't zig-zag. Just scan in one direction.
2685 2685
           // This gets the probe points in more readable order.
2686 2686
           if (!do_topography_map) zig = !zig;
2687
+        #else
2688
+          zig = !zig;
2687 2689
         #endif
2688 2690
 
2689 2691
         for (int xCount = xStart; xCount != xStop; xCount += xInc) {

正在加载...
取消
保存