|
31 | 31 | //#define BOARD_BLACKPILL_ALT2 // For use with F411 BlackPill, with optional auto square support for one axis, I2C and spindle sync
|
32 | 32 | //#define BOARD_DEVTRONIC_CNC // For use with Devtronic CNC Controller (F411 BlackPill), with I2C and spindle sync
|
33 | 33 | //#define BOARD_DEVTRONIC_CNC_V2 // For use with Devtronic CNC Controller V2 (F411 BlackPill), with I2C and spindle sync
|
34 |
| -//#define BOARD_MINI_BLACKPILL // For use with F411 BlackPill, https://github.com/avizienis/Minimal-Black-Pill--STM32F4xx-BOB-for-grblHAL |
| 34 | +//#define BOARD_MINI_BLACKPILL // For use with F411 BlackPill |
35 | 35 | //#define BOARD_BTT_SKR_PRO_1_1 // F407 based 3D Printer board
|
36 | 36 | //#define BOARD_BTT_SKR_PRO_1_2 // F407 based 3D Printer board
|
37 | 37 | //#define BOARD_BTT_SKR_20 // F407 based 3D Printer board
|
|
101 | 101 | //#define LASER_COOLANT_ENABLE 1 // Laser coolant plugin. To be completed.
|
102 | 102 | //#define LASER_OVD_ENABLE 1 // Enable M-code for overdrive PWM output during spindle off in RPM controlled mode.
|
103 | 103 | //#define LB_CLUSTERS_ENABLE 1 // LaserBurn cluster support.
|
| 104 | +//#define OPENPNP_ENABLE 1 // OpenPNP plugin. To be completed. |
104 | 105 | //#define TRINAMIC_ENABLE 2130 // Trinamic TMC2130 stepper driver support.
|
105 | 106 | //#define TRINAMIC_ENABLE 5160 // Trinamic TMC5160 stepper driver support.
|
106 | 107 | //#define TRINAMIC_ENABLE 2209 // Trinamic TMC2209 stepper driver support.
|
|
129 | 130 | // Optional control signals:
|
130 | 131 | // These will be assigned to aux input pins. Use the $pins command to check which pins are assigned.
|
131 | 132 | // NOTE: If not enough pins are available assignment will silently fail.
|
132 |
| -//#define PROBE_ENABLE 0 // Default enabled, remove comment to disable probe input. |
| 133 | +//#define PROBE_ENABLE 0 // Default enabled, uncomment to disable probe input or uncomment and set to 2 to enable relay switched probes. |
| 134 | +//#define PROBE2_ENABLE 1 // Enable second regular probe input, depending on the board the input assigned may be predefined. |
| 135 | +//#define TOOLSETTER_ENABLE 1 // Enable toolsetter input, depending on the board the input assigned may be predefined. |
133 | 136 | //#define SAFETY_DOOR_ENABLE 1
|
134 | 137 | //#define MOTOR_FAULT_ENABLE 1
|
135 | 138 | //#define MOTOR_WARNING_ENABLE 1
|
|
0 commit comments