ソースを参照

Move delta calibration menu to sample delta configuration.

Turn off by default.
Caleb Anderson 9年前
コミット
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,13 +546,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
546 546
 // http://reprap.org/wiki/RepRapDiscount_Smart_Controller
547 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 549
 // The GADGETS3D G3D LCD/SD Controller (blue PCB)
557 550
 // http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
558 551
 //#define G3D_PANEL

+ 7
- 0
Marlin/example_configurations/delta/Configuration.h ファイルの表示

@@ -478,6 +478,13 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
478 478
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
479 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 488
 //automatic expansion
482 489
 #if defined (MAKRPANEL)
483 490
  #define DOGLCD

読み込み中…
キャンセル
保存