| 64 | |
| 65 | template<typename T> |
| 66 | static void config_line_e(int8_t e, ProgStr name, const T val) { |
| 67 | config_line(name, val, PSTR("Extr."), e + 1); |
| 68 | } |
| 69 | /** |
| 70 | * M360: Report Firmware configuration |
| 71 | * in RepRapFirmware-compatible format |
no test coverage detected