Controls¶
Different controls are available to send command to the printer.
Macros¶
Each macro configured in Klipper is available as a button.
If the Macro description is G-Code macro it will be enabled by default, otherwise it will be disabled. You can enable a specific macro by enabling it’s entity in HomeAssistant configuration. (Like any other disabled entity.)
Note
Current limitation, we cannot change any parameters for those macros.
Default Switches¶
A series of switches are available by default. They are:
Switch Name |
Description |
Definition |
|---|---|---|
Printer Switch |
Power On/Off the printer. |
From Moonraker API (machine.device_power.devices) |
Output pin digital |
Set a digital output pin to on or off. |
From Moonraker API (printer.gcode.script) |
Default Numbers¶
A series of Numbers are available by default as slider. They are:
Number Name |
Description |
Definition |
|---|---|---|
Output pin pwm |
Set a pwm output pin to a value. |
From Moonraker API (printer.gcode.script) |
Default LEDs¶
A series of LEDs are available by default as a light control. They are:
LED Name |
Description |
Definition |
|---|---|---|
<type> <name> e.g. neopixel strip |
Set a light to a given brightness or rgb value. |
From Moonraker API (printer.gcode.script) |
Action (Serivce Call)¶
List of actions available to send command to the printer.
Action |
Description |
Parameters |
|---|---|---|
G-code |
G-code command to send to the printer. (You can send one command at a time) |
Target: (DEVICE) Moonraker device to send the command to.
G-Code: Select the GCode command you want to send
|