Skip to content

Instantly share code, notes, and snippets.

@rizend
rizend / groundcontrol.ini
Created December 12, 2018 21:39
Calibration file for Noisebridge's Maslow CNC Machine
[Computed Settings]
distperrot = 63.5
kpposmain = 1300
kiposmain = 0
kdposmain = 34
propweightmain = 1
kpposz = 1300
kiposz = 0
kdposz = 34
propweightz = 1
@rizend
rizend / bare_minimum.service
Created January 3, 2019 23:08
Systemd Service Basics
[Unit]
Description=Bare bones service file
[Service]
# This will run somebin as root; the service type is assumed to be simple
ExecStart=/usr/bin/somebin
[Install]
WantedBy=multi-user.target