diff --git a/macros/z_tramming.cfg b/macros/z_tramming.cfg index f92fe8d..b08d1de 100644 --- a/macros/z_tramming.cfg +++ b/macros/z_tramming.cfg @@ -92,10 +92,8 @@ gcode: RESPOND TYPE=command MSG='{"action:prompt_text Turn the right lead screw: %02d:%02d %s" % (hours, minutes, direction)}' RESPOND TYPE=command MSG="action:prompt_text 01:20 means 1 full turn and 20 minutes, CW = clockwise, CCW = counter-clockwise" {% else %} - # Display seconds because getting a rotation of 0 minutes is not helpful - {% set seconds = ((variance / screw_lead * 60 * 60) % 60) | int %} - RESPOND TYPE=error MSG='{"Turn the right lead screw %02d seconds %s" % (seconds, direction)}' - RESPOND TYPE=command MSG='{"action:prompt_text Turn the right lead screw %02d seconds %s" % (seconds, direction)}' + RESPOND TYPE=error MSG='{"Turn the right lead screw %s a step or two" % (direction)}' + RESPOND TYPE=command MSG='{"action:prompt_text Turn the right lead screw %s a step or two" % (direction)}' {% endif %} RESPOND TYPE=command MSG="action:prompt_footer_button CANCEL|_Z_TRAMMING_CANCEL|error" RESPOND TYPE=command MSG="action:prompt_footer_button Retry|_Z_TRAMMING_RETRY|primary"