mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-19 12:47:47 -06:00
M16 - Expected Printer Check (#14924)
This commit is contained in:
parent
a26b57a36d
commit
0fbb26c28f
130 changed files with 805 additions and 0 deletions
|
@ -2243,6 +2243,13 @@
|
|||
*/
|
||||
#define EXTENDED_CAPABILITIES_REPORT
|
||||
|
||||
/**
|
||||
* Expected Printer Check
|
||||
* Add the M16 G-code to compare a string to the MACHINE_NAME.
|
||||
* M16 with a non-matching string causes the printer to halt.
|
||||
*/
|
||||
//#define EXPECTED_PRINTER_CHECK
|
||||
|
||||
/**
|
||||
* Disable all Volumetric extrusion options
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue