Преглед изворни кода

Merge pull request #1271 from RobotCaleb/DeltaCalMenu

Move delta calibration menu to sample delta configuration.
alexborro пре 10 година
родитељ
комит
0268c03a75
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

Loading…
Откажи
Сачувај