We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5184a14 commit 497d9bfCopy full SHA for 497d9bf
Marlin/src/inc/Conditionals_post.h
@@ -3356,15 +3356,15 @@
3356
// Set AUTOTEMP defaults
3357
#if ENABLED(AUTOTEMP)
3358
#ifndef AUTOTEMP_MAX
3359
- #define AUTOTEMP_MAX 250
+ #define AUTOTEMP_MAX 250
3360
#endif
3361
#ifndef AUTOTEMP_MIN
3362
- #define AUTOTEMP_MIN 210
+ #define AUTOTEMP_MIN 210
3363
3364
#ifndef AUTOTEMP_FACTOR
3365
- #define AUTOTEMP_FACTOR 0.1f
+ #define AUTOTEMP_FACTOR 0.1f
3366
3367
#ifndef AUTOTEMP_ENABLED
3368
- #define AUTOTEMP_ENABLED false
+ #define AUTOTEMP_ENABLED false
3369
3370
0 commit comments