Remove trailing whitespace
This commit is contained in:
parent
c536ee1122
commit
04f173790f
@ -122,12 +122,12 @@ void GcodeSuite::M205() {
|
|||||||
#if ENABLED(JUNCTION_DEVIATION)
|
#if ENABLED(JUNCTION_DEVIATION)
|
||||||
#define J_PARAM "J"
|
#define J_PARAM "J"
|
||||||
#else
|
#else
|
||||||
#define J_PARAM
|
#define J_PARAM
|
||||||
#endif
|
#endif
|
||||||
#if HAS_CLASSIC_JERK
|
#if HAS_CLASSIC_JERK
|
||||||
#define XYZE_PARAM "XYZE"
|
#define XYZE_PARAM "XYZE"
|
||||||
#else
|
#else
|
||||||
#define XYZE_PARAM
|
#define XYZE_PARAM
|
||||||
#endif
|
#endif
|
||||||
if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;
|
if (!parser.seen("BST" J_PARAM XYZE_PARAM)) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user