|
|
@ -445,6 +445,18 @@ |
|
|
|
#define D_FILAMENT 2.85 |
|
|
|
#endif |
|
|
|
|
|
|
|
// @section leveling
|
|
|
|
|
|
|
|
// Default mesh area is an area with an inset margin on the print area.
|
|
|
|
// Below are the macros that are used to define the borders for the mesh area,
|
|
|
|
// made available here for specialized needs, ie dual extruder setup.
|
|
|
|
#if ENABLED(MESH_BED_LEVELING) |
|
|
|
#define MESH_MIN_X (X_MIN_POS + MESH_INSET) |
|
|
|
#define MESH_MAX_X (X_MAX_POS - (MESH_INSET)) |
|
|
|
#define MESH_MIN_Y (Y_MIN_POS + MESH_INSET) |
|
|
|
#define MESH_MAX_Y (Y_MAX_POS - (MESH_INSET)) |
|
|
|
#endif |
|
|
|
|
|
|
|
// @section extras
|
|
|
|
|
|
|
|
// Arc interpretation settings:
|
|
|
|