Skip to content

Commit

Permalink
update to aswx1_marlin_fw_2.1.2_bltouch_waggster_mod_(z_max_used) + i…
Browse files Browse the repository at this point in the history
…nput shaping
  • Loading branch information
digant73 committed May 14, 2023
1 parent b5c6ba6 commit cb79ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
// Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 350 // DIGA-Tech:
#define HEATER_0_MAXTEMP 275 // DIGA-Tech:
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@
* X<1> Set the given parameters only for the X axis.
* Y<1> Set the given parameters only for the Y axis.
*/
//#define INPUT_SHAPING_X // DIGA-Tech:
//#define INPUT_SHAPING_Y // DIGA-Tech:
#define INPUT_SHAPING_X // DIGA-Tech:
#define INPUT_SHAPING_Y // DIGA-Tech:
#if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y)
#if ENABLED(INPUT_SHAPING_X)
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.
Expand Down

0 comments on commit cb79ec5

Please sign in to comment.