Skip to content

Commit 4b1db76

Browse files
committed
require new config
1 parent bc77b2a commit 4b1db76

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Marlin/src/inc/Conditionals_post.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3352,19 +3352,3 @@
33523352
FIL_RUNOUT5_PULLDOWN, FIL_RUNOUT6_PULLDOWN, FIL_RUNOUT7_PULLDOWN, FIL_RUNOUT8_PULLDOWN)
33533353
#define USING_PULLDOWNS 1
33543354
#endif
3355-
3356-
// Set AUTOTEMP defaults
3357-
#if ENABLED(AUTOTEMP)
3358-
#ifndef AUTOTEMP_MAX
3359-
#define AUTOTEMP_MAX 250
3360-
#endif
3361-
#ifndef AUTOTEMP_MIN
3362-
#define AUTOTEMP_MIN 210
3363-
#endif
3364-
#ifndef AUTOTEMP_FACTOR
3365-
#define AUTOTEMP_FACTOR 0.1f
3366-
#endif
3367-
#ifndef AUTOTEMP_ENABLED
3368-
#define AUTOTEMP_ENABLED false
3369-
#endif
3370-
#endif

0 commit comments

Comments
 (0)