CoreXY: distribute new KINEMATICS definition to all config.h templates.
This commit is contained in:
parent
30dd1f4535
commit
be0af71b2e
|
|
@ -45,6 +45,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,19 @@
|
||||||
#define MOTHERBOARD
|
#define MOTHERBOARD
|
||||||
|
|
||||||
|
|
||||||
|
/** \def KINEMATICS
|
||||||
|
|
||||||
|
This defines the type of kinematics your printer uses. That's essential!
|
||||||
|
|
||||||
|
Valid values (see dda_kinematics.h):
|
||||||
|
|
||||||
|
KINEMATICS_STRAIGHT Motors move axis directions directly. This is the
|
||||||
|
traditional type, found in many printers, including
|
||||||
|
Mendel, Prusa i3, Mendel90, Ormerod, Mantis.
|
||||||
|
*/
|
||||||
|
#define KINEMATICS KINEMATICS_STRAIGHT
|
||||||
|
|
||||||
|
|
||||||
/** \def STEPS_PER_M
|
/** \def STEPS_PER_M
|
||||||
steps per meter ( = steps per mm * 1000 )
|
steps per meter ( = steps per mm * 1000 )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue