🐛 Fix sprintf_P compile error (Maple) (#22479)

2.0.x
ellensp 3 years ago committed by Scott Lahteine
parent ffde284288
commit bc773e9c96

@ -559,7 +559,7 @@ void DGUSScreenHandler::HandleStepPerMMExtruderChanged(DGUS_VP_Variable &var, vo
#endif
#if ENABLED(PIDTEMPBED)
case VP_PID_AUTOTUNE_BED:
sprintf_P(buf, PSTR("M303 E-1 C5 S70 U1"));
strcpy_P(buf, PSTR("M303 E-1 C5 S70 U1"));
break;
#endif
}

Loading…
Cancel
Save