File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 880
880
#define MAX_CHAMBER_POWER 255 // limits duty cycle to chamber heater; 255=full current
881
881
882
882
#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.
886
886
887
887
// Lasko "MyHeat Personal Heater" (200w) modified with a Fotek SSR-10DA to control only the heating element
888
888
// and placed inside the small Creality printer enclosure tent.
You can’t perform that action at this time.
0 commit comments