This commit is contained in:
Ender3 venya
2026-01-28 20:59:09 +03:00
parent 66a7c69a86
commit 99e111e8e7

View File

@@ -34,10 +34,16 @@ dir_pin: P2.11
enable_pin: !P0.21 enable_pin: !P0.21
microsteps: 16 microsteps: 16
rotation_distance: 8 rotation_distance: 8
endstop_pin: !P1.27 endstop_pin: probe:z_virtual_endstop
position_endstop: 0.0 # position_endstop: 0.0
position_max: 300 position_max: 300
[safe_z_home]
home_xy_position: 100, 100 # Change coordinates to the center of your print bed
speed: 50
z_hop: 10 # Move up 10mm
z_hop_speed: 5
[extruder] [extruder]
step_pin: P2.13 step_pin: P2.13
dir_pin: !P0.11 dir_pin: !P0.11
@@ -99,6 +105,20 @@ click_pin: ^!EXP1_2
[output_pin beeper] [output_pin beeper]
pin: EXP1_1 pin: EXP1_1
[bltouch]
control_pin: P2.0
sensor_pin: ^P1.27
stow_on_each_sample: false
x_offset: -30
y_offset: -19
z_offset: 0
speed: 5
samples: 2
samples_result: average
sample_retract_dist: 3.0
samples_tolerance: 0.08
samples_tolerance_retries:3
######################################## ########################################
# TMC2208 configuration # TMC2208 configuration
######################################## ########################################