浏览代码

Added ifndef

Wing Tang Wong 10 年前
父节点
当前提交
58eabd21fb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/Marlin_main.cpp

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

@@ -319,6 +319,7 @@ bool cancel_heatup = false ;
319 319
 const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
320 320
 static float destination[NUM_AXIS] = {  0.0, 0.0, 0.0, 0.0};
321 321
 
322
+#ifndef DELTA
322 323
 static float delta[3] = {0.0, 0.0, 0.0};
323 324
 #endif
324 325
 

正在加载...
取消
保存