Whitespace cleanup
This commit is contained in:
parent
fd4f49512d
commit
2287fa126c
4 changed files with 4 additions and 4 deletions
|
@ -2090,7 +2090,7 @@ void MarlinSettings::reset() {
|
|||
CONFIG_ECHO_START;
|
||||
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
||||
SERIAL_ECHO(" M852 I");
|
||||
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor),6);
|
||||
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor), 6);
|
||||
SERIAL_ECHOPAIR(" J", LINEAR_UNIT(planner.xz_skew_factor));
|
||||
SERIAL_ECHOLNPAIR(" K", LINEAR_UNIT(planner.yz_skew_factor));
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue