BIQU MicroProbe V2.0 Klipper setup for new Orca 3D printer concept config

5 months ago
12

When I figuring out the probe situation for my new printer build I had to choose between a clicky probe and bltouch type device. This was my first experience with this microprobe. The thing is tiny and light.
Microprobe on Amazon
https://amzn.to/3QIU25S

BigTreeTech EBB36
https://amzn.to/49RkfZ4

Here is my Klipper config with a BigTreeTech EBB36

[gcode_macro PROBE_DOWN]
gcode:
SET_PIN PIN=probe_enable VALUE=1

[gcode_macro PROBE_UP]
gcode:
SET_PIN PIN=probe_enable VALUE=0

[output_pin probe_enable]
pin: EBBCan:PB9 # Set to the control pin on your board
value: 0

[probe]
pin: ^!EBBCan:PB8 # NOTE FOR V2 users: Set this to ^!PC14 to set the low level trigger
deactivate_on_each_sample: False
x_offset: -40
y_offset: -35
z_offset: 0 # Will be overridden when you do a PROBE_CALIBRATE
samples: 2
samples_tolerance: 0.05
samples_tolerance_retries: 3
activate_gcode:
PROBE_DOWN
G4 P500
deactivate_gcode:
PROBE_UP

Sponsors
http://www.oc3dtech.com
http://www.fintechcommunications.com
http://www.ocdatacabling.com
http://www.ocdatasystems.com
http://www.bloodlinefishing.com

Loading comments...