v2.4: update z_calibration parameters

This commit is contained in:
Konstantin Koslowski 2022-01-06 18:24:56 +01:00
parent 8a9da3143e
commit e06e6385f4

View file

@ -5,7 +5,7 @@
description: Helper: Contains User defined printer variables description: Helper: Contains User defined printer variables
##### Homing and general movement ##### ##### Homing and general movement #####
variable_z_endstop_x: 94.5 ; z Endstop x position inside right profile variable_z_endstop_x: 94.5 ; z Endstop x position inside right profile
variable_z_endstop_y: 309 ; z Endstop y position variable_z_endstop_y: 307 ; z Endstop y position
variable_z_hop: 12 ; z hop for moves e.g homing variable_z_hop: 12 ; z hop for moves e.g homing
variable_xy_home_current: 0.5 ; reduced homing current for x and y variable_xy_home_current: 0.5 ; reduced homing current for x and y
variable_z_home_current: 0.4 ; reduced homing current for z variable_z_home_current: 0.4 ; reduced homing current for z
@ -36,11 +36,11 @@ gcode:
# The X and Y coordinates (in mm) for clicking the nozzle on the # The X and Y coordinates (in mm) for clicking the nozzle on the
# Z endstop. # Z endstop.
probe_nozzle_x: 94.5 probe_nozzle_x: 94.5
probe_nozzle_y: 309 probe_nozzle_y: 307
# The X and Y coordinates (in mm) for clicking the probe's switch # The X and Y coordinates (in mm) for clicking the probe's switch
# on the Z endstop. # on the Z endstop.
probe_switch_x: 90 probe_switch_x: 90
probe_switch_y: 290 probe_switch_y: 287
# The X and Y coordinates (in mm) for probing on the print surface # The X and Y coordinates (in mm) for probing on the print surface
# (e.g. the center point) These coordinates will be adapted by the # (e.g. the center point) These coordinates will be adapted by the
# probe's X and Y offsets. The default is the relative_reference_index # probe's X and Y offsets. The default is the relative_reference_index
@ -74,7 +74,7 @@ max_deviation: 1.0
# configuration. # configuration.
#position_min: default from "stepper_z:position_min" section. #position_min: default from "stepper_z:position_min" section.
# Extra clearance when moving # Extra clearance when moving
clearance: 12 clearance: 10
# The moving speed in X and Y. The default is 50 mm/s. # The moving speed in X and Y. The default is 50 mm/s.
speed: 100 speed: 100
# Speed (in mm/s) of the Z axis when lifting the probe between # Speed (in mm/s) of the Z axis when lifting the probe between