Update Configuration.h

This commit is contained in:
InsanityAutomation
2019-10-27 13:02:33 -04:00
parent 81e6155f88
commit 1b6f303adb
+8 -8
View File
@@ -16,10 +16,10 @@
//#define MachineCR10
//#define MachineCR10S
//#define MachineCR10SV2
//#define MachineCR10SPro // Graphics LCD Requires soldering R64 and R66
#define MachineCR10SPro // Graphics LCD Requires soldering R64 and R66
//#define MachineCR10SProV2 // Second Gen 10S Pro with BLTouch wired to Z Max
//#define MachineCRX
#define MachineCR10Max
//#define MachineCR10Max
//#define MachineS4
//#define MachineS5
//#define MachineCR2020 // Industrial Series 2020
@@ -37,7 +37,7 @@
//#define OrigLCD // Upgraded mainboard with single cable Ender LCD
//#define GraphicLCD //Full graphics LCD for Ender 4, CR-X or CR10SPro
//#define ForceCRXDisplay
#define Force10SProDisplay
//#define Force10SProDisplay
//#define AddonFilSensor //Adds a filamnt runout sensor to the CR20 or Ender 4
//#define lerdgeFilSensor //Using lerdge filament sensor, which is opposite polarity to stock
@@ -58,9 +58,9 @@
Configured with 5015 left wing, right wing ABL sensor (BLTouch or M18) only
*/
//#define HotendStock
#define HotendStock
//#define HotendE3D
#define HotendMosquito
//#define HotendMosquito
//Enable this if you have an all metal hotend capable of 300c
#define HotendAllMetal
@@ -102,7 +102,7 @@
Leave all disabled if no sensor is available
*/
//#define ABL_EZABL // TH3D EZABL or Any NO Sensor
#define ABL_NCSW //Creality ABL or Any NC Sensor
//#define ABL_NCSW //Creality ABL or Any NC Sensor
//#define ABL_BLTOUCH
//#define CREALITY_ABL_MOUNT //Using creality ABL mount
@@ -114,7 +114,7 @@
Requires a sensor from above
Melzi board users may only select ABL_BI for bilinear leveling
*/
#define ABL_BI
//#define ABL_BI
//#define ABL_UBL
//#define POWER_LOSS_RECOVERY //Large and does not fit with any other features on Melzi, or UBL on Atmega
@@ -2160,7 +2160,7 @@
#elif ENABLED(MachineCRX)
#define Z_SAFE_HOMING_X_POINT 50 + HOMING_ADD // X point for Z homing when homing all axis (G28).
#define Z_SAFE_HOMING_Y_POINT 70 + HOMING_ADD // Y point for Z homing when homing all axis (G28).
#elif ANY(MachineEnder5, MachineEnder5Plus)
#elif ANY(MachineEnder5, MachineEnder5Plus)
#define Z_SAFE_HOMING_X_POINT 110 + HOMING_ADD // X point for Z homing when homing all axis (G28).
#define Z_SAFE_HOMING_Y_POINT 110 + HOMING_ADD // Y point for Z homing when homing all axis (G28).
#else