Sfoglia il codice sorgente

[2.0.x] Correct Ender 3 bed size (#12769)

swilkens 6 anni fa
parent
commit
b01a630bd0

+ 2
- 2
Marlin/src/config/examples/Creality/Ender-3/Configuration.h Vedi File

939
 // @section machine
939
 // @section machine
940
 
940
 
941
 // The size of the print bed
941
 // The size of the print bed
942
-#define X_BED_SIZE 220
943
-#define Y_BED_SIZE 220
942
+#define X_BED_SIZE 235
943
+#define Y_BED_SIZE 235
944
 
944
 
945
 // Travel limits (mm) after homing, corresponding to endstop positions.
945
 // Travel limits (mm) after homing, corresponding to endstop positions.
946
 #define X_MIN_POS 0
946
 #define X_MIN_POS 0

Loading…
Annulla
Salva