|
|
|
@ -932,7 +932,7 @@
|
|
|
|
|
* Override with M92
|
|
|
|
|
* X, Y, Z [, I [, J [, K]]], E0 [, E1[, E2...]]
|
|
|
|
|
*/
|
|
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 }
|
|
|
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 79, 79, 400, 415 }
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Default Max Feed Rate (mm/s)
|
|
|
|
@ -1184,7 +1184,7 @@
|
|
|
|
|
* | [-] |
|
|
|
|
|
* O-- FRONT --+
|
|
|
|
|
*/
|
|
|
|
|
#define NOZZLE_TO_PROBE_OFFSET { -20, 13, -1.49 }
|
|
|
|
|
#define NOZZLE_TO_PROBE_OFFSET { -20, 14, -1.475 }
|
|
|
|
|
|
|
|
|
|
// Most probes should stay away from the edges of the bed, but
|
|
|
|
|
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
|
|
|
|
@ -1388,7 +1388,7 @@
|
|
|
|
|
|
|
|
|
|
// Travel limits (mm) after homing, corresponding to endstop positions.
|
|
|
|
|
#define X_MIN_POS -7
|
|
|
|
|
#define Y_MIN_POS -2
|
|
|
|
|
#define Y_MIN_POS -17
|
|
|
|
|
#define Z_MIN_POS 0
|
|
|
|
|
#define X_MAX_POS X_BED_SIZE
|
|
|
|
|
#define Y_MAX_POS Y_BED_SIZE
|
|
|
|
@ -1647,13 +1647,13 @@
|
|
|
|
|
//========================= Unified Bed Leveling ============================
|
|
|
|
|
//===========================================================================
|
|
|
|
|
|
|
|
|
|
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
|
|
|
|
|
#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
|
|
|
|
|
|
|
|
|
|
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
|
|
|
|
|
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
|
|
|
|
|
#define GRID_MAX_POINTS_X 15 // Don't use more than 15 points per axis, implementation limited.
|
|
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
|
|
|
|
|
|
|
|
|
//#define UBL_HILBERT_CURVE // Use Hilbert distribution for less travel when probing multiple points
|
|
|
|
|
#define UBL_HILBERT_CURVE // Use Hilbert distribution for less travel when probing multiple points
|
|
|
|
|
|
|
|
|
|
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
|
|
|
|
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
|
|
|
|