🔧 Update Prusa MK3/S Configs (#777)

This commit is contained in:
Keith Bennett 2022-07-16 21:15:15 -07:00 committed by GitHub
parent 79009a40b2
commit 9cc84d2f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 7 deletions

View file

@ -2148,7 +2148,9 @@
* Use M871 to set temperature/offset values manually.
* For more details see https://marlinfw.org/docs/features/probe_temp_compensation.html
*/
#define PTC_PROBE // Compensate based on probe temperature
#if DISABLED(SUPERPINDA)
#define PTC_PROBE // Compensate based on probe temperature
#endif
#define PTC_BED // Compensate based on bed temperature
//#define PTC_HOTEND // Compensate based on hotend temperature