diff --git a/Marlin/src/module/configuration_store.cpp b/Marlin/src/module/configuration_store.cpp
index 48dd33649a877d76bfa75c8df6934077b38c6de2..9926b4d972438430f6e56f015ed68b46e1ad3f3a 100644
--- a/Marlin/src/module/configuration_store.cpp
+++ b/Marlin/src/module/configuration_store.cpp
@@ -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