@ -49,32 +49,34 @@
# define PROTOCOL_VERSION "1.0"
# if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2)
# define MACHINE_NAME "Ultimaker"
# define SOURCE_COD E_URL "https://github.com/Ultimaker/Marlin"
# define DEFAULT_ MACHINE_NAME "Ultimaker"
# define DEFAULT_ SOURCE_URL "https://github.com/Ultimaker/Marlin"
# elif MB(RUMBA)
# define MACHINE_NAME "Rumba"
# define DEFAULT_ MACHINE_NAME "Rumba"
# elif MB(3DRAG)
# define MACHINE_NAME "3Drag"
# define SOURCE_COD E_URL "http://3dprint.elettronicain.it/"
# define DEFAULT_ MACHINE_NAME "3Drag"
# define DEFAULT_ SOURCE_URL "http://3dprint.elettronicain.it/"
# elif MB(K8200)
# define MACHINE_NAME "K8200"
# define SOURCE_COD E_URL "https://github.com/CONSULitAS/Marlin-K8200"
# define DEFAULT_ MACHINE_NAME "K8200"
# define DEFAULT_ SOURCE_URL "https://github.com/CONSULitAS/Marlin-K8200"
# elif MB(5DPRINT)
# define MACHINE_NAME "Makibox"
# define DEFAULT_ MACHINE_NAME "Makibox"
# elif MB(SAV_MKI)
# define MACHINE_NAME "SAV MkI"
# define SOURCE_CODE_URL "https: //github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
# elif !defined(MACHINE_NAME)
# define MACHINE_NAME "3D Printer"
# define DEFAULT_MACHINE_NAME "SAV MkI"
# define DEFAULT_SOURCE_URL "https: //github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
# else
# define DEFAULT_MACHINE_NAME "3D Printer"
# define DEFAULT_SOURCE_URL "https: //github.com/MarlinFirmware/Marlin"
# endif
# ifdef CUSTOM_MACHINE_NAME
# undef MACHINE_NAME
# define MACHINE_NAME CUSTOM_MACHINE_NAME
# else
# define MACHINE_NAME DEFAULT_MACHINE_NAME
# endif
# ifndef SOURCE_CODE_URL
# define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
# define SOURCE_CODE_URL DEFAULT_SOURCE_URL
# endif
# ifndef DETAILED_BUILD_VERSION