Fix undefined G28_STR (#20912)

This commit is contained in:
ellensp 2021-01-29 14:44:52 +13:00 committed by Scott Lahteine
parent 07a3ed1d7e
commit c7004d100c

View File

@ -94,3 +94,4 @@ private:
};
extern AnycubicTFTClass AnycubicTFT;
extern const char G28_STR[];