some improvements
This commit is contained in:
parent
4d535f1217
commit
3333d937ed
4 changed files with 42 additions and 37 deletions
Firmware
10
Firmware/Configuration.cpp
Normal file
10
Firmware/Configuration.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "Configuration.h"
|
||||
#include "Configuration_prusa.h"
|
||||
|
||||
const uint16_t _nPrinterType PROGMEM=PRINTER_TYPE;
|
||||
const char _sPrinterName[] PROGMEM=PRINTER_NAME;
|
||||
const uint16_t _nPrinterMmuType PROGMEM=PRINTER_MMU_TYPE;
|
||||
const char _sPrinterMmuName[] PROGMEM=PRINTER_MMU_NAME;
|
||||
|
||||
uint16_t nPrinterType;
|
||||
PGM_P sPrinterName;
|
Loading…
Add table
Add a link
Reference in a new issue