|
|
|
|
517
|
|
517
|
|
518
|
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
|
518
|
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
|
519
|
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
|
519
|
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
|
|
|
520
|
+#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
520
|
|
521
|
|
521
|
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
|
522
|
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
|
522
|
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
|
523
|
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
|