found a few more nasties
This commit is contained in:
Bob-the-Kuhn
2018-01-01 16:41:38 -06:00
parent 724e3f33bc
commit e5b71af8c9
5 changed files with 16 additions and 5 deletions

View File

@@ -72,7 +72,11 @@
//! USB Device string definitions (Optional)
#define USB_DEVICE_MANUFACTURE_NAME "marlinfw.org"
#define USB_DEVICE_PRODUCT_NAME CUSTOM_MACHINE_NAME
#ifdef CUSTOM_MACHINE_NAME
#define USB_DEVICE_PRODUCT_NAME CUSTOM_MACHINE_NAME
#else
#define USB_DEVICE_PRODUCT_NAME "3D Printer"
#endif
#define USB_DEVICE_SERIAL_NAME "123985739853"
/**