Z Probe Offset Wizard (#18866)

This commit is contained in:
Mathew Winters
2020-10-05 18:31:20 +13:00
committed by GitHub
parent 78fc4c8947
commit 343441d746
6 changed files with 162 additions and 1 deletions

View File

@@ -219,6 +219,10 @@ void _lcd_draw_homing();
void _lcd_zoffset_overlay_gfx(const float zvalue);
#endif
#if ENABLED(PROBE_OFFSET_WIZARD)
void goto_probe_offset_wizard();
#endif
#if ENABLED(LCD_BED_LEVELING) || (HAS_LEVELING && DISABLED(SLIM_LCD_MENUS))
void _lcd_toggle_bed_leveling();
#endif