Better steps/mm.

hackerspace-green
Sergiusz B 2013-04-28 22:43:29 +02:00
parent 3325a1eeae
commit e8dcb52425
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {40,80, 3200/1.25, 700} // default steps per unit for metric prusa mendel
#define DEFAULT_AXIS_STEPS_PER_UNIT {66.666, 33.333, 3200/1.25, 477.4} // default steps per unit for metric prusa mendel
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.