Skip to content

Instantly share code, notes, and snippets.

View GManzato's full-sized avatar

Gilles Manzato GManzato

View GitHub Profile
@GManzato
GManzato / config.cfg
Last active February 26, 2021 05:20
Anet ET5-X with SKR 1.4 / TMC2209 / Sensorless homing for X and Z / BL Touch / Matrix Extruder
# Anet ET5-X with BIGTREETECH SKR V1.4
# TMC2209 with Sensorless homing
# BL Touch
# TriangleLab Matrix Extruder
[virtual_sdcard]
path: ~/gcode_files
[display_status]
@GManzato
GManzato / pm2.sh
Created September 3, 2017 09:59
Run PM2 on a Synology , file need to be create in `/usr/local/etc/rc.d`
#!/bin/sh
: ${pm2_user="root"}
command="/usr/local/lib/node_modules/pm2/bin/pm2"
pidfile="/home/${pm2_user}/.pm2/${name}.pid"
super() {