File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 619
619
// Above this temperature the heater will be switched off.
620
620
// This can protect components from overheating, but NOT from shorts and failures.
621
621
// (Use MINTEMP for thermistor short/failure protection.)
622
- #define HEATER_0_MAXTEMP 350 // DIGA-Tech:
622
+ #define HEATER_0_MAXTEMP 275 // DIGA-Tech:
623
623
#define HEATER_1_MAXTEMP 275
624
624
#define HEATER_2_MAXTEMP 275
625
625
#define HEATER_3_MAXTEMP 275
Original file line number Diff line number Diff line change 1079
1079
* X<1> Set the given parameters only for the X axis.
1080
1080
* Y<1> Set the given parameters only for the Y axis.
1081
1081
*/
1082
- // #define INPUT_SHAPING_X // DIGA-Tech:
1083
- // #define INPUT_SHAPING_Y // DIGA-Tech:
1082
+ #define INPUT_SHAPING_X // DIGA-Tech:
1083
+ #define INPUT_SHAPING_Y // DIGA-Tech:
1084
1084
#if EITHER (INPUT_SHAPING_X , INPUT_SHAPING_Y )
1085
1085
#if ENABLED (INPUT_SHAPING_X )
1086
1086
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.
You can’t perform that action at this time.
0 commit comments