Skip to content

Commit 890ce83

Browse files
committed
🚸 Simulator 400x400
1 parent 0b0a097 commit 890ce83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: ‎config/examples/Simulator/Configuration.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1904,16 +1904,16 @@
19041904
// @section geometry
19051905

19061906
// The size of the printable area
1907-
#define X_BED_SIZE 200
1908-
#define Y_BED_SIZE 200
1907+
#define X_BED_SIZE 400
1908+
#define Y_BED_SIZE 400
19091909

19101910
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
19111911
#define X_MIN_POS 0
19121912
#define Y_MIN_POS 0
19131913
#define Z_MIN_POS 0
19141914
#define X_MAX_POS X_BED_SIZE
19151915
#define Y_MAX_POS Y_BED_SIZE
1916-
#define Z_MAX_POS 200
1916+
#define Z_MAX_POS 500
19171917
//#define I_MIN_POS 0
19181918
//#define I_MAX_POS 50
19191919
//#define J_MIN_POS 0

0 commit comments

Comments
 (0)