Skip to content

Commit

Permalink
fix typo from pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 3, 2024
1 parent a09f021 commit 84fb6e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/gcode/feature/ft_motion/M493.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ void GcodeSuite::M493_report(const bool forReplay/*=true*/) {
* 11: ZVD : Zero Vibration and Derivative
* 12: ZVDD : Zero Vibration, Derivative, and Double Derivative
* 13: ZVDDD : Zero Vibration, Derivative, Double Derivative, and Triple Derivative
* 14: EI : Extra-Insensitive
* 15: 2HEI : 2-Hump Extra-Insensitive
* 16: 3HEI : 3-Hump Extra-Insensitive
* 14: EI : Extra-Intensive
* 15: 2HEI : 2-Hump Extra-Intensive
* 16: 3HEI : 3-Hump Extra-Intensive
* 17: MZV : Mass-based Zero Vibration
*
* P<bool> Enable (1) or Disable (0) Linear Advance pressure control
Expand Down
6 changes: 3 additions & 3 deletions Marlin/src/module/ft_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ typedef enum FXDTICtrlMode : uint8_t {
ftMotionMode_ZVD = 11, // Zero Vibration and Derivative
ftMotionMode_ZVDD = 12, // Zero Vibration, Derivative, and Double Derivative
ftMotionMode_ZVDDD = 13, // Zero Vibration, Derivative, Double Derivative, and Triple Derivative
ftMotionMode_EI = 14, // Extra-Insensitive
ftMotionMode_2HEI = 15, // 2-Hump Extra-Insensitive
ftMotionMode_3HEI = 16, // 3-Hump Extra-Insensitive
ftMotionMode_EI = 14, // Extra-Intensive
ftMotionMode_2HEI = 15, // 2-Hump Extra-Intensive
ftMotionMode_3HEI = 16, // 3-Hump Extra-Intensive
ftMotionMode_MZV = 17 // Mass-based Zero Vibration
} ftMotionMode_t;

Expand Down

0 comments on commit 84fb6e3

Please sign in to comment.