Skip to content

Commit cb79ec5

Browse files
committed
update to aswx1_marlin_fw_2.1.2_bltouch_waggster_mod_(z_max_used) + input shaping
1 parent b5c6ba6 commit cb79ec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
// Above this temperature the heater will be switched off.
620620
// This can protect components from overheating, but NOT from shorts and failures.
621621
// (Use MINTEMP for thermistor short/failure protection.)
622-
#define HEATER_0_MAXTEMP 350 // DIGA-Tech:
622+
#define HEATER_0_MAXTEMP 275 // DIGA-Tech:
623623
#define HEATER_1_MAXTEMP 275
624624
#define HEATER_2_MAXTEMP 275
625625
#define HEATER_3_MAXTEMP 275

Marlin/Configuration_adv.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,8 @@
10791079
* X<1> Set the given parameters only for the X axis.
10801080
* Y<1> Set the given parameters only for the Y axis.
10811081
*/
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:
10841084
#if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y)
10851085
#if ENABLED(INPUT_SHAPING_X)
10861086
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.

0 commit comments

Comments
 (0)