Fix comment on STEPS_PER_M_x in config.h templates.
This commit is contained in:
parent
37933c8a85
commit
8c6e6a1027
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue