From 463e3d4436d39677c709c26aac89d85fb65d8136 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 16 Oct 2019 20:00:55 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6ea5336425..5b53122658 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -8,7 +8,7 @@ //#define MachineEnder2 //#define MachineEnder3 //#define MachineEnder4 -#define MachineEnder5 +//#define MachineEnder5 //#define MachineEnder5Plus //#define MachineMini //#define MachineCR20 //Buzzer doesnt work @@ -21,7 +21,7 @@ //#define MachineCR10Max //#define MachineS4 //#define MachineS5 -//#define MachineCR2020 // Industrial Series 2020 +#define MachineCR2020 // Industrial Series 2020 /* @@ -665,7 +665,9 @@ * Enable and connect the power supply to the PS_ON_PIN. * Specify whether the power supply is active HIGH or active LOW. */ -#define PSU_CONTROL +#if ENABLED(MachineCR2020) + #define PSU_CONTROL +#endif //#define PSU_NAME "Power Supply" #if ENABLED(PSU_CONTROL)