12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
-
-
-
- ////////////////////////////
- // VENDOR VERSION EXAMPLE //
- ////////////////////////////
-
-
- //
-
- /**
- * Verbose version identifier which should contain a reference to the location
- * from where the binary was downloaded or the source code was compiled.
- */
- //
-
-
- //
-
- /**
- * Defines a generic printer name to be output to the LCD after booting Marlin.
- */
- //
-
-
- //
-
- /**
- * Default generic printer UUID.
- */
- //
-
-
- //
-
- /**
- * Set the vendor info the serial USB interface, if changable
- * Currently only supported by DUE platform
- */
- //
- //
- //
|