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
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -127,9 +127,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -131,9 +131,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 100.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -126,9 +126,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -133,9 +133,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -132,9 +132,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -131,9 +131,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
|
|
@ -131,9 +131,11 @@
|
|||
*/
|
||||
#define ACCELERATION_RAMPING
|
||||
|
||||
/// how fast to accelerate when using ACCELERATION_RAMPING, given in mm/s^2
|
||||
/// decimal allowed, useful range 1. to 10'000, typical range 10. to 100.
|
||||
#define ACCELERATION 10.
|
||||
/** \def ACCELERATION
|
||||
how fast to accelerate when using ACCELERATION_RAMPING.
|
||||
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
|
||||
temporal step algorithm
|
||||
|
|
|
|||
Loading…
Reference in New Issue