Skip to content
Snippets Groups Projects
Commit 2529cf39 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix board size

parent 0a49faa8
No related branches found
No related tags found
No related merge requests found
Pipeline #1886 passed
......@@ -1865,8 +1865,8 @@ non-belt-synced drives. In this case, a additional configuration has to be done
#define Y_MAX_POS Y_BED_SIZE_CUSTOM
#define Z_MAX_POS Z_BED_SIZE_CUSTOM
#else
#define X_BED_SIZE 220
#define Y_BED_SIZE 220
#define X_BED_SIZE 235
#define Y_BED_SIZE 235
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment