v2.4: update clearance with probe
This commit is contained in:
parent
a8f3ab247a
commit
dcc8b554c3
1 changed files with 6 additions and 4 deletions
|
@ -6,18 +6,18 @@ description: Helper: Contains User defined printer variables
|
||||||
##### Homing and general movement #####
|
##### Homing and general movement #####
|
||||||
variable_z_endstop_x: 205 ; z Endstop x position inside right profile
|
variable_z_endstop_x: 205 ; z Endstop x position inside right profile
|
||||||
variable_z_endstop_y: 305 ; z Endstop y position
|
variable_z_endstop_y: 305 ; z Endstop y position
|
||||||
variable_z_hop: 10.0 ; 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
|
||||||
variable_home_accel: 1000 ; reduced ACCEL for homing
|
variable_home_accel: 1000 ; reduced ACCEL for homing
|
||||||
##### Mag Probe #####
|
##### Mag Probe #####
|
||||||
variable_probe_dock_x: 145 ; x toolhead position before docking probe
|
variable_probe_dock_x: 145 ; x toolhead position before docking probe
|
||||||
variable_probe_dock_y: 285 ; y toolhead position before docking probe
|
variable_probe_dock_y: 285 ; y toolhead position before docking probe
|
||||||
variable_probe_dock_z: 10 ; z toolhead position before docking probe (only for bed dock)
|
variable_probe_dock_z: 12 ; z toolhead position before docking probe (only for bed dock)
|
||||||
variable_probe_undock_x: 200 ; x toolhead position after docking probe
|
variable_probe_undock_x: 200 ; x toolhead position after docking probe
|
||||||
variable_probe_undock_y: 305 ; y toolhead position after docking probe
|
variable_probe_undock_y: 305 ; y toolhead position after docking probe
|
||||||
variable_probe_undock_z: 10 ; z toolhead position after docking probe (only for bed dock)
|
variable_probe_undock_z: 12 ; z toolhead position after docking probe (only for bed dock)
|
||||||
variable_probe_z_min: 10 ; z minimum height to avoid crash
|
variable_probe_z_min: 12 ; z minimum height to avoid crash
|
||||||
variable_probe_travel_speed: 100 ; dock moves travel speed
|
variable_probe_travel_speed: 100 ; dock moves travel speed
|
||||||
variable_probe_dock_speed: 100 ; dock speed for attach/dock
|
variable_probe_dock_speed: 100 ; dock speed for attach/dock
|
||||||
##### Respond defaults #####
|
##### Respond defaults #####
|
||||||
|
@ -74,6 +74,8 @@ max_deviation: 1.0
|
||||||
# configuration.
|
# configuration.
|
||||||
#position_min: default from "stepper_z:position_min" section.
|
#position_min: default from "stepper_z:position_min" section.
|
||||||
# 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.
|
||||||
|
# Clearance
|
||||||
|
clearance: 12
|
||||||
# speed: 200
|
# speed: 200
|
||||||
# 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
|
||||||
# samples and clearance moves. The default is from the probe's
|
# samples and clearance moves. The default is from the probe's
|
||||||
|
|
Loading…
Reference in a new issue