Skip to content

morgan55555/klipper-os-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

klipper-os-commands

Klipper can't send commands to OS terminal by default

This plugin adds to Klipper this functionality.

Setup

 git clone https://github.com/morgan55555/klipper-os-commands.git
 ln -s ~/klipper-os-commands/os_commands.py ~/klipper/klippy/extras/os_commands.py

Klipper configuration

[os_commands]

Usage

[gcode_macro TEST]
gcode:
    {printer.gcode.action_respond_info(printer.os_commands.run("ls"))}

About

Make ability for Klipper to run OS commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages