Patch PrintrboardG2 build (on spec)
This commit is contained in:
parent
55b8547f04
commit
a9c259c77a
@ -2580,9 +2580,9 @@ void Stepper::report_positions() {
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else // PRINTRBOARD_G2
|
||||||
|
|
||||||
#include "../HAL/HAL_DUE/G2_PWM.h"
|
#include HAL_PATH(../HAL, fastio/G2_PWM.h)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
#define MOTOR_CURRENT_PWM_Y_PIN 64 // PB19 MOTOR 3
|
#define MOTOR_CURRENT_PWM_Y_PIN 64 // PB19 MOTOR 3
|
||||||
#define MOTOR_CURRENT_PWM_E_PIN 61 // PA2 MOTOR 4
|
#define MOTOR_CURRENT_PWM_E_PIN 61 // PA2 MOTOR 4
|
||||||
|
|
||||||
//#define DEFAULT_PWM_MOTOR_CURRENT { 300, 400, 1000} // XY Z E0, 1000 = 1000mAh
|
#define DEFAULT_PWM_MOTOR_CURRENT { 300, 400, 1000} // XY Z E0, 1000 = 1000mAh
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
*
|
*
|
||||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||||
*/
|
*/
|
||||||
#define SERIAL_PORT 0
|
#define SERIAL_PORT -1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select a secondary serial port on the board to use for communication with the host.
|
* Select a secondary serial port on the board to use for communication with the host.
|
||||||
|
Loading…
Reference in New Issue
Block a user