Fix M503 skew output

Followup to 19e75ccf86
This commit is contained in:
Scott Lahteine 2018-01-06 20:55:57 -06:00 committed by GitHub
parent 082d161a75
commit 2b5a9be49c
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2187,7 +2187,7 @@ void MarlinSettings::reset() {
SERIAL_ECHOLNPAIR(" K", LINEAR_UNIT(planner.yz_skew_factor));
#else
SERIAL_ECHO(" M852 S");
SERIAL_ECHO_F(planner.xy_skew_factor, 6);
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor), 6);
SERIAL_EOL();
#endif
#endif