FTDI EVE Touch UI fixes (#21706)

This commit is contained in:
Marcio T
2021-04-26 22:40:59 -06:00
committed by GitHub
parent 5f9aac2027
commit 9c7344487a
11 changed files with 112 additions and 32 deletions

View File

@@ -129,7 +129,7 @@ namespace ExtUI {
float getRetractAcceleration_mm_s2();
float getTravelAcceleration_mm_s2();
float getFeedrate_percent();
int16_t getFlowPercentage(const extruder_t);
int16_t getFlow_percent(const extruder_t);
inline uint8_t getProgress_percent() { return ui.get_progress_percent(); }