Hello Dear all,
I use klipper with my Anet A8 For a few years have been maintained.
I print main of ABS.
That being my question is, I whant to not need to perpetually adjust the bed leveling manualy with the sheet of paper methode.
Also, having seen some videos and configuration file for Klipper with Anet A8 and 3D Touch Auto Level.
I just buy this one:www.ebay.fr/itm/303093758883
I whant to know:
If it is possible to mount this Bltouch in parallel with the end stop switch in order to keep this protection? Is it useful to do that?
If have found some config file:
AND
In one i see :
[bltouch]
z_offset: -1.10
x_offset: 66
y_offset: 0
sensor_pin: ^PC4
control_pin: PA4
[bed_mesh]
min_point: 0,0
max_point: 150,150
probe_count: 5,5
horizontal_move_z: 25
[homing_override]
set_position_z: 0
axes: xyz
gcode:
** G90**
** G1 Z5 F600 ; Lift Z 35 mm to make sure probe wont hit bed, it may hit top though**
** G28 X0 Y0**
** ;G1 X110 - probe_x_offset Y110 - probe_z_offset F3600**
** G1 X44 Y110 F3600**
** G28 Z0**
** G1 Z10**
[gcode_macro G29]
gcode:
** BED_MESH_CALIBRATE**
In the other:
# Define the BLTouch servo
[servo bltouch]
pin: PA4
maximum_servo_angle: 180
minimum_pulse_width: 0.0006
maximum_pulse_width: 0.0024
# Define a probe using the BLTouch
[probe]
pin: PC4
speed: 5.0
z_offset: 0.79
activate_gcode:
** SET_SERVO SERVO=bltouch ANGLE=10**
** SET_SERVO SERVO=bltouch ANGLE=60**
** G4 P200**
deactivate_gcode:
** SET_SERVO SERVO=bltouch ANGLE=90**
# Example bed_tilt config section
[bed_tilt]
#x_adjust:
#y_adjust:
points:
** 50,50**
** 50,100**
** 50,190**
** 100,50**
** 100,100**
** 100,150**
** 150,50**
** 150,100**
** 150,150**
# If the BLTouch is used to home the Z axis, then define a
# homing_override section, use probe:z_virtual_endstop as the
# endstop_pin in the stepper_z section, and set the endstop_position
# in the stepper_z section to match the probe’s probe_z_offset.
[homing_override]
set_position_z: 5
gcode:
** G91 ; Uncomment these 2 lines to blindly lift the Z 20mm at start**
** G1 Z20 F600**
** G90**
** G28 X0 Y0**
** G1 X100 Y100 F3600**
** G28 Z0**
** G1 Z10 ; lift to Z10 at the end**
Can you say me what the good way with last version of klipper because i just réinstall my octoklipper.
Thanks in advance!