From 1b6f303adb11a6c463b304cd031aeccaebabf9e8 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 27 Oct 2019 13:02:33 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d39f1cf284..db1a789b24 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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