Update ExtUI, add test under DUE (#15298)

This commit is contained in:
Scott Lahteine
2019-09-17 23:41:34 -05:00
committed by GitHub
parent b39ab3db37
commit b73744f9e7
5 changed files with 31 additions and 8 deletions

View File

@@ -819,6 +819,9 @@ namespace ExtUI {
#endif
}
}
void onMeshUpdate(const uint8_t xpos, const uint8_t ypos, const float zval) {
UNUSED(xpos); UNUSED(ypos); UNUSED(zval);
}
#endif
#endif

View File

@@ -96,7 +96,7 @@ namespace ExtUI {
void setAxisCurrent_mA(const float, const axis_t);
void setAxisCurrent_mA(const float, const extruder_t);
int getTMCBumpSensitivity(const axis_t);
int getTMCBumpSensitivity(const axis_t);
void setTMCBumpSensitivity(const float, const axis_t);
#endif
@@ -272,7 +272,7 @@ namespace ExtUI {
void changeDir(const char * const dirname);
void upDir();
bool isAtRootDir();
uint16_t count();
uint16_t count();
};
/**