Skip to content

Commit

Permalink
Modified acceleration and feedrate values for hephestos
Browse files Browse the repository at this point in the history
  • Loading branch information
koldodemiguel committed Jul 19, 2016
1 parent ae42e0d commit 8a3a270
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/config/hephestos/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,17 +475,17 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT {80, 80, 4000,100.47095761381482} // default steps per unit for Ultimaker
#define DEFAULT_MAX_ACCELERATION {3000,3000,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_MAX_ACCELERATION {1100,1100,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.

#ifndef PREFER_MAX_SPEED
#define DEFAULT_MAX_FEEDRATE {167, 167, 3.3, 25} // (mm/sec)
#define DEFAULT_MAX_FEEDRATE {85, 85, 3.3, 25} // (mm/sec)
#else
#define DEFAULT_MAX_FEEDRATE {200, 200, 3.3, 25} // (mm/sec)
#endif // PREFER_MAX_SPEED

#define DEFAULT_ACCELERATION 1000 // X, Y, Z and E acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
#define DEFAULT_ACCELERATION 650 // X, Y, Z and E acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves

// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
Expand All @@ -496,7 +496,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XYJERK 10.0 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)


//============================= WITBOX Custom ===============================
Expand Down

0 comments on commit 8a3a270

Please sign in to comment.