Configuration.cpp 318 B

12345678910
  1. #include "Configuration.h"
  2. #include "Configuration_prusa.h"
  3. const uint16_t _nPrinterType PROGMEM=PRINTER_TYPE;
  4. const char _sPrinterName[] PROGMEM=PRINTER_NAME;
  5. const uint16_t _nPrinterMmuType PROGMEM=PRINTER_MMU_TYPE;
  6. const char _sPrinterMmuName[] PROGMEM=PRINTER_MMU_NAME;
  7. uint16_t nPrinterType;
  8. PGM_P sPrinterName;