Browse Source

Space out array values

pull/1/head
Scott Lahteine 8 years ago
parent
commit
a1812b55f6
  1. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h

2
Marlin/example_configurations/delta/kossel_xl/Configuration.h

@ -512,7 +512,7 @@
* *
* Maximum start speed for accelerated moves: { X, Y, Z, E } * Maximum start speed for accelerated moves: { X, Y, Z, E }
*/ */
#define DEFAULT_MAX_ACCELERATION {9000,9000,9000,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. #define DEFAULT_MAX_ACCELERATION { 9000, 9000, 9000, 10000 }
/** /**
* Default Acceleration (change/s) change = mm/s * Default Acceleration (change/s) change = mm/s

Loading…
Cancel
Save