Skip to content

Settings

Shawn Bruce edited this page Sep 17, 2017 · 14 revisions

This is a work in progress.

Settings

General

GPIO Mode

GPIO pins can be specified by either BOARD or BCM. See What is the difference between BOARD and BCM for GPIO pin numbering?

Switching

Switching Method

PSUControl can switch on your power supply using either:

GPIO

Utilizes Raspberry Pi GPIO header. Useful if there are no usable GPIO pins on the printer PCB and does not require firmware changes.

G-Code

Use the existing On/Off commands supported by the printers PCB and firmware.

System

Executes a system command on the OctoPrint server.

Enable switching with G-Code commands.

Adds On/Off commands via G-Code when using GPIO or System switching.

Sensing


Clone this wiki locally