Fix M503 skew output
Followup to 19e75ccf8618b3691f14f6d51b1e73f56fb1355e
This commit is contained in:
parent
082d161a75
commit
2b5a9be49c
@ -2187,7 +2187,7 @@ void MarlinSettings::reset() {
|
|||||||
SERIAL_ECHOLNPAIR(" K", LINEAR_UNIT(planner.yz_skew_factor));
|
SERIAL_ECHOLNPAIR(" K", LINEAR_UNIT(planner.yz_skew_factor));
|
||||||
#else
|
#else
|
||||||
SERIAL_ECHO(" M852 S");
|
SERIAL_ECHO(" M852 S");
|
||||||
SERIAL_ECHO_F(planner.xy_skew_factor, 6);
|
SERIAL_ECHO_F(LINEAR_UNIT(planner.xy_skew_factor), 6);
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user