mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
docs: LinuxMCU doc & script (#2956)
Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com>
This commit is contained in:
parent
519c3ad5ee
commit
35bbd989e4
4 changed files with 278 additions and 1 deletions
|
@ -15,6 +15,12 @@ sync
|
|||
|
||||
# Restart (if system install script present)
|
||||
if [ -f /etc/init.d/klipper_pru ]; then
|
||||
echo "Attempting host MCU restart..."
|
||||
echo "Attempting host PRU restart..."
|
||||
service klipper_pru restart
|
||||
fi
|
||||
|
||||
# Restart (if system install script present)
|
||||
if [ -f /etc/init.d/klipper_mcu ]; then
|
||||
echo "Attempting host MCU restart..."
|
||||
service klipper_mcu restart
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue