From 448df5d1c31db8d693936e73376aa5411c05e1d1 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 4 Oct 2011 20:19:47 +0200 Subject: [PATCH] config.*.h: raise default acceleration values. Recommendation by Sublime, see http://forums.reprap.org/read.php?147,99780,99912#msg-99912 --- config.gen3.h | 8 +++++--- config.gen6.h | 8 +++++--- config.gen7.h | 8 +++++--- config.h.dist | 8 +++++--- config.ramps-v1.2.h | 8 +++++--- config.ramps-v1.3.h | 8 +++++--- config.sanguinololu-v1.1.h | 8 +++++--- config.sanguinololu-v1.2.h | 8 +++++--- 8 files changed, 40 insertions(+), 24 deletions(-) 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