From c43986331e559ec20ee03d3f3cc7aa44a32117aa Mon Sep 17 00:00:00 2001 From: AdamYellen Date: Fri, 21 Oct 2022 03:16:09 +0000 Subject: [PATCH] Sync with upstream --- .last_sync_id | 2 +- klicky-macros.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.last_sync_id b/.last_sync_id index 44b5cb9..e8869d6 100644 --- a/.last_sync_id +++ b/.last_sync_id @@ -1 +1 @@ -28c6a06d66786175145a867ceaa65e4200763625 +8633e9b9226e88cb95f950bfd550ee4c8e6cec0b diff --git a/klicky-macros.cfg b/klicky-macros.cfg index f063122..800fd23 100644 --- a/klicky-macros.cfg +++ b/klicky-macros.cfg @@ -330,7 +330,7 @@ gcode: description: Docks Klicky Probe gcode: # See if the position should be restored after the dock - {% set goback = params.back|default(0) %} + {% set goback = params.BACK|default(0) %} # Get probe attach status {% set probe_attached = printer["gcode_macro _Probe_Variables"].probe_attached %} {% set probe_lock = printer["gcode_macro _Probe_Variables"].probe_lock %}