This file contains 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
# Anet ET5-X with BIGTREETECH SKR V1.4 | |
# TMC2209 with Sensorless homing | |
# BL Touch | |
# TriangleLab Matrix Extruder | |
[virtual_sdcard] | |
path: ~/gcode_files | |
[display_status] |
This file contains 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/sh | |
: ${pm2_user="root"} | |
command="/usr/local/lib/node_modules/pm2/bin/pm2" | |
pidfile="/home/${pm2_user}/.pm2/${name}.pid" | |
super() { |