Browse Source

Disable bed temperature offset compensation

Not sure why this exists. See:
https://github.com/prusa3d/Prusa-Firmware/issues/2642
https://github.com/prusa3d/Prusa-Firmware/issues/2601
Kevin Lee 3 years ago
parent
commit
bde13dceb4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

+ 3 - 3
Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

@@ -464,9 +464,9 @@
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
 
 // Bed temperature compensation settings
-#define BED_OFFSET 10
-#define BED_OFFSET_START 40
-#define BED_OFFSET_CENTER 50
+//#define BED_OFFSET 10
+//#define BED_OFFSET_START 40
+//#define BED_OFFSET_CENTER 50
 
 
 #ifdef PIDTEMPBED