mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 13:04:06 -06:00
Fix CR-10S limit
This commit is contained in:
parent
f189dbf19a
commit
1607ee5007
1 changed files with 4 additions and 4 deletions
|
@ -1087,8 +1087,8 @@
|
|||
#define Y_BED_SIZE 298 // Nozzle is at Y2 when homed
|
||||
|
||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||
#define X_MIN_POS 0
|
||||
#define Y_MIN_POS 0
|
||||
#define X_MIN_POS 4
|
||||
#define Y_MIN_POS 2
|
||||
#define Z_MIN_POS 0
|
||||
#define X_MAX_POS 319 // 15mm Extra space on the right end
|
||||
#define Y_MAX_POS 306 // 4mm Extra space behind the bed
|
||||
|
@ -1335,8 +1335,8 @@
|
|||
|
||||
// Manually set the home position. Leave these undefined for automatic settings.
|
||||
// For DELTA this is the top-center of the Cartesian print volume.
|
||||
#define MANUAL_X_HOME_POS 4
|
||||
#define MANUAL_Y_HOME_POS 2
|
||||
#define MANUAL_X_HOME_POS X_MIN_POS
|
||||
#define MANUAL_Y_HOME_POS Y_MIN_POS
|
||||
//#define MANUAL_Z_HOME_POS 0
|
||||
|
||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue