Skip to content

Commit

Permalink
Update AxiDraw for Quintic support
Browse files Browse the repository at this point in the history
  • Loading branch information
giseburt committed Jul 26, 2020
1 parent bc1a2ff commit c0bb23f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions g2core/settings/settings_axidraw_v3.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
/**** AxiDraw v3 Configuration *****************************************/
/***********************************************************************/

#include "hardware.h"

// ***> NOTE: The init message must be a single line with no CRs or LFs
#define INIT_MESSAGE "Initializing configs to AxiDraw v3 settings"

Expand Down Expand Up @@ -90,6 +88,7 @@
#define MOTOR_POWER_TIMEOUT 2.00 // motor power timeout in seconds

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

#define A_B_POWER_LEVEL 0.7
#define A_B_MICROSTEPS 64
Expand All @@ -111,6 +110,8 @@
#define M2_POWER_MODE MOTOR_POWER_MODE
#define M2_POWER_LEVEL A_B_POWER_LEVEL

#include "hardware.h"

#if MOTORS == 3
// gQuadratic
// #warning Autodetected gQuadratic settings
Expand Down

0 comments on commit c0bb23f

Please sign in to comment.