Created
September 28, 2021 10:17
-
-
Save ChipCE/ce0399f94a8dd2c86e8d7c6007d95d77 to your computer and use it in GitHub Desktop.
klipper-z-sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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