Browse Source

set proper measured height

Thomas Buck 3 years ago
parent
commit
8ebe230128
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

1132
 #define Z_MIN_POS 0
1132
 #define Z_MIN_POS 0
1133
 #define X_MAX_POS X_BED_SIZE
1133
 #define X_MAX_POS X_BED_SIZE
1134
 #define Y_MAX_POS Y_BED_SIZE
1134
 #define Y_MAX_POS Y_BED_SIZE
1135
-#define Z_MAX_POS 200
1135
+#define Z_MAX_POS 192
1136
 
1136
 
1137
 /**
1137
 /**
1138
  * Software Endstops
1138
  * Software Endstops

Loading…
Cancel
Save