浏览代码

Move delta calibration menu to sample delta configuration.

Turn off by default.
Caleb Anderson 10 年前
父节点
当前提交
991a74b75b
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 0
    7
      Marlin/Configuration.h
  2. 7
    0
      Marlin/example_configurations/delta/Configuration.h

+ 0
- 7
Marlin/Configuration.h 查看文件

546
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
546
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
547
 //#define REPRAP_DISCOUNT_SMART_CONTROLLER
547
 //#define REPRAP_DISCOUNT_SMART_CONTROLLER
548
 
548
 
549
-// Delta calibration menu
550
-// uncomment to add three points calibration menu option.
551
-// See http://minow.blogspot.com/index.html#4918805519571907051
552
-// If needed, adjust the X, Y, Z calibration coordinates
553
-// in ultralcd.cpp@lcd_delta_calibrate_menu()
554
-#define DELTA_CALIBRATION_MENU
555
-
556
 // The GADGETS3D G3D LCD/SD Controller (blue PCB)
549
 // The GADGETS3D G3D LCD/SD Controller (blue PCB)
557
 // http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
550
 // http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
558
 //#define G3D_PANEL
551
 //#define G3D_PANEL

+ 7
- 0
Marlin/example_configurations/delta/Configuration.h 查看文件

478
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
478
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
479
 //#define RA_CONTROL_PANEL
479
 //#define RA_CONTROL_PANEL
480
 
480
 
481
+// Delta calibration menu
482
+// uncomment to add three points calibration menu option.
483
+// See http://minow.blogspot.com/index.html#4918805519571907051
484
+// If needed, adjust the X, Y, Z calibration coordinates
485
+// in ultralcd.cpp@lcd_delta_calibrate_menu()
486
+// #define DELTA_CALIBRATION_MENU
487
+
481
 //automatic expansion
488
 //automatic expansion
482
 #if defined (MAKRPANEL)
489
 #if defined (MAKRPANEL)
483
  #define DOGLCD
490
  #define DOGLCD

正在加载...
取消
保存