Skip to content

Commit

Permalink
Increase bed size to 225,230
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Jul 19, 2021
1 parent 4cbd5e2 commit 4ae14ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1360,8 +1360,8 @@
// @section machine

// The size of the printable area
#define X_BED_SIZE 220
#define Y_BED_SIZE 220
#define X_BED_SIZE 225
#define Y_BED_SIZE 230

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0//-11
Expand Down

0 comments on commit 4ae14ca

Please sign in to comment.