Fix y endstop

This commit is contained in:
InsanityAutomation
2019-07-31 21:36:35 -04:00
parent e6d3289dba
commit baf8b6288c
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -6,8 +6,9 @@
//#define SKR13 // 32 bit board - assumes 2208 drivers
//#define SKR13_2209
//#define SKR13_UART // Configure SKR board with drivers in UART mode
#define DUAL_Z
#define GRAPHICSLCD
//#define DUAL_Z
//#define GRAPHICSLCD
/**
* Marlin 3D Printer Firmware
@@ -31,7 +32,7 @@
*
*/
#pragma once
#define Y_STOP_PIN 14
/**
* Configuration.h
*
+1 -1
View File
@@ -1055,7 +1055,7 @@
*
* :[ 'LCD', 'ONBOARD', 'CUSTOM_CABLE' ]
*/
#define SDCARD_CONNECTION LCD
#define SDCARD_CONNECTION ONBOARD
#endif
#endif // SDSUPPORT