Fix M503 skew output

Followup to 1761cacaa1
This commit is contained in:
Scott Lahteine 2018-01-06 20:53:33 -06:00 committed by GitHub
parent f2fd9ab1b0
commit eaa6257baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2201,7 +2201,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