Browse Source

Disable PIDTEMPBED for SKR Mini E3 (#16396)

swilkens 4 years ago
parent
commit
89f9902053

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.0/Configuration.h View File

@@ -498,7 +498,7 @@
498 498
  * heater. If your configuration is significantly different than this and you don't understand
499 499
  * the issues involved, don't use bed PID until someone else verifies that your hardware works.
500 500
  */
501
-#define PIDTEMPBED
501
+//#define PIDTEMPBED
502 502
 
503 503
 //#define BED_LIMIT_SWITCHING
504 504
 

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.2/Configuration.h View File

@@ -498,7 +498,7 @@
498 498
  * heater. If your configuration is significantly different than this and you don't understand
499 499
  * the issues involved, don't use bed PID until someone else verifies that your hardware works.
500 500
  */
501
-#define PIDTEMPBED
501
+//#define PIDTEMPBED
502 502
 
503 503
 //#define BED_LIMIT_SWITCHING
504 504
 

Loading…
Cancel
Save