PLR accessors for Ext UI (#23687)
This commit is contained in:
committed by
Scott Lahteine
parent
942f088522
commit
e255e4a69f
@@ -315,6 +315,11 @@ namespace ExtUI {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
bool getPowerLossRecoveryEnabled();
|
||||
void setPowerLossRecoveryEnabled(const bool);
|
||||
#endif
|
||||
|
||||
#if ENABLED(PIDTEMP)
|
||||
float getPIDValues_Kp(const extruder_t);
|
||||
float getPIDValues_Ki(const extruder_t);
|
||||
|
||||
Reference in New Issue
Block a user