Skip to content

Commit a4c35b1

Browse files
committed
🚸 Disable MIN_CHAMBER_POWER
1 parent 9758f5e commit a4c35b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,9 @@
880880
#define MAX_CHAMBER_POWER 255 // limits duty cycle to chamber heater; 255=full current
881881

882882
#if ENABLED(PIDTEMPCHAMBER)
883-
#define MIN_CHAMBER_POWER 0 // Min power to improve PID stability. (0..MAX_CHAMBER_POWER)
884-
// Get the power from the temperature report ('M105' => C@:nnn) and try P*2-20 to P*2-10.
885-
//#define PID_CHAMBER_DEBUG // Print Chamber PID debug data to the serial port. Use 'M303 D' to enable/disable.
883+
//#define MIN_CHAMBER_POWER 0 // Min power to improve PID stability. (0..MAX_CHAMBER_POWER)
884+
// Get the power from the temperature report ('M105' => C@:nnn) and try P*2-20 to P*2-10.
885+
//#define PID_CHAMBER_DEBUG // Print Chamber PID debug data to the serial port. Use 'M303 D' to enable/disable.
886886

887887
// Lasko "MyHeat Personal Heater" (200w) modified with a Fotek SSR-10DA to control only the heating element
888888
// and placed inside the small Creality printer enclosure tent.

0 commit comments

Comments
 (0)