Additional ExtUI features (#13449)
This commit is contained in:
committed by
Scott Lahteine
parent
a8fa275dc6
commit
a0ca98f699
@ -68,6 +68,21 @@ namespace ExtUI {
|
||||
*/
|
||||
PGM_P getFirmwareName_str();
|
||||
|
||||
#if HAS_SOFTWARE_ENDSTOPS
|
||||
bool getSoftEndstopState();
|
||||
void setSoftEndstopState(const bool);
|
||||
#endif
|
||||
|
||||
#if HAS_TRINAMIC
|
||||
float getAxisCurrent_mA(const axis_t);
|
||||
float getAxisCurrent_mA(const extruder_t);
|
||||
void setAxisCurrent_mA(const float, const axis_t);
|
||||
void setAxisCurrent_mA(const float, const extruder_t);
|
||||
|
||||
int getTMCBumpSensitivity(const axis_t);
|
||||
void setTMCBumpSensitivity(const float, const axis_t);
|
||||
#endif
|
||||
|
||||
float getActualTemp_celsius(const heater_t);
|
||||
float getActualTemp_celsius(const extruder_t);
|
||||
float getTargetTemp_celsius(const heater_t);
|
||||
|
Reference in New Issue
Block a user