config.*.h: raise default acceleration values.
Recommendation by Sublime, see http://forums.reprap.org/read.php?147,99780,99912#msg-99912
This commit is contained in:
parent
510a68f864
commit
448df5d1c3
|
|
@ -128,9 +128,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -127,9 +127,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -131,9 +131,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 100.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -126,9 +126,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -133,9 +133,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -132,9 +132,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -131,9 +131,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
|
|
@ -131,9 +131,11 @@
|
||||||
*/
|
*/
|
||||||
#define ACCELERATION_RAMPING
|
#define ACCELERATION_RAMPING
|
||||||
|
|
||||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
/** \def ACCELERATION
|
||||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||||
#define ACCELERATION 10.
|
given in mm/s^2, decimal allowed, useful range 1. to 10'000. Start with 10. for milling (high precision) or 1000. for printing
|
||||||
|
*/
|
||||||
|
#define ACCELERATION 1000.
|
||||||
|
|
||||||
/** \def ACCELERATION_TEMPORAL
|
/** \def ACCELERATION_TEMPORAL
|
||||||
temporal step algorithm
|
temporal step algorithm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue