SV07 Plus Biqu Microprobe mount

Biqu Microprobe mount for the Sovol SV07 Plus
7
54
1
508
updated October 31, 2023

Description

PDF

includes optional cable clip, use as shown

 

 

chop the two sets of wires they sent you with the microprobe to an appropriate length and solder them together or buy a cable with the appropriate microblade connectors.  this plugs in where your inductive sensor would have gone.

cut the old probe config out of your printer.cfg and replace it with this:

#################################################
#biqu microprobe config
#################################################
[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: PD12  # Set to the control pin on your board
value: 0
[probe]
pin: ^!PD13  # NOTE FOR V2 users: Set this to ^!PC14 to set the low level trigger 
deactivate_on_each_sample: False
x_offset: 28.5
y_offset: -4.5
#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
#################################################
#end of biqu microprobe config
#################################################

 

Tags



Model origin

The author remixed this model.

Differences of the remix compared to the original

I liked the curvature on one of the ears and copied it into this model.  everything else is redesigned entirely

License