diff --git a/config/config/extruder_hotend.cfg b/config/config/extruder_hotend.cfg index 4a01530..8c3669b 100644 --- a/config/config/extruder_hotend.cfg +++ b/config/config/extruder_hotend.cfg @@ -16,12 +16,13 @@ control_pin: PA2 x_offset: 0 y_offset: 25.0 z_offset: 3.155 -speed: 10.0 +speed: 15 samples: 3 samples_result: median sample_retract_dist: 3.0 -samples_tolerance: 0.015 +samples_tolerance: 0.02 samples_tolerance_retries: 3 +probe_with_touch_mode: True [extruder] step_pin: PD5 diff --git a/config/config/heated_bed.cfg b/config/config/heated_bed.cfg index 10a5985..0fe14cf 100644 --- a/config/config/heated_bed.cfg +++ b/config/config/heated_bed.cfg @@ -14,7 +14,7 @@ pid_kd: 300.438 #home_xy_position:94,346 ; Z Endstop Switch home_xy_position:175,175 ; BL Touch mitte speed:150 -z_hop:5 +z_hop:10 [quad_gantry_level] gantry_corners: @@ -28,7 +28,7 @@ points: 300,25 speed: 300 -horizontal_move_z: 12 +horizontal_move_z: 10 retries: 5 -retry_tolerance: 0.0075 +retry_tolerance: 0.015 max_adjust: 20 \ No newline at end of file diff --git a/database/data.mdb b/database/data.mdb index 95b27cb..d3207c6 100644 Binary files a/database/data.mdb and b/database/data.mdb differ diff --git a/database/lock.mdb b/database/lock.mdb index dcc6506..27df11a 100644 Binary files a/database/lock.mdb and b/database/lock.mdb differ