Tweak some lambdas

This commit is contained in:
Scott Lahteine
2020-03-18 10:30:19 -05:00
parent 252178fe62
commit abea6d5787
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ void _man_probe_pt(const xy_pos_t &xy) {
#endif
void lcd_delta_settings() {
auto _recalc_delta_settings = []() {
auto _recalc_delta_settings = []{
#if HAS_LEVELING
reset_bed_level(); // After changing kinematics bed-level data is no longer valid
#endif