Browse Source

Add missing function declaration (#14955)

Marcio Teixeira 6 years ago
parent
commit
36dfbaea8c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/extensible_ui/ui_api.h

+ 1
- 0
Marlin/src/lcd/extensible_ui/ui_api.h View File

@@ -66,6 +66,7 @@ namespace ExtUI {
66 66
 
67 67
   bool isMoving();
68 68
   bool isAxisPositionKnown(const axis_t);
69
+  bool isAxisPositionKnown(const extruder_t);
69 70
   bool isPositionKnown(); // Axis position guaranteed, steppers active since homing
70 71
   bool isMachineHomed(); // Axis position most likely correct, steppers may have deactivated
71 72
   bool canMove(const axis_t);

Loading…
Cancel
Save