add soft limits to configs

This commit is contained in:
Michael Moon 2011-02-08 19:03:21 +11:00
parent 4da63d31ff
commit 8ebce94e4d
3 changed files with 43 additions and 0 deletions

View File

@ -80,6 +80,21 @@
#define E_STARTSTOP_STEPS 20
/*
Soft axis limits, in mm
undefine if you don't want to use them
*/
#define X_MIN 0.0
#define X_MAX 200.0
#define Y_MIN 0.0
#define Y_MAX 200.0
#define Z_MIN 0.0
#define Z_MAX 140.0
/***************************************************************************\
* *

View File

@ -74,6 +74,19 @@
// this is how many steps to suck back the filament by when we stop. set to zero to disable
#define E_STARTSTOP_STEPS 20
/*
Soft axis limits, in mm
undefine if you don't want to use them
*/
#define X_MIN 0.0
#define X_MAX 200.0
#define Y_MIN 0.0
#define Y_MAX 200.0
#define Z_MIN 0.0
#define Z_MAX 140.0
/***************************************************************************\

View File

@ -80,6 +80,21 @@
#define E_STARTSTOP_STEPS 20
/*
Soft axis limits, in mm
undefine if you don't want to use them
*/
#define X_MIN 0.0
#define X_MAX 200.0
#define Y_MIN 0.0
#define Y_MAX 200.0
#define Z_MIN 0.0
#define Z_MAX 140.0
/***************************************************************************\
* *