mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
✨ BIQU_MICROPROBE_V1/V2
MarlinFirmware/Marlin#26527 Co-Authored-By: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
This commit is contained in:
parent
6adca613e7
commit
385587051f
358 changed files with 3938 additions and 0 deletions
|
@ -1464,6 +1464,17 @@
|
|||
//#define BD_SENSOR_PROBE_NO_STOP // Probe bed without stopping at each probe point
|
||||
#endif
|
||||
|
||||
/**
|
||||
* BIQU MicroProbe
|
||||
*
|
||||
* A lightweight, solenoid-driven probe.
|
||||
* For information about this sensor https://github.com/bigtreetech/MicroProbe
|
||||
*
|
||||
* Also requires: PROBE_ENABLE_DISABLE
|
||||
*/
|
||||
//#define BIQU_MICROPROBE_V1 // Triggers HIGH
|
||||
//#define BIQU_MICROPROBE_V2 // Triggers LOW
|
||||
|
||||
// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
|
||||
//#define SOLENOID_PROBE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue