Skip to content

Instantly share code, notes, and snippets.

View mkuf's full-sized avatar

Markus Küffner mkuf

  • Regensburg
View GitHub Profile
@mkuf
mkuf / gist:62aba31961cd789343860d770c35faa8
Created March 24, 2022 09:03
Git Log since latest Tag
git log --pretty=reference $(git -c 'versionsort.suffix=-' tag --sort='version:refname' | tail -n1)...HEAD
@mkuf
mkuf / ph-export.sh
Created May 29, 2020 23:39
Export Data from OctoPrint-PrintHistory's Database as CSV
#!/bin/bash
set -e
## Licensed under GNU GPLv3
##
## Export Data from OctoPrint-PrintHistory's Database as CSV
## Outport Format is compatible with OctoPrint-PrintJobHistory
##
## https://github.com/imrahil/OctoPrint-PrintHistory
@mkuf
mkuf / compile157.sh
Last active January 25, 2021 17:22
compile Repetier-Firmware without GUI
#!/bin/bash
## Licensed under GNU GPLv3
## Get the most recent Version via https://gist.github.com/voodoo-bravo/bb7cbdd6d03f0acf9a27
##
## compile Repetier-Firmware without GUI
##
## Before you start:
## Set ADIR to your ArduinoIDE-Directory
## Set GPP, GCC, AR, OC. These can either be the binaries from the ArduinoIDE or your Distro
##