From 8c6e6a10274274db048e9a492a410cfcca60cdc3 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 18 Jul 2012 22:40:05 +0200 Subject: [PATCH] Fix comment on STEPS_PER_M_x in config.h templates. --- config.default.h | 6 ++---- config.gen3.h | 3 +++ config.gen6.h | 6 ++---- config.gen7-v1.1-v1.3.h | 6 ++---- config.gen7-v1.4.h | 6 ++---- config.ramps-v1.2.h | 6 ++---- config.ramps-v1.3.h | 6 ++---- config.sanguinololu-v1.1.h | 6 ++---- config.sanguinololu-v1.2.h | 6 ++---- 9 files changed, 19 insertions(+), 32 deletions(-) diff --git a/config.default.h b/config.default.h index a0b5b6b..38718a9 100644 --- a/config.default.h +++ b/config.default.h @@ -43,10 +43,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -62,6 +58,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 320000 #define STEPS_PER_M_Y 320000 diff --git a/config.gen3.h b/config.gen3.h index f52201d..bbfd8b8 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -44,6 +44,7 @@ */ #define HOST + /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -58,6 +59,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 10047 #define STEPS_PER_M_Y 10047 diff --git a/config.gen6.h b/config.gen6.h index f2585d5..f6843c4 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -45,10 +45,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -64,6 +60,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 40000 #define STEPS_PER_M_Y 40000 diff --git a/config.gen7-v1.1-v1.3.h b/config.gen7-v1.1-v1.3.h index 3fef9c5..60ba168 100644 --- a/config.gen7-v1.1-v1.3.h +++ b/config.gen7-v1.1-v1.3.h @@ -51,10 +51,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -70,6 +66,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 40000 #define STEPS_PER_M_Y 40000 diff --git a/config.gen7-v1.4.h b/config.gen7-v1.4.h index b3dacff..0fa777c 100644 --- a/config.gen7-v1.4.h +++ b/config.gen7-v1.4.h @@ -51,10 +51,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -70,6 +66,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 40000 #define STEPS_PER_M_Y 40000 diff --git a/config.ramps-v1.2.h b/config.ramps-v1.2.h index b972b7c..a29d07e 100644 --- a/config.ramps-v1.2.h +++ b/config.ramps-v1.2.h @@ -45,10 +45,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -64,6 +60,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 80368 #define STEPS_PER_M_Y 80368 diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index 600eaaa..beffe0e 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -45,10 +45,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -64,6 +60,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 80368 #define STEPS_PER_M_Y 80368 diff --git a/config.sanguinololu-v1.1.h b/config.sanguinololu-v1.1.h index a0689e7..9084e76 100644 --- a/config.sanguinololu-v1.1.h +++ b/config.sanguinololu-v1.1.h @@ -44,10 +44,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -63,6 +59,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 80368 #define STEPS_PER_M_Y 80368 diff --git a/config.sanguinololu-v1.2.h b/config.sanguinololu-v1.2.h index 5532a60..a39517a 100644 --- a/config.sanguinololu-v1.2.h +++ b/config.sanguinololu-v1.2.h @@ -44,10 +44,6 @@ */ #define HOST -/* - Values reflecting the gearing of your machine. - All numbers are fixed point integers, so no more than 3 digits to the right of the decimal point, please :-) -*/ /** \def STEPS_PER_M steps per meter ( = steps per mm * 1000 ) @@ -63,6 +59,8 @@ half-stepping doubles the number, quarter stepping requires * 4, etc. valid range = 20 to 4'0960'000 (0.02 to 40960 steps/mm) + + all numbers are integers, so no decimal point, please :-) */ #define STEPS_PER_M_X 80368 #define STEPS_PER_M_Y 80368