Created
January 25, 2016 00:04
-
-
Save gaffo/a8b11589b852d42a9dfd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define DEFAULT_AXIS_STEPS_PER_UNIT {96.97, 96.97, 4535.44, 1031.820970132} // default steps per unit for Ultimaker | |
#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. | |
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves | |
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment