diff --git a/config.gen3.h b/config.gen3.h index 2d60805..93c6cf7 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -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 diff --git a/config.gen6.h b/config.gen6.h index 23a9098..57c6062 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -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 diff --git a/config.gen7.h b/config.gen7.h index 7269b64..83998f5 100644 --- a/config.gen7.h +++ b/config.gen7.h @@ -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 diff --git a/config.h.dist b/config.h.dist index ab81caa..69458b4 100644 --- a/config.h.dist +++ b/config.h.dist @@ -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 diff --git a/config.ramps-v1.2.h b/config.ramps-v1.2.h index 5bd3bf7..99473db 100644 --- a/config.ramps-v1.2.h +++ b/config.ramps-v1.2.h @@ -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 diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index 5b4b4a9..9b073c3 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -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 diff --git a/config.sanguinololu-v1.1.h b/config.sanguinololu-v1.1.h index 4833f6f..f2b96b5 100644 --- a/config.sanguinololu-v1.1.h +++ b/config.sanguinololu-v1.1.h @@ -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 diff --git a/config.sanguinololu-v1.2.h b/config.sanguinololu-v1.2.h index 10adfb6..2df2d78 100644 --- a/config.sanguinololu-v1.2.h +++ b/config.sanguinololu-v1.2.h @@ -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