Skip to content

Commit

Permalink
Merge pull request #5 from CR30-Users/cr30_endstop_limit
Browse files Browse the repository at this point in the history
Limit the negative motion to -5.0mm
  • Loading branch information
kageurufu committed Aug 20, 2021
2 parents 3ded6c5 + 460aa43 commit 2398165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Y_MIN_POS -5.0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
Expand All @@ -1374,7 +1374,7 @@
#define MIN_SOFTWARE_ENDSTOPS
#if ENABLED(MIN_SOFTWARE_ENDSTOPS)
#define MIN_SOFTWARE_ENDSTOP_X
//#define MIN_SOFTWARE_ENDSTOP_Y
#define MIN_SOFTWARE_ENDSTOP_Y
//#define MIN_SOFTWARE_ENDSTOP_Z
#define MIN_SOFTWARE_ENDSTOP_I
#define MIN_SOFTWARE_ENDSTOP_J
Expand Down

0 comments on commit 2398165

Please sign in to comment.