| 433 | { return seenval(c) ? value_axis_units(a) : dval; } |
| 434 | static celsius_t celsiusval(const char c, const celsius_t dval=0) { return seenval(c) ? value_celsius() : dval; } |
| 435 | static feedRate_t feedrateval(const char c, const feedRate_t dval=0) { return seenval(c) ? value_feedrate() : dval; } |
| 436 | |
| 437 | #if ENABLED(MARLIN_DEV_MODE) |
| 438 |