display: Remove reference to printer.gcode.busy from display.cfg

The "busy" variable was removed and using it isn't necessary.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-08-15 17:20:24 -04:00
parent b490848bc9
commit 118ef908a5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ text:
text:
{% if printer.display_status.message %}
{ printer.display_status.message }
{% elif printer.idle_timeout.printing_time or printer.gcode.busy %}
{% elif printer.idle_timeout.printing_time %}
{% set pos = printer.toolhead.position %}
{ "X%-4.0fY%-4.0fZ%-5.2f" % (pos.x, pos.y, pos.z) }
{% else %}