Duet3 SBC Commands

From Double Jump Electric Wiki
Jump to navigation Jump to search

Handy Duet3 Commands when controlling via a single board computer such as a raspberry pi using the Duet Software Framework.

Intro

Duet Software Framework is a collection of programs for controlling a Duet externally with a single board computer. These are released together as the DuetPi linux image,

Dev Ops Debugging Utilities

Invoking GCode Directly from the Terminal

echo "M122" | sudo /opt/dsf/bin/CodeConsole"


Monitoring the status of a systemd service

journalctl -u duetcontroserver.service -f

This will catch systemd services that are running in continuous restart loops.