Reduce math library code size by 3.4KB (#21575)
This commit is contained in:
@@ -421,7 +421,7 @@ namespace ExtUI {
|
||||
#if AXIS_IS_TMC(Z2)
|
||||
case Z2: return stepperZ2.getMilliamps();
|
||||
#endif
|
||||
default: return NAN;
|
||||
default: return MFNAN;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -451,7 +451,7 @@ namespace ExtUI {
|
||||
#if AXIS_IS_TMC(E7)
|
||||
case E7: return stepperE7.getMilliamps();
|
||||
#endif
|
||||
default: return NAN;
|
||||
default: return MFNAN;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user