Export more in ultralcd.h
Closer parity with 2.0.x
This commit is contained in:
parent
56d5c5b97a
commit
5054c53901
4 changed files with 30 additions and 37 deletions
|
|
@ -4078,12 +4078,6 @@ void home_all_axes() { gcode_G28(true); }
|
|||
|
||||
#if ENABLED(MESH_BED_LEVELING) || ENABLED(PROBE_MANUALLY)
|
||||
|
||||
#if ENABLED(LCD_BED_LEVELING)
|
||||
extern bool lcd_wait_for_move;
|
||||
#else
|
||||
constexpr bool lcd_wait_for_move = false;
|
||||
#endif
|
||||
|
||||
inline void _manual_goto_xy(const float &rx, const float &ry) {
|
||||
|
||||
#if MANUAL_PROBE_HEIGHT > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue