🐛 Fix sprintf_P compile error (Maple) (#22479)
This commit is contained in:
parent
ffde284288
commit
bc773e9c96
@ -559,7 +559,7 @@ void DGUSScreenHandler::HandleStepPerMMExtruderChanged(DGUS_VP_Variable &var, vo
|
|||||||
#endif
|
#endif
|
||||||
#if ENABLED(PIDTEMPBED)
|
#if ENABLED(PIDTEMPBED)
|
||||||
case VP_PID_AUTOTUNE_BED:
|
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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user