Browse Source

Added DEFAULT_TRAVEL_ACCELERATION

chrono 9 years ago
parent
commit
12ec557a75

+ 2
- 1
Marlin/example_configurations/Felix/Configuration.h View File

499
 #define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}    // 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.
499
 #define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}    // 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.
500
 
500
 
501
 #define DEFAULT_ACCELERATION          1750 //1500    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
501
 #define DEFAULT_ACCELERATION          1750 //1500    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
502
-#define DEFAULT_RETRACT_ACCELERATION  5000   // X, Y, Z and E max acceleration in mm/s^2 for r retracts
502
+#define DEFAULT_RETRACT_ACCELERATION  5000 // X, Y, Z and E max acceleration in mm/s^2 for r retracts
503
+#define DEFAULT_TRAVEL_ACCELERATION   3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
503
 
504
 
504
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
505
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
505
 // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
506
 // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).

+ 2
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

499
 #define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}    // 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.
499
 #define DEFAULT_MAX_ACCELERATION      {5000,5000,100,80000}    // 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.
500
 
500
 
501
 #define DEFAULT_ACCELERATION          1750 //1500    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
501
 #define DEFAULT_ACCELERATION          1750 //1500    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
502
-#define DEFAULT_RETRACT_ACCELERATION  5000   // X, Y, Z and E max acceleration in mm/s^2 for r retracts
502
+#define DEFAULT_RETRACT_ACCELERATION  5000 // X, Y, Z and E max acceleration in mm/s^2 for r retracts
503
+#define DEFAULT_TRAVEL_ACCELERATION   3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
503
 
504
 
504
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
505
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
505
 // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
506
 // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).

Loading…
Cancel
Save