Added documentation to constant acceleration parameters

This commit is contained in:
Emanuele Caruso 2011-05-04 22:03:20 +02:00
parent d15d4b96ce
commit d36d7ca499

View file

@ -25,8 +25,8 @@
//Acceleration settings //Acceleration settings
#ifdef RAMP_ACCELERATION #ifdef RAMP_ACCELERATION
float min_units_per_second = 35.0; // the minimum feedrate float min_units_per_second = 35.0; // the minimum feedrate
long max_acceleration_units_per_sq_second = 750; long max_acceleration_units_per_sq_second = 750; // Max acceleration in mm/s^2 for printing moves
long max_travel_acceleration_units_per_sq_second = 1500; long max_travel_acceleration_units_per_sq_second = 1500; // Max acceleration in mm/s^2 for travel moves
#endif #endif
#ifdef EXP_ACCELERATION #ifdef EXP_ACCELERATION
float full_velocity_units = 10; // the units between minimum and G1 move feedrate float full_velocity_units = 10; // the units between minimum and G1 move feedrate