Skip to content

Commit

Permalink
Sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYellen authored and github-actions[bot] committed Nov 29, 2022
1 parent 014cda4 commit 771e36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .last_sync_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e0e85789c097b7f829a9b7e9354ab32f207c298a
4ba8f23f982e590b7217e095645de7d32c62922e
4 changes: 2 additions & 2 deletions klicky-macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ gcode:
{% endif %}

# if probe is configured as endstop, attach it, else check if the probe needs to be docked if attached
{% if printer['configfile'].config["stepper_z"]["endstop_pin"] == 'probe:z_virtual_endstop' %}
{% if 'z_virtual_endstop' in printer['configfile'].config["stepper_z"]["endstop_pin"] %}
_KlickyDebug msg="homing_override probe configured as a virtual Z endstop attaching probe"
Attach_Probe
# if PROBE_LOCK parameter is given, Attach Probe and lock until it´s unlocked
Expand All @@ -775,7 +775,7 @@ gcode:
_Home_Z

# if probe is configured as endstop, dock it
{% if printer['configfile'].config["stepper_z"]["endstop_pin"] == 'probe:z_virtual_endstop' %}
{% if 'z_virtual_endstop' in printer['configfile'].config["stepper_z"]["endstop_pin"] %}
_KlickyDebug msg="homing_override probe no longer required, docking probe"
Dock_Probe
{% elif dock_on_zhome == False %}
Expand Down

0 comments on commit 771e36d

Please sign in to comment.