This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --pretty=reference $(git -c 'versionsort.suffix=-' tag --sort='version:refname' | tail -n1)...HEAD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
| ## |