Skip to content

Instantly share code, notes, and snippets.

@gaffo
Created January 25, 2016 00:04
Show Gist options
  • Save gaffo/a8b11589b852d42a9dfd to your computer and use it in GitHub Desktop.
Save gaffo/a8b11589b852d42a9dfd to your computer and use it in GitHub Desktop.
#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