Prusa MINI Firmware overview
gui_config_mini.h
Go to the documentation of this file.
1 // gui_config_mini.h
2 #ifndef _GUI_CONFIG_MINI_H_
3 #define _GUI_CONFIG_MINI_H_
4 
5 // axis length [mm] - PRINTER MINI
6 #define X_LEN 184
7 #define Y_LEN 183
8 #define Z_LEN 186
9 
10 // tolerance (common for all axes)
11 #define LEN_TOL_ABS 15 // length absolute tolerance (+-5mm)
12 #define LEN_TOL_REV 13 // length tolerance in reversed direction (3mm)
13 
14 //#define Z_OFFSET_STEP 0.0025F//calculated
15 #define Z_OFFSET_MIN -2.0F
16 #define Z_OFFSET_MAX 0.0F
17 
18 #endif // _GUI_CONFIG_H_