Configuration.h

This commit is contained in:
Dennis Karpes
2024-07-28 16:53:00 +02:00
committed by GitHub
parent df49370da7
commit 79b7680586
+3 -3
View File
@@ -81,7 +81,6 @@
* *
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9] * :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
*/ */
#define SERIAL_PORT 1
#define SERIAL_PORT -1 #define SERIAL_PORT -1
/** /**
@@ -104,7 +103,6 @@
* Currently Ethernet (-2) is only supported on Teensy 4.1 boards. * Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9] * :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
*/ */
#define SERIAL_PORT_2 -1
#define SERIAL_PORT_2 1 #define SERIAL_PORT_2 1
#define BAUDRATE_2 115200 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE #define BAUDRATE_2 115200 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE
@@ -1770,6 +1768,8 @@
// @section motion // @section motion
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false #define INVERT_Z_DIR false
//#define INVERT_I_DIR false //#define INVERT_I_DIR false
//#define INVERT_J_DIR false //#define INVERT_J_DIR false
@@ -3646,4 +3646,4 @@
//#define EDITABLE_SERVO_ANGLES //#define EDITABLE_SERVO_ANGLES
// Disable servo with M282 to reduce power consumption, noise, and heat when not in use // Disable servo with M282 to reduce power consumption, noise, and heat when not in use
//#define SERVO_DETACH_GCODE //#define SERVO_DETACH_GCODE