mirror of https://github.com/Desuuuu/klipper.git
menu: Correction for the resume option appears when the toolhead is not printing (#1077)
Signed-off-by: Paulo Drugos paulodrugos@gmail.com
This commit is contained in:
parent
d0b1b23c9b
commit
ffbb4198c1
|
@ -79,7 +79,7 @@ gcode:
|
|||
|
||||
[menu __octoprint __resume]
|
||||
type: command
|
||||
enable: toolhead.is_printing
|
||||
enable: !toolhead.is_printing
|
||||
name: Resume printing
|
||||
action: respond action:resume
|
||||
gcode:
|
||||
|
|
Loading…
Reference in New Issue