Add "About Printer" information menu.
Includes: *firmware version / branch / date. *extruder count *board information (name, serial details, power supply type) *thermistors (names, min/max temperatures) *printer statistics (PRINTCOUNTER details) Thanks to @thinkyhead for contributions.
This commit is contained in:
parent
77a923d8ce
commit
7a377c1d75
82 changed files with 526 additions and 27 deletions
|
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include "pins_RAMPS_14.h"
|
||||
|
||||
#undef BOARD_NAME
|
||||
#define BOARD_NAME "RigidBoard"
|
||||
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
#undef Z_MAX_PIN
|
||||
#define Z_MAX_PIN -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue