mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-05 22:37:43 -07:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue