mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🎨 Remove unused ProUI : UBLValidMesh (#25591)
This commit is contained in:
parent
d04b3ff802
commit
637cd952ca
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ void ParkHead();
|
||||||
#endif
|
#endif
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
void UBLMeshTilt();
|
void UBLMeshTilt();
|
||||||
bool UBLValidMesh();
|
|
||||||
void UBLMeshSave();
|
void UBLMeshSave();
|
||||||
void UBLMeshLoad();
|
void UBLMeshLoad();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue