Prusa MINI Firmware overview
Main Page
Modules
Classes
Files
File List
File Members
Configuration.h
Go to the documentation of this file.
1
//Configuration.h
2
#ifndef _CONFIGURATION_H
3
#define _CONFIGURATION_H
4
5
#include "
config.h
"
6
7
#if (MOTHERBOARD == 1820)
8
//discontinued
9
#error "Board not supported!"
10
11
#if (PRINTER_TYPE == PRINTER_PRUSA_MINI)
12
#include "Configuration_A3ides_2130_MINI.h"
13
#else
14
#error "Unknown PRINTER_TYPE!"
15
#endif
16
17
#elif (MOTHERBOARD == 1821)
18
19
#if (PRINTER_TYPE == PRINTER_PRUSA_MINI)
20
#include "
Configuration_A3ides_2209_MINI.h
"
21
#else
22
#error "Unknown PRINTER_TYPE!"
23
#endif
24
25
#elif (MOTHERBOARD == 1823)
26
27
#if (PRINTER_TYPE == PRINTER_PRUSA_MINI)
28
#include "
Configuration_A3ides_2209_MINI.h
"
29
#else
30
#error "Unknown PRINTER_TYPE!"
31
#endif
32
33
#else
34
#error "Unknown MOTHERBOARD!"
35
#endif
36
37
#ifdef _EXTUI
38
#undef RA_CONTROL_PANEL
39
#define EXTENSIBLE_UI
40
#define NO_LCD_MENUS
41
#endif
42
43
#endif //_CONFIGURATION_H
Configuration_A3ides_2209_MINI.h
config.h
Prusa-Firmware-Buddy-Private1
include
marlin
Configuration.h
Generated by
1.8.16