Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ChipCE
Created September 28, 2021 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChipCE/ce0399f94a8dd2c86e8d7c6007d95d77 to your computer and use it in GitHub Desktop.
Save ChipCE/ce0399f94a8dd2c86e8d7c6007d95d77 to your computer and use it in GitHub Desktop.
klipper-z-sample
# probe setting. Connect to SERVORS and PROBE port
[bltouch]
sensor_pin: ^P0.10
control_pin: P2.0
#pin_move_time: 0.800 #0.680
x_offset: -25
y_offset: 0
# z_offset: 0.150
speed: 5.0
stow_on_each_sample: False
samples: 3
[safe_z_home]
home_xy_position: 82.5,82.5 # Change coordinates to the center of your print bed
#speed: 50
z_hop: 10
z_hop_speed: 5
[bed_mesh]
speed: 50
horizontal_move_z: 10
mesh_min: 0,0 # prob pos
mesh_max: 140, 165 # prob pos
probe_count: 6,6
#Z_TILT_ADJUST
[z_tilt]
# the point of the motor (or leadscrew)
z_positions:
192.5, 82.5
-27.5, 82.5
# probe point (nozzle)
points:
25, 82.5
165, 82.5
speed: 100
horizontal_move_z: 3
retries: 5
retry_tolerance: 0.0075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment