Add physical buttons to OctoPrint
The PhysicalButton plugin (hence the name) lets you add physical buttons to your Raspberry Pi. The buttons are then able to send GCODE, actions and system commands to your printer.
Configuration - Overview
To add a new button you have to click on the ➕. This adds a new button to the end of your list.
From there you should enter a button name, the used GPIO and the mode (NO or NC) of the button. In addition you have to specify for how long a button has to be held in order to trigger.
The last step is to add activities to your button which are executed in order of the activities list. You can edit, move or remove activities in the right pane.
Configuration - Detail
- Button Name
- This is where you put the name of your button to differentiate it in the list of buttons.
- GPIO
- This is the GPIO you connect your button to. The other cable has to be connected to a ground pin (Buttons are configured to use internal pulled-up resistors). You can only create one button per GPIO.
- Mode
- Depending on your button setup or wiring you have to choose between the following two modes:
- Normally Open (NO)
- Use this mode if your button is usually not pressed (open).
- Normally Closed (NC)
- Use this mode if your button is usually pressed (closed).
- Normally Open (NO)
- Depending on your button setup or wiring you have to choose between the following two modes:
- Hold Time
- This is where you set the hold time for your button, meaning how long the button has to be held until the reaction is triggered.
- Choose activities for your button
- Action:
- You can choose between different actions:
connect, disconnect, home (x, y and z are homed), pause, resume, start, start latest, cancel, toggle pause-resume, toggle start-cancel, toggle start latest-cancel
- You can choose between different actions:
- File:
- You can specify the path to a file which will be selected.
- To start the execution of a file, add ‘start action’ behind the ‘file activity’.
- There are three ways to specify a file:
- Absolute path to a file:
/home/pi/Some/Folder/Test.gcode
- Relative path to a file inside the uploads folder:
Some/Folder/Test.gcode
- Path to a file on the SD-card of the printer:
@sd:Some/Folder/Test.gcode
- Absolute path to a file:
- GCODE:
- You can input any GCODE commands.
- System:
- You can input any system command for your Octoprint host.
Note that system commands will be run under the same user that owns your OctoPrint service (usually ‘pi’ for OctoPi) with the same rights and permissions, so you may need to use sudo facilities for certain tasks. Please refer to your OctoPrint host’s documentation for details.
- You can input any system command for your Octoprint host.
- Output:
- Generate output on the given GPIO pin for a given amount of time.
- By setting the time to 0, the output will continue until you toggle it again.
- The async option lets the output run while also continuing with the next activities.
- The initial value sets the level of the GPIO pin for startup and settings save.
- These activities will be executed in order of your list. You can also rearrange them by inserting them at your desired position.
- Action:
⚠️ Use at your own risk ⚠️
I am not accountable for any damages made to your printer/raspberry pi when using this plugin (e.g. wrong wiring of buttons, GCODE or system commands that you send with the buttons to your printer, …).
Get Help / Feature request
If you encounter problems using the plugin or if you have an idea for a new feature please use the issue tracker and the corresponding issue template.
❤️ Support me❤️
If you enjoy my plugin and want to support me and the development, you can do so by sending me a donation on
Pictures





