|
|
@ -93,7 +93,7 @@ void GcodeSuite::M852() {
|
|
|
|
|
|
|
|
|
|
|
|
void GcodeSuite::M852_report(const bool forReplay/*=true*/) {
|
|
|
|
void GcodeSuite::M852_report(const bool forReplay/*=true*/) {
|
|
|
|
report_heading_etc(forReplay, F(STR_SKEW_FACTOR));
|
|
|
|
report_heading_etc(forReplay, F(STR_SKEW_FACTOR));
|
|
|
|
SERIAL_ECHOPAIR_F(" M851 I", planner.skew_factor.xy, 6);
|
|
|
|
SERIAL_ECHOPAIR_F(" M852 I", planner.skew_factor.xy, 6);
|
|
|
|
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
|
|
|
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
|
|
|
SERIAL_ECHOPAIR_F(" J", planner.skew_factor.xz, 6);
|
|
|
|
SERIAL_ECHOPAIR_F(" J", planner.skew_factor.xz, 6);
|
|
|
|
SERIAL_ECHOPAIR_F(" K", planner.skew_factor.yz, 6);
|
|
|
|
SERIAL_ECHOPAIR_F(" K", planner.skew_factor.yz, 6);
|
|
|
|