Skip to content

Commit

Permalink
stop the gantry from crashing into the edges
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattearp committed May 1, 2020
1 parent 143a1fd commit e8b9e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@
#define MKS_Z_ENDSTOP 0

// Homing Settings
#define X_HOME_LOCATION 220
#define Y_HOME_LOCATION 220
#define X_HOME_LOCATION 0
#define Y_HOME_LOCATION 0

// Steps per MM Settings
#define MKS_X_STEPS 80
Expand Down Expand Up @@ -1024,8 +1024,8 @@
// How to use - measure (home XY then jog using the LCD 1mm at a time) the X and Y distance the nozzle is off
// the build plate and then put those as NEGATIVE values below, positive values will NOT work (move your endstops to fix a positve offset).
// #define HOME_ADJUST
// #define X_HOME_ADJUST_LOCATION -10
// #define Y_HOME_ADJUST_LOCATION -10
#define X_HOME_ADJUST_LOCATION -10
#define Y_HOME_ADJUST_LOCATION -10

// LINEAR ADVANCE ----------------------------------
// See here on how to use Linear Advance: http://marlinfw.org/docs/features/lin_advance.html
Expand Down

0 comments on commit e8b9e18

Please sign in to comment.