[BUG] G26 mesh_index_pair location
may be used uninitialized in this function
#27537
Open
1 task done
Labels
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
G26_MESH_VALIDATION
mesh_index_pair location;
inline void onMeshUpdate(const xy_int8_t &pos, probe_state_t state) { onMeshUpdate(pos.x, pos.y, state); }
This may be related to having
EXTENSIBLE_UI
(ProUI) because of extui/ui_api.hBug Timeline
No response
Expected behavior
No warnings
Actual behavior
Warnings (see description)
Steps to Reproduce
EXTENSIBLE_UI
display type -DWIN_LCD_PROUI
(haven't tried any other)G26_MESH_VALIDATION
enabledVersion of Marlin Firmware
bugfix-2.1.x
Printer model
Voxelab Aquila
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configs-UBL.zip
I tried to initialize
mesh_index_pair location
in G26.cpp to something like= {0, 0}
or= {}
, and recieved these errors:The text was updated successfully, but these errors were encountered: