-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BtnCmd is a Duet Web Control plugin which runs in the browser. BtnCmd enables the addition of configurable buttons to the DWC interface, and allows the status of the duet board to be monitored and triggers configurable events, such as sending messages to telegram.
Please use the Wiki page index to navigate the content and learn how to install and use BtnCmd.
In BtnCmd you can create Tabs, with custom buttons in a freeform layout. You may also choose to display a selection of panels including:
- DWC info panels
- DWC webcam
- Alternatve webcam
- Remote Source (Web service from your LAN)
- Machine Model Values
- User Created Custom Panels
The custom buttons can be configured to trigger one of five types of actions:
- Send a gcode command to the Duet Board
- Run a Macro
- Send a simple HTTP get command
- Send a MQTT Message
- Open a URL in a pop-up window
BtnCmd also offers the ability to monitor the status of the Duet Board and trigger an event when the status matches the event parameters. An event can perform the following actions:
- Send a Telegram Message (via a telegram bot) useful to get alerted to a status change via your smartphone.
- Send a simple HTTP get command
- Send a MQTT Message