Skip to content

Commit

Permalink
"PID drive max = 40"-Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nibbels committed Jul 30, 2017
1 parent a3cce07 commit 91b9303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Repetier/RF1000.h
Expand Up @@ -305,7 +305,7 @@ Overridden if EEPROM activated. */
#if EXT0_HOTEND_TYPE == HOTEND_TYPE_V2_SINGLE

/** \brief The maximum value, I-gain can contribute to the output. Overridden if EEPROM activated. */
#define EXT0_PID_INTEGRAL_DRIVE_MAX HT3_PID_INTEGRAL_DRIVE_MIN
#define EXT0_PID_INTEGRAL_DRIVE_MAX HT3_PID_INTEGRAL_DRIVE_MAX

/** \brief lower value for integral part. Overridden if EEPROM activated. */
#define EXT0_PID_INTEGRAL_DRIVE_MIN HT3_PID_INTEGRAL_DRIVE_MIN
Expand Down
2 changes: 1 addition & 1 deletion Repetier/RF2000.h
Expand Up @@ -285,7 +285,7 @@ Overridden if EEPROM activated. */
#if EXT0_HOTEND_TYPE == HOTEND_TYPE_V2_DUAL

/** \brief The maximum value, I-gain can contribute to the output. Overridden if EEPROM activated. */
#define EXT0_PID_INTEGRAL_DRIVE_MAX HT3_PID_INTEGRAL_DRIVE_MIN
#define EXT0_PID_INTEGRAL_DRIVE_MAX HT3_PID_INTEGRAL_DRIVE_MAX

/** \brief lower value for integral part. Overridden if EEPROM activated. */
#define EXT0_PID_INTEGRAL_DRIVE_MIN HT3_PID_INTEGRAL_DRIVE_MIN
Expand Down

0 comments on commit 91b9303

Please sign in to comment.