Deltabot settings and configuration adjustments.

This commit is contained in:
Johann Rocholl
2012-12-10 00:10:56 -08:00
parent fcd9de72ef
commit c430906d3b
2 changed files with 66 additions and 31 deletions

View File

@@ -140,7 +140,7 @@
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
#define X_HOME_RETRACT_MM 5
#define Y_HOME_RETRACT_MM 5
#define Z_HOME_RETRACT_MM 1
#define Z_HOME_RETRACT_MM 5
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
#define AXIS_RELATIVE_MODES {false, false, false, false}
@@ -163,7 +163,7 @@
#define DEFAULT_MINSEGMENTTIME 20000
// If defined the movements slow down when the look ahead buffer is only half full
#define SLOWDOWN
//#define SLOWDOWN
// Frequency limit
// See nophead's blog for more info
@@ -250,7 +250,7 @@ const unsigned int dropsegments=5; //everything with less than this number of st
#if defined SDSUPPORT
#define BLOCK_BUFFER_SIZE 16 // SD,LCD,Buttons take more memory, block buffer needs to be smaller
#else
#define BLOCK_BUFFER_SIZE 16 // maximize block buffer
#define BLOCK_BUFFER_SIZE 64 // maximize block buffer
#endif