diff --git a/configuration.yaml b/configuration.yaml index 638b5703..99bd394c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -22,7 +22,7 @@ rest_command: content_type: "application/json" headers: X-Api-Key: !secret octoprint_api_key - payload: '{"targets": {"tool0": 220}}' + payload: '{"command": "target", "targets": {"tool0": 220}}' octoprint_extrude_10: url: "https://ender5pro.duckdns.org/api/printer/command" method: POST