We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0a097 commit 890ce83Copy full SHA for 890ce83
‎config/examples/Simulator/Configuration.h
@@ -1904,16 +1904,16 @@
1904
// @section geometry
1905
1906
// The size of the printable area
1907
-#define X_BED_SIZE 200
1908
-#define Y_BED_SIZE 200
+#define X_BED_SIZE 400
+#define Y_BED_SIZE 400
1909
1910
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
1911
#define X_MIN_POS 0
1912
#define Y_MIN_POS 0
1913
#define Z_MIN_POS 0
1914
#define X_MAX_POS X_BED_SIZE
1915
#define Y_MAX_POS Y_BED_SIZE
1916
-#define Z_MAX_POS 200
+#define Z_MAX_POS 500
1917
//#define I_MIN_POS 0
1918
//#define I_MAX_POS 50
1919
//#define J_MIN_POS 0
0 commit comments