From 7c4b92af5c4bd7a14d6cd7578303639c2c7b560f Mon Sep 17 00:00:00 2001 From: Maks Zolin Date: Thu, 10 Dec 2015 14:36:33 -0800 Subject: [PATCH] And reducing it even more --- Marlin-VORON/Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin-VORON/Marlin/Configuration.h b/Marlin-VORON/Marlin/Configuration.h index 3d3f5eb..285520e 100644 --- a/Marlin-VORON/Marlin/Configuration.h +++ b/Marlin-VORON/Marlin/Configuration.h @@ -245,7 +245,7 @@ Here are some standard links for getting your machine calibrated: // all forms of bed control obey this (PID, bang-bang, bang-bang with hysteresis) // setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did, // so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED) -#define MAX_BED_POWER 190 // limits duty cycle to bed; 255=full current +#define MAX_BED_POWER 128 // limits duty cycle to bed; 255=full current //#define PID_BED_DEBUG // Sends debug data to the serial port.