This website works better with JavaScript.
Home
Start
Help
Sign In
thomas
/
marlin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix undefined G28_STR (
#20912
)
ellensp
4 years ago
parent
c65bf64756
commit
c72b1c5893
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Marlin/src/lcd/extui/lib/anycubic_i3mega/anycubic_i3mega_lcd.h
+ 1
- 0
Marlin/src/lcd/extui/lib/anycubic_i3mega/anycubic_i3mega_lcd.h
View File
@@ -94,3 +94,4 @@ private:
94
94
};
95
95
96
96
extern AnycubicTFTClass AnycubicTFT;
97
+extern const char G28_STR[];
Write
Preview
Loading…
Cancel
Save