✨ Support for BIQU B1-SE-Plus strain gauge probe (#23101)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
a2349fc411
commit
6e284f8823
@ -71,7 +71,9 @@
|
||||
// Probe
|
||||
//
|
||||
#define PROBE_TARE_PIN PA1
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC2 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
|
@ -34,6 +34,9 @@
|
||||
#define HEATER_0_PIN PA1 // HEATER1
|
||||
#define HEATER_BED_PIN PA2 // HOT BED
|
||||
#define FAN_PIN PA0 // FAN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
|
||||
#include "pins_CREALITY_V45x.h"
|
||||
|
@ -34,6 +34,9 @@
|
||||
#define HEATER_0_PIN PB14 // HEATER1
|
||||
#define HEATER_BED_PIN PB13 // HOT BED
|
||||
#define FAN_PIN PB15 // FAN
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
|
||||
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_ACTIVATION_SWITCH_PIN PB2 // Optoswitch to Enable Z Probe
|
||||
#endif
|
||||
|
||||
#include "pins_CREALITY_V45x.h"
|
||||
|
Reference in New Issue
Block a user