Skip to content

Instantly share code, notes, and snippets.

View StefanTT's full-sized avatar

Stefan Taferner StefanTT

View GitHub Profile
@plut0nium
plut0nium / 10-octoprint
Last active October 18, 2021 09:51
Getting a fully functional Octoprint installation on ArchlinuxARM (Raspberry Pi 3)
# edit with 'visudo -f /etc/sudoers.d/10-octoprint'
# allow octoprint to restart/poweroff
octoprint ALL =NOPASSWD: /usr/bin/systemctl poweroff,/usr/bin/systemctl halt,/usr/bin/systemctl reboot
@stelgenhof
stelgenhof / Ender3 - Slic3rPE CustomStartEndGcode.txt
Created August 22, 2018 03:44
Ender3 - Slic3rPE CustomStartEndGcode
Creality Ender 3 Custom Start End Gcode v1 - Slic3r Prusa Edition
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3D Printer: Creality Ender 3
Slicer: Slic3r Prusa Edition (Tested with version 1.41.0-beta)
Created by: Sacha Telgenhof <me at sachatelgenhof dot com>
Date: 2018/08/21
Introduction
------------
Below you can find custom start and end G-code procedures to be used for setting up your Ender-3 in Slic3r Prusa Edition.
@seiferteric
seiferteric / manage_vm.sh
Last active February 13, 2018 08:28
Script to start/stop my windows libvirt vm with Nvidia IOMMU GPU Passthrough
#!/bin/bash
DEV1=01:00.0
DEV2=01:00.1
VM=Windows10
NV_VER=384
NV_MIN_VER=111
ACTION=$1