Basic Information:
Printer Model: ender e3
MCU / Printerboard: Fyscet s6
klippy.log
log doesn’t needed
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…
Hello
I want to make bfptouch from +5v coil without using a servo.
Tell me please, how to make a new configuration?
I found out, that I need to use [output_pin]
Here is the working configuration for [bfptouch] in my printer:
[servo BFPTouch]
pin: PA3
initial_angle: 131
maximum_servo_angle = 180
minimum_pulse_width = 0.0005
maximum_pulse_width = 0.0024
[probe]
pin: ^PA0 #using z-endstop pin
x_offset: 0.0
y_offset: 0.0
z_offset: 1.0
speed: 3.0
samples: 2
activate_gcode:
SET_SERVO SERVO=BFPTouch ANGLE=180
G4 P300
deactivate_gcode:
SET_SERVO SERVO=BFPTouch ANGLE=131
A have a little coil it turns on +5v
It has only 2 wire VCC and GND
If we give it +5v, the probe goes down. If we turn off the power, the probe goes back automatically home position.
And I want to make from OptoSensor and this little coil
Some kind of bfptouch. Help me please with configuration. Thank you