Skip to content

Commit

Permalink
revert to both x/y inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hechenberger committed Mar 19, 2012
1 parent 634c568 commit 71c9d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
#define CONFIG_X_ORIGIN_OFFSET 5.0 // mm, x-offset of table origin from physical home
#define CONFIG_Y_ORIGIN_OFFSET 5.0 // mm, y-offset of table origin from physical home
#define CONFIG_Z_ORIGIN_OFFSET 0.0 // mm, z-offset of table origin from physical home
#define CONFIG_INVERT_X_AXIS 0 // 0 is regular, 1 inverts the x direction
#define CONFIG_INVERT_Y_AXIS 0 // 0 is regular, 1 inverts the y direction
#define CONFIG_INVERT_X_AXIS 1 // 0 is regular, 1 inverts the x direction
#define CONFIG_INVERT_Y_AXIS 1 // 0 is regular, 1 inverts the y direction


#define LIMITS_OVERWRITE_DDR DDRD
Expand Down

0 comments on commit 71c9d3e

Please sign in to comment.