Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from clearance to safe_z_home when no [probe] section defined #139

Open
DaStivi opened this issue Mar 22, 2024 · 1 comment
Open

Move from clearance to safe_z_home when no [probe] section defined #139

DaStivi opened this issue Mar 22, 2024 · 1 comment

Comments

@DaStivi
Copy link

DaStivi commented Mar 22, 2024

I've no [probe] section Defined as I use mentals/annex dockable probe.

`###################################################################

Probe

#####################################################################

#[probe]
#pin: ~!PB7
#x_offset: 0
#y_offset: 25.0
#z_offset: 2
#speed: 20.0
#samples: 3
#samples_result: median
#sample_retract_dist: 3.0
#samples_tolerance: 0.006
#samples_tolerance_retries: 5

[dockable_probe]
pin: ~!PB7
dock_sense_pin: !PG15
x_offset: -4.3
y_offset: 21.0
#z_offset: 0
z_offset = 2.390 #texturierte oberfläche
#z_offset = 2.375 #glatte china PEI
#z_offset = 2.3050 #Schnitzelpei
samples: 3
samples_result: median
sample_retract_dist: 1.5
samples_tolerance: 0.006
samples_tolerance_retries: 5
dock_position: 54,352,15
#dock_angle: 270 #old-style radius approach - annexed_probe.py
#detach_angle: 180 #old-style radius approach - annexed_probe.py
#dock_safe_distance: 60 #old-style radius approach - annexed_probe.py
approach_position: 53,320
detach_position: 100,350
check_open_attach: true
dock_fixed_z: True
#safe_z_position: 232.3,350
speed: 3.0
travel_speed: 200
attach_speed: 35
lift_speed: 50.0
detach_speed: 50
dock_retries: 3
allow_delayed_detach: false
#pre_detach_gcode: G28 Z

#####################################################################

Z Calibration

#####################################################################
[z_calibration]

position on z-endstop for nozzle probing

#probe_nozzle_x: 235.6 #neue option seit august 2023, geändert 17.3.24 nach updates die alles kaputt gemacht gemacht to-be-deleted
#probe_nozzle_y: 350.0 #neue option seit august 2023, geändert 17.3.24 nach updates die alles kaputt gemacht gemacht to-be-deleted
nozzle_xy_position: 235.6,350.0

position on z-endstop for switch probing

#probe_switch_x: 232 #neue option seit august 2023, geändert 17.3.24 nach updates die alles kaputt gemacht gemacht to-be-deleted
#probe_switch_y: 330.7 #neue option seit august 2023, geändert 17.3.24 nach updates die alles kaputt gemacht gemacht to-be-deleted
switch_xy_position: 232,330.5

position on bed for print surface probing

!!! this must be the relative reference point of the mesh, if using one !!!

bed_xy_position: 175,175

#probe_bed_x: 175
#probe_bed_y: 175 #neue option seit august 2023, geändert 17.3.24 nach updates die alles kaputt gemacht gemacht to-be-deleted, wrude durch neue option zero_reference_position abgelöst
switch_offset: 0.385 # 0.670 ; smaller is more away from bed!
wiggle_xy_offsets: 0.5,0.5
offset_margins: -1.0,1.0
speed: 300
clearance: 10 #5
#samples: 5
#samples_tolerance: 0.01 #0.006
#samples_tolerance_retries: 10
#samples_result: median
#position_min: -5
#lift_speed: 5 #8
#probing_speed: 7 #10
probing_second_speed: 4
probing_retract_dist: 2
probing_first_fast: true
#end_gcode: detach_probe`

How should approach this if the option is removed?
BR steve

@TitusLabs
Copy link
Member

Uff, there is no probe at all? Not finding a probe alone throws an error. Missing parameters could be configured explicitly. And for the positions are now three options each (https://github.com/protoloft/klipper_z_calibration/wiki/How-To-Use-It#command-calibrate_z)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants