January 13, 2024
Description
I designed a BIQU MicroProbe mount for the KP3S (Pro, or any model what have a same extruder/fanduct setup as the base remixed model).
The probe is working for me with Klipper and the Kingroon v1.2 board.
Only 2 piece of M3x6 screw is required for mounting to the front panel, the other screws packaged with the MicroProbe.
Setup:
[output_pin probe_enable]
pin: PA8
value: 0
[gcode_macro Probe_Deploy]
gcode:
SET_PIN PIN=probe_enable Value=1
[gcode_macro Probe_Stow]
gcode:
SET_PIN PIN=probe_enable Value=0
[probe]
pin: ^!PA11
deactivate_on_each_sample: False
x_offset: -15.3
y_offset: -35.9
#z_offset: 0.0
speed: 5.0
activate_gcode:
Probe_Deploy
G4 P500
deactivate_gcode:
Probe_Stow
[bed_mesh]
speed: 120
mesh_min: 5, 5
mesh_max: 167, 152
horizontal_move_z: 5
algorithm: bicubic
mesh_pps: 3, 3
probe_count: 5,5
License:
Creative Commons — Attribution — Noncommercial — Share Alike
7