This commit is contained in:
InsanityAutomation
2019-08-02 09:30:48 -04:00
parent 9f0e110b1f
commit aeb9355160
4 changed files with 21 additions and 15 deletions
+7 -5
View File
@@ -1,9 +1,9 @@
#define ABL_BLTOUCH // Replaces RGB LED
//#define ABL_BLTOUCH // Replaces RGB LED
#define GraphicalLCD // Will work next to MKS TFT
#define TMC_2209 // Defaults to TMC2100
#define ABL_UBL // Defaults to Bilinear
//#define TMC_2209 // Defaults to TMC2100
//#define ABL_UBL // Defaults to Bilinear
//#define RunoutSensor // Tinymachines Lerdge Sensor
#define RELOCATE_LED // Since the bltouch by default removed the LED, set this if you simply moved them off the hotend
//#define RELOCATE_LED // Since the bltouch by default removed the LED, set this if you simply moved them off the hotend
/**
* Marlin 3D Printer Firmware
@@ -989,7 +989,9 @@
#define Z_PROBE_OFFSET_RANGE_MAX 20
// Enable the M48 repeatability test to test probe accuracy
#define Z_MIN_PROBE_REPEATABILITY_TEST
#if ENABLED(ABL_BLTOUCH)
#define Z_MIN_PROBE_REPEATABILITY_TEST
#endif
// Before deploy/stow pause for user confirmation
//#define PAUSE_BEFORE_DEPLOY_STOW
+6 -2
View File
@@ -598,7 +598,9 @@
* Z Steppers Auto-Alignment
* Add the G34 command to align multiple Z steppers using a bed probe.
*/
#define Z_STEPPER_AUTO_ALIGN
#if ENABLED(ABL_BLTOUCH)
#define Z_STEPPER_AUTO_ALIGN
#endif
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
// Define probe X and Y positions for Z1, Z2 [, Z3]
#define Z_STEPPER_ALIGN_X { 30, 270 }
@@ -1190,7 +1192,9 @@
//#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#if ENABLED(ABL_BLTOUCH)
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#endif
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
#if ENABLED(GraphicalLCD)
+4 -4
View File
@@ -50,10 +50,10 @@
#define Y_CS_PIN 63
#endif
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define Z_MIN_PIN 19
#define Z_MAX_PIN 18
//#define Y_MIN_PIN 14
//#define Y_MAX_PIN 15
//#define Z_MIN_PIN 19
//#define Z_MAX_PIN 18
#if EITHER(RGB_LED, RGBW_LED)
#define RGB_LED_R_PIN 5
+4 -4
View File
@@ -50,10 +50,10 @@
#define Y_CS_PIN 63
#endif
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define Z_MIN_PIN 19
#define Z_MAX_PIN 18
//#define Y_MIN_PIN 14
//#define Y_MAX_PIN 15
//#define Z_MIN_PIN 19
//#define Z_MAX_PIN 18
#if EITHER(RGB_LED, RGBW_LED)
#define RGB_LED_R_PIN 5