File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
/**** AxiDraw v3 Configuration *****************************************/
31
31
/***********************************************************************/
32
32
33
- #include "hardware.h"
34
-
35
33
// ***> NOTE: The init message must be a single line with no CRs or LFs
36
34
#define INIT_MESSAGE "Initializing configs to AxiDraw v3 settings"
37
35
90
88
#define MOTOR_POWER_TIMEOUT 2.00 // motor power timeout in seconds
91
89
92
90
#define KINEMATICS KINE_CORE_XY // X and Y MUST use the same settings!
91
+ #define HAS_HOBBY_SERVO_MOTOR 1
93
92
94
93
#define A_B_POWER_LEVEL 0.7
95
94
#define A_B_MICROSTEPS 64
111
110
#define M2_POWER_MODE MOTOR_POWER_MODE
112
111
#define M2_POWER_LEVEL A_B_POWER_LEVEL
113
112
113
+ #include "hardware.h"
114
+
114
115
#if MOTORS == 3
115
116
// gQuadratic
116
117
// #warning Autodetected gQuadratic settings
You can’t perform that action at this time.
0 commit comments