Merge branch 'master' into experimental
This commit is contained in:
commit
3d058c8d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ bool axis_relative_modes[] = {false, false, false, false};
|
|||
// 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.
|
||||
float max_start_speed_units_per_second[] = {25.0,25.0,0.2,10.0};
|
||||
long max_acceleration_units_per_sq_second[] = {1000,1000,50,10000}; // X, Y, Z and E max acceleration in mm/s^2 for printing moves or retracts
|
||||
long max_travel_acceleration_units_per_sq_second[] = {500,500,50}; // X, Y, Z max acceleration in mm/s^2 for travel moves
|
||||
long max_travel_acceleration_units_per_sq_second[] = {500,500,50,500}; // X, Y, Z max acceleration in mm/s^2 for travel moves
|
||||
#endif
|
||||
|
||||
//// AD595 THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!!
|
||||
|
|
|
|||
Loading…
Reference in a new issue