Duet3 SBC Commands

From Double Jump Electric Wiki
Revision as of 15:03, 17 August 2020 by Poofjunior (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.