Skip to content

Commit c0bb23f

Browse files
committed
Update AxiDraw for Quintic support
1 parent bc1a2ff commit c0bb23f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

g2core/settings/settings_axidraw_v3.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
/**** AxiDraw v3 Configuration *****************************************/
3131
/***********************************************************************/
3232

33-
#include "hardware.h"
34-
3533
// ***> NOTE: The init message must be a single line with no CRs or LFs
3634
#define INIT_MESSAGE "Initializing configs to AxiDraw v3 settings"
3735

@@ -90,6 +88,7 @@
9088
#define MOTOR_POWER_TIMEOUT 2.00 // motor power timeout in seconds
9189

9290
#define KINEMATICS KINE_CORE_XY // X and Y MUST use the same settings!
91+
#define HAS_HOBBY_SERVO_MOTOR 1
9392

9493
#define A_B_POWER_LEVEL 0.7
9594
#define A_B_MICROSTEPS 64
@@ -111,6 +110,8 @@
111110
#define M2_POWER_MODE MOTOR_POWER_MODE
112111
#define M2_POWER_LEVEL A_B_POWER_LEVEL
113112

113+
#include "hardware.h"
114+
114115
#if MOTORS == 3
115116
// gQuadratic
116117
// #warning Autodetected gQuadratic settings

0 commit comments

Comments
 (0)